ar71xx: add uci config for the WLAN LED on the WRT160NL
Based on a patch by Magyar Szabolcs <mszabi@freemail.hu> SVN-Revision: 26861
This commit is contained in:
parent
858e2e719b
commit
b39eebdf1e
1 changed files with 11 additions and 0 deletions
|
@ -11,6 +11,17 @@ wrt160nl_fixtrx() {
|
|||
mtd -o 32 fixtrx firmware
|
||||
}
|
||||
|
||||
wrt160nl_setup_leds() {
|
||||
uci batch <<EOF
|
||||
set system.wlan_led=led
|
||||
set system.wlan_led.name='WLAN'
|
||||
set system.wlan_led.sysfs='wrt160nl:blue:wlan'
|
||||
set system.wlan_led.trigger='phy0tpt'
|
||||
commit system
|
||||
EOF
|
||||
}
|
||||
|
||||
if [ "${board}" == "wrt160nl" ]; then
|
||||
wrt160nl_fixtrx
|
||||
wrt160nl_setup_leds
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue