diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-11-01 11:20:44 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-11-01 11:20:44 +0000 |
commit | 46393cef669cf1450dbe4f738068e9caded1565c (patch) | |
tree | 2b95c4b41555d0fb22e16b60449f239857aabfa2 /target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr941nd | |
parent | 11cfb889eb69a284196d82cc9bbf1467560e9cde (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-x | target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr941nd | 2 |
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 |