diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-04-12 17:42:36 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-04-12 17:42:36 +0000 |
commit | b971a4b5b9ac95e220d1ccc13c30e06c6f84fdbf (patch) | |
tree | a026984e9d96a8e278651a8f746feaca386581d6 /target | |
parent | 4fe71cedfea091679bccfd7e50ff3784bea239d8 (diff) | |
download | upstream-b971a4b5b9ac95e220d1ccc13c30e06c6f84fdbf.tar.gz upstream-b971a4b5b9ac95e220d1ccc13c30e06c6f84fdbf.tar.bz2 upstream-b971a4b5b9ac95e220d1ccc13c30e06c6f84fdbf.zip |
ar71xx: add default LED config for WiFi LEDs on the WNDR4300
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40476
Diffstat (limited to 'target')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds index 4fe43e627e..a1078695e2 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds @@ -326,6 +326,8 @@ wndr3700) wndr4300) ucidef_set_led_netdev "wan" "WAN (green)" "netgear:green:wan" "eth0.2" ucidef_set_led_usbdev "usb" "USB" "netgear:green:usb" "1-1" + ucidef_set_led_wlan "wlan2g" "WLAN2G" "netgear:green:wlan2g" "phy0tpt" + ucidef_set_led_wlan "wlan5g" "WLAN5G" "netgear:blue:wlan5g" "phy1tpt" ;; whr-g301n |\ |