ar71xx: add uci config for the WLAN LED on the WRT160NL
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 8 May 2011 21:38:49 +0000 (21:38 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 8 May 2011 21:38:49 +0000 (21:38 +0000)
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

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

index dce28dd..7a31024 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
This page took 0.031201 seconds and 4 git commands to generate.