summaryrefslogtreecommitdiff
path: root/target/linux/ath25/base-files/etc/board.d/01_leds
blob: e28dcda23d43ebf30fa3da54e7abf3356558a7ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
# Copyright 2012-2015 OpenWrt.org
#

. /lib/functions/uci-defaults-new.sh

board_config_update

ucidef_set_led_netdev "wlan" "wlan" "wlan" "wlan0"

board_config_flush

exit 0