mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-27 02:11:05 +02:00
ar71xx: add uci config for the WLAN LED on the WRT160NL
Based on a patch by Magyar Szabolcs <mszabi@freemail.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26861 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a1c5a3da98
commit
b3a8c8a5ce
@ -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…
x
Reference in New Issue
Block a user