set led triggers for the Linksys WRT1900AC
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41436
This commit is contained in:
parent
6fa01eab80
commit
b7b222279c
1 changed files with 22 additions and 0 deletions
22
target/linux/mvebu/base-files/etc/uci-defaults/01_leds
Executable file
22
target/linux/mvebu/base-files/etc/uci-defaults/01_leds
Executable file
|
@ -0,0 +1,22 @@
|
||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Copyright (C) 2014 OpenWrt.org
|
||||||
|
#
|
||||||
|
|
||||||
|
. /lib/functions/uci-defaults.sh
|
||||||
|
. /lib/mvebu.sh
|
||||||
|
|
||||||
|
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"
|
||||||
|
;;
|
||||||
|
|
||||||
|
esac
|
||||||
|
|
||||||
|
ucidef_commit_leds
|
||||||
|
|
||||||
|
exit 0
|
Loading…
Reference in a new issue