Author: nbd Date: 2015-05-08 14:23:40 +0200 (Fri, 08 May 2015) New Revision: 45632
Modified: trunk/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds Log: ar71xx: track the correct WAN interface on wnr2000-v4 Signed-off-by: Michael J. Bazzinotti <[email protected]> Modified: trunk/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds =================================================================== --- trunk/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds 2015-05-08 12:23:35 UTC (rev 45631) +++ trunk/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds 2015-05-08 12:23:40 UTC (rev 45632) @@ -499,7 +499,7 @@ ;; 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" _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
