ar71xx: add uci config for the WLAN LED on the WRT160NL
authorGabor Juhos <juhosg@openwrt.org>
Sun, 8 May 2011 21:38:49 +0000 (21:38 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sun, 8 May 2011 21:38:49 +0000 (21:38 +0000)
Based on a patch by Magyar Szabolcs <mszabi@freemail.hu>

SVN-Revision: 26861

target/linux/ar71xx/base-files/etc/uci-defaults/wrt160nl

index dce28dde94e4f95439ec59e01f8c02909450c44b..7a31024396aab715a88bfc5e4c013a4368b0a39a 100755 (executable)
@@ -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