diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2015-03-13 03:02:28 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-13 03:02:28 +0000 |
| commit | 1850e0f0a7627b4e0ef18516ff2b25a7c14215ca (patch) | |
| tree | 22c612d44a744058d16d50acce527f0d07c9151b /target/linux/ath25/base-files/etc/uci-defaults/01_leds | |
| parent | 558a452e1a50f6195c8839c9828ae94a89ea0308 (diff) | |
| download | mtk-20170518-1850e0f0a7627b4e0ef18516ff2b25a7c14215ca.zip mtk-20170518-1850e0f0a7627b4e0ef18516ff2b25a7c14215ca.tar.gz mtk-20170518-1850e0f0a7627b4e0ef18516ff2b25a7c14215ca.tar.bz2 | |
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_leds | 11 |
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 0000000..076a04b --- /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 |
