mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-22 10:01:03 +00:00
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
@ -11,6 +11,17 @@ wrt160nl_fixtrx() {
|
|||||||
mtd -o 32 fixtrx firmware
|
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
|
if [ "${board}" == "wrt160nl" ]; then
|
||||||
wrt160nl_fixtrx
|
wrt160nl_fixtrx
|
||||||
|
wrt160nl_setup_leds
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user