diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-05-08 12:23:27 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-05-08 12:23:27 +0000 |
commit | a51f5cace428613f37eab48674feb0ea0b2e09c1 (patch) | |
tree | 7099b8ca5e1af090d787d2e40c3ec77c41a595a9 /target/linux/ar71xx/base-files | |
parent | 9d3f24465f22eadb6cb72c0d4b67d8c63c210f34 (diff) | |
download | upstream-a51f5cace428613f37eab48674feb0ea0b2e09c1.tar.gz upstream-a51f5cace428613f37eab48674feb0ea0b2e09c1.tar.bz2 upstream-a51f5cace428613f37eab48674feb0ea0b2e09c1.zip |
ar71xx: use a common naming scheme for LEDS on wnr2000-v4
It is common that the router provider be used rather than product name.
One can see this in target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
Signed-off-by: Michael J. Bazzinotti <mbazzinotti@gmail.com>
SVN-Revision: 45630
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 14 |
1 files changed, 7 insertions, 7 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 0a9a285220..741fbb580f 100644 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds @@ -499,13 +499,13 @@ wlae-ag300n) ;; wnr2000-v4) - ucidef_set_led_netdev "wan" "WAN" "wnr2000-v4:green:wan" "eth1" - ucidef_set_led_netdev "wlan" "WLAN" "wnr2000-v4:blue:wlan" "wlan0" - ucidef_set_led_switch "lan1" "LAN1" "wnr2000-v4:amber:lan1" "switch0" "0x04" - ucidef_set_led_switch "lan2" "LAN2" "wnr2000-v4:amber:lan2" "switch0" "0x08" - ucidef_set_led_switch "lan3" "LAN3" "wnr2000-v4:amber:lan3" "switch0" "0x10" - ucidef_set_led_switch "lan4" "LAN4" "wnr2000-v4:amber:lan4" "switch0" "0x02" - ucidef_set_led_usbdev "usb" "USB" "wnr2000-v4:amber:status" "1-1" + ucidef_set_led_netdev "wan" "WAN" "netgear:green:wan" "eth1" + ucidef_set_led_netdev "wlan" "WLAN" "netgear:blue:wlan" "wlan0" + ucidef_set_led_switch "lan1" "LAN1" "netgear:amber:lan1" "switch0" "0x04" + ucidef_set_led_switch "lan2" "LAN2" "netgear:amber:lan2" "switch0" "0x08" + ucidef_set_led_switch "lan3" "LAN3" "netgear:amber:lan3" "switch0" "0x10" + ucidef_set_led_switch "lan4" "LAN4" "netgear:amber:lan4" "switch0" "0x02" + ucidef_set_led_usbdev "usb" "USB" "netgear:amber:status" "1-1" ;; wzr-hp-ag300h) |