summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr1043nd
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr1043nd')
-rw-r--r--target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr1043nd10
1 files changed, 8 insertions, 2 deletions
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr1043nd b/target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr1043nd
index 1ff8cb44d4..80d780c51a 100644
--- a/target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr1043nd
+++ b/target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr1043nd
@@ -7,16 +7,22 @@
board=$(ar71xx_board_name)
-tlwr1043nd_set_wlan_led() {
+tlwr1043nd_setup_leds() {
uci batch <<EOF
set system.wlan_led=led
set system.wlan_led.name='WLAN'
set system.wlan_led.sysfs='tl-wr1043nd:green:wlan'
set system.wlan_led.trigger='phy0rx'
+set system.usb_led=led
+set system.usb_led.name='USB'
+set system.usb_led.sysfs='tl-wr1043nd:green:usb'
+set system.usb_led.trigger='usbdev'
+set system.usb_led.dev='1-1'
+set system.usb_led.interval='50'
commit system
EOF
}
if [ "${board}" == "tl-wr1043nd" ]; then
- tlwr1043nd_set_wlan_led
+ tlwr1043nd_setup_leds
fi