From 1b0343012a2aeb8fd6e06fadd79daba7a2db59d9 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 3 Nov 2014 20:20:56 +0000 Subject: ar71xx: add support for Netgear WNR2000v4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michaƫl Burtin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43173 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults/01_leds') 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 599fc1920b..3547f49de4 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds @@ -432,6 +432,16 @@ wlae-ag300n) ucidef_set_led_netdev "wireless" "WIRELESS" "buffalo:green:wireless" "wlan0" ;; +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" + ;; + wzr-hp-ag300h) ucidef_set_led_default "diag" "DIAG" "buffalo:red:diag" "0" ucidef_set_led_netdev "router" "ROUTER" "buffalo:green:router" "eth1" -- cgit v1.2.3