ar71xx: add uci config for the WLAN LED on the WRT160NL
[openwrt/svn-archive/archive.git] / 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