2
0
forked from Ivasoft/openwrt

mvebu: fixups for the new driver

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>

SVN-Revision: 43978
This commit is contained in:
Imre Kaloz
2015-01-16 08:44:15 +00:00
parent 8e20e09d1b
commit 8a103d5c56
2 changed files with 4 additions and 4 deletions

View File

@@ -10,9 +10,9 @@ board=$(mvebu_board_name)
case "$board" in
armada-xp-mamba)
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"
ucidef_set_led_netdev "wan" "WAN" "mamba:white:wan" "eth1"
ucidef_set_led_usbdev "usb2" "USB2" "mamba:white:usb2" "1-1"
ucidef_set_led_usbdev "usb3" "USB3" "mamba:white:usb3_1" "2-2"
;;
esac