Rename 'atheros' target to 'ath25'
[openwrt/staging/wigyori.git] / target / linux / ath25 / base-files / etc / uci-defaults / 01_leds
diff --git a/target/linux/ath25/base-files/etc/uci-defaults/01_leds b/target/linux/ath25/base-files/etc/uci-defaults/01_leds
new file mode 100644 (file)
index 0000000..076a04b
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/sh
+# Copyright 2012 OpenWrt.org
+#
+
+. /lib/functions/uci-defaults.sh
+
+ucidef_set_led_netdev "wlan" "wlan" "wlan" "wlan0"
+
+ucidef_commit_leds
+
+exit 0