From a1c5a3da9857018c19e52f77485f2db989dd6cc3 Mon Sep 17 00:00:00 2001 From: juhosg Date: Sun, 8 May 2011 21:38:48 +0000 Subject: [PATCH] ar71xx: use phy0tpt trigger for the WLAN LEDs git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26860 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../linux/ar71xx/base-files/etc/uci-defaults/nbg460n_550n_550nh | 2 +- 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' -- 2.30.2