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 | |
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')
3 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/tl-mr3x20 b/target/linux/ar71xx/base-files/etc/uci-defaults/tl-mr3x20 index c9e5e38819..bdb7c3e785 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/tl-mr3x20 +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/tl-mr3x20 @@ -11,7 +11,7 @@ tlmr3x20_setup_leds() { uci batch <<EOF set system.usb_led=led set system.usb_led.name='USB' -set system.usb_led.sysfs='tl-mr3x20:green:3g' +set system.usb_led.sysfs='tp-link:green:3g' set system.usb_led.trigger='usbdev' set system.usb_led.dev='1-1' set system.usb_led.interval='50' diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr1043nd b/target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr1043nd index 366276334c..e88cc54d69 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr1043nd +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr1043nd @@ -11,11 +11,11 @@ tlwr1043nd_setup_leds() { uci batch <<EOF set system.wlan_led=led set system.wlan_led.name='WLAN' -set system.wlan_led.sysfs='tl-wr1043nd:green:wlan' +set system.wlan_led.sysfs='tp-link:green:wlan' set system.wlan_led.trigger='phy0tpt' set system.usb_led=led set system.usb_led.name='USB' -set system.usb_led.sysfs='tl-wr1043nd:green:usb' +set system.usb_led.sysfs='tp-link:green:usb' set system.usb_led.trigger='usbdev' set system.usb_led.dev='1-1' set system.usb_led.interval='50' 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 |