aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr941nd
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-11-01 11:20:44 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-11-01 11:20:44 +0000
commite7586959df121c8371dd4501f85eb4c20d9f7f6e (patch)
treef3ff41ff8ce57262ab01b688406a273130e5a72d /target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr941nd
parent3a7b12a27d2a0fbb7a6f0d155faec08c5531c48c (diff)
downloadupstream-e7586959df121c8371dd4501f85eb4c20d9f7f6e.tar.gz
upstream-e7586959df121c8371dd4501f85eb4c20d9f7f6e.tar.bz2
upstream-e7586959df121c8371dd4501f85eb4c20d9f7f6e.zip
ar71xx: unify LED names on TP-Link boards
SVN-Revision: 28701
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr941nd')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/uci-defaults/tl-wr941nd2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr941nd b/target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr941nd
index 2033add37d..2b904734ce 100755
--- a/target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr941nd
+++ b/target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr941nd
@@ -11,7 +11,7 @@ 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.sysfs='tp-link:green:wlan'
set system.wlan_led.trigger='phy0tpt'
commit system
EOF