aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath25/base-files/etc/uci-defaults/01_leds
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-03-13 03:02:28 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-03-13 03:02:28 +0000
commit1850e0f0a7627b4e0ef18516ff2b25a7c14215ca (patch)
tree22c612d44a744058d16d50acce527f0d07c9151b /target/linux/ath25/base-files/etc/uci-defaults/01_leds
parent558a452e1a50f6195c8839c9828ae94a89ea0308 (diff)
downloadupstream-1850e0f0a7627b4e0ef18516ff2b25a7c14215ca.tar.gz
upstream-1850e0f0a7627b4e0ef18516ff2b25a7c14215ca.tar.bz2
upstream-1850e0f0a7627b4e0ef18516ff2b25a7c14215ca.zip
Rename 'atheros' target to 'ath25'
Rename 'atheros' target to more precise 'ath25'. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44736
Diffstat (limited to 'target/linux/ath25/base-files/etc/uci-defaults/01_leds')
-rw-r--r--target/linux/ath25/base-files/etc/uci-defaults/01_leds11
1 files changed, 11 insertions, 0 deletions
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
index 0000000000..076a04bfdf
--- /dev/null
+++ b/target/linux/ath25/base-files/etc/uci-defaults/01_leds
@@ -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