ar71xx: add wlan led for the TL-WR941ND
[openwrt.git] / target / linux / ar71xx / base-files / etc / uci-defaults / tl-wr941nd
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr941nd b/target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr941nd
new file mode 100755 (executable)
index 0000000..2033add
--- /dev/null
@@ -0,0 +1,22 @@
+#!/bin/sh
+#
+# Copyright (C) 2010 OpenWrt.org
+#
+
+. /lib/ar71xx.sh
+
+board=$(ar71xx_board_name)
+
+tl_wr941nd_set_wlan_led() {
+       uci batch <<EOF
+set system.wlan_led=led
+set system.wlan_led.name='WLAN'
+set system.wlan_led.sysfs='tl-wr941nd:green:wlan'
+set system.wlan_led.trigger='phy0tpt'
+commit system
+EOF
+}
+
+if [ "${board}" == "tl-wr941nd" ]; then
+       tl_wr941nd_set_wlan_led
+fi
This page took 0.02792 seconds and 4 git commands to generate.