From b7eba2e56952f469836348d9299ab31f6103095a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 8 May 2015 12:23:40 +0000 Subject: [PATCH] ar71xx: track the correct WAN interface on wnr2000-v4 Signed-off-by: Michael J. Bazzinotti SVN-Revision: 45632 --- target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1989c82637..16064ded86 100644 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds @@ -499,7 +499,7 @@ wlae-ag300n) ;; wnr2000-v4) - ucidef_set_led_netdev "wan" "WAN" "netgear:green:wan" "eth1" + ucidef_set_led_netdev "wan" "WAN" "netgear:green:wan" "eth0" ucidef_set_led_netdev "wlan" "WLAN" "netgear:blue:wlan" "wlan0" ucidef_set_led_switch "lan1" "LAN1" "netgear:amber:lan1" "switch0" "0x02" ucidef_set_led_switch "lan2" "LAN2" "netgear:amber:lan2" "switch0" "0x04" -- 2.30.2