projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
remove mips gcc4 inline patch - fixed upstream
[openwrt.git]
/
target
/
linux
/
ar71xx
/
base-files
/
etc
/
uci-defaults
/
tl-wr1043nd
diff --git
a/target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr1043nd
b/target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr1043nd
old mode 100644
(file)
new mode 100755
(executable)
index
1ff8cb4
..
80d780c
--- 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)
board=$(ar71xx_board_name)
-tlwr1043nd_set
_wlan_led
() {
+tlwr1043nd_set
up_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'
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
commit system
EOF
}
if [ "${board}" == "tl-wr1043nd" ]; then
- tlwr1043nd_set
_wlan_led
+ tlwr1043nd_set
up_leds
fi
fi
This page took
0.022233 seconds
and
4
git commands to generate.