Author: kaloz Date: 2014-11-26 12:38:59 +0100 (Wed, 26 Nov 2014) New Revision: 43393
Modified: trunk/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds Log: [ar71xx]: fix the r6100's wan led name Signed-off-by: Imre Kaloz <[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 2014-11-26 09:00:56 UTC (rev 43392) +++ trunk/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds 2014-11-26 11:38:59 UTC (rev 43393) @@ -432,7 +432,7 @@ ;; r6100) - ucidef_set_led_netdev "wan" "WAN (green)" "netgear:green:wan" "eth0.2" + ucidef_set_led_netdev "wan" "WAN (green)" "netgear:green:wan" "eth0" ucidef_set_led_usbdev "usb" "USB" "netgear:blue:usb" "1-1" ucidef_set_led_wlan "wlan" "WLAN" "netgear:blue:wlan" "phy1tpt" ;; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
