[mvebu]: enable handling of the wan led on the WRT1900AC
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 10 Jul 2014 10:19:06 +0000 (10:19 +0000)
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 10 Jul 2014 10:19:06 +0000 (10:19 +0000)
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41555 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/mvebu/base-files/etc/uci-defaults/01_leds

index 6488620..770bb0a 100755 (executable)
@@ -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"
        ;;