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 | 9ebade84cf13b397d09b34fed9a61a47868e44ba (patch) | |
tree | 152d51560e07405ef595b163841b7e6c2f7a1769 /target | |
parent | 5c94b9df018abf1ddc9447d2c6c488cd432e0852 (diff) | |
download | upstream-9ebade84cf13b397d09b34fed9a61a47868e44ba.tar.gz upstream-9ebade84cf13b397d09b34fed9a61a47868e44ba.tar.bz2 upstream-9ebade84cf13b397d09b34fed9a61a47868e44ba.zip |
ar71xx: use phy0tpt trigger for the WLAN LEDs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26860 3c298f89-4303-0410-b956-a3cf2f4a3e73
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' |