diff options
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr941nd')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr941nd | 2 |
1 files changed, 1 insertions, 1 deletions
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 |