Browse Source

enable handling of the wan led on the WRT1900AC

Signed-off-by: Imre Kaloz <[email protected]>

SVN-Revision: 41555
Imre Kaloz 11 years ago
parent
commit
811d1682b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/mvebu/base-files/etc/uci-defaults/01_leds

+ 1 - 1
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"
 	;;