diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-05-08 21:38:48 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-05-08 21:38:48 +0000 |
commit | 858e2e719b7a0c30b824df8e2d8bd17ff1627151 (patch) | |
tree | 2db219d0372c86ef9978e2a1c2ebe6aafe37d551 /target | |
parent | 869f3cb718fcc565222116db84473c191c7f8a7b (diff) | |
download | upstream-858e2e719b7a0c30b824df8e2d8bd17ff1627151.tar.gz upstream-858e2e719b7a0c30b824df8e2d8bd17ff1627151.tar.bz2 upstream-858e2e719b7a0c30b824df8e2d8bd17ff1627151.zip |
ar71xx: use phy0tpt trigger for the WLAN LEDs
SVN-Revision: 26860
Diffstat (limited to 'target')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/uci-defaults/nbg460n_550n_550nh | 2 | ||||
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr1043nd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/nbg460n_550n_550nh b/target/linux/ar71xx/base-files/etc/uci-defaults/nbg460n_550n_550nh index f3fbaf2e05..e7f16bf70d 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/nbg460n_550n_550nh +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/nbg460n_550n_550nh @@ -12,7 +12,7 @@ nbg460n_550n_550nh_set_wlan_led() { set system.wlan_led=led set system.wlan_led.name='WLAN' set system.wlan_led.sysfs='nbg460n:green:wlan' -set system.wlan_led.trigger='phy0rx' +set system.wlan_led.trigger='phy0tpt' commit system EOF } 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 80d780c51a..366276334c 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr1043nd +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr1043nd @@ -12,7 +12,7 @@ tlwr1043nd_setup_leds() { set system.wlan_led=led set system.wlan_led.name='WLAN' set system.wlan_led.sysfs='tl-wr1043nd:green:wlan' -set system.wlan_led.trigger='phy0rx' +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' |