From: Imre Kaloz Date: Thu, 10 Jul 2014 10:19:06 +0000 (+0000) Subject: [mvebu]: enable handling of the wan led on the WRT1900AC X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=ad2bc589d5443844f2f77b87b9979a728ee2b886;p=15.05%2Fopenwrt.git [mvebu]: enable handling of the wan led on the WRT1900AC Signed-off-by: Imre Kaloz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41555 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/mvebu/base-files/etc/uci-defaults/01_leds b/target/linux/mvebu/base-files/etc/uci-defaults/01_leds index 64886204d7..770bb0acb4 100755 --- a/target/linux/mvebu/base-files/etc/uci-defaults/01_leds +++ b/target/linux/mvebu/base-files/etc/uci-defaults/01_leds @@ -10,7 +10,7 @@ board=$(mvebu_board_name) case "$board" in armada-xp-mamba) - #ucidef_set_led_netdev "wan" "WAN" "tlc59116:1" "eth1" + ucidef_set_led_netdev "wan" "WAN" "tlc59116:1" "eth1" ucidef_set_led_usbdev "usb1" "USB1" "tlc59116:5" "1-1" ucidef_set_led_usbdev "usb2" "USB2" "tlc59116:6" "2-2" ;;