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/linux/ar71xx/base-files/etc/uci-defaults | |
parent | 4fe71cedfea091679bccfd7e50ff3784bea239d8 (diff) | |
download | mtk-20170518-b971a4b5b9ac95e220d1ccc13c30e06c6f84fdbf.zip mtk-20170518-b971a4b5b9ac95e220d1ccc13c30e06c6f84fdbf.tar.gz mtk-20170518-b971a4b5b9ac95e220d1ccc13c30e06c6f84fdbf.tar.bz2 |
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/linux/ar71xx/base-files/etc/uci-defaults')
-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 4fe43e6..a107869 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 |\ |