From: juhosg Date: Sun, 8 May 2011 21:38:48 +0000 (+0000) Subject: ar71xx: use phy0tpt trigger for the WLAN LEDs X-Git-Tag: fast2504n-3.10.28-merged~8920 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=a1c5a3da9857018c19e52f77485f2db989dd6cc3;p=openwrt.git ar71xx: use phy0tpt trigger for the WLAN LEDs git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26860 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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'