summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr941nd
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-11-01 11:20:44 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-11-01 11:20:44 +0000
commit46393cef669cf1450dbe4f738068e9caded1565c (patch)
tree2b95c4b41555d0fb22e16b60449f239857aabfa2 /target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr941nd
parent11cfb889eb69a284196d82cc9bbf1467560e9cde (diff)
ar71xx: unify LED names on TP-Link boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28701 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 2033add37..2b904734c 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