diff options
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr1043nd')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr1043nd | 4 |
1 files changed, 2 insertions, 2 deletions
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 366276334..e88cc54d6 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr1043nd +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr1043nd @@ -11,11 +11,11 @@ tlwr1043nd_setup_leds() { uci batch <<EOF set system.wlan_led=led set system.wlan_led.name='WLAN' -set system.wlan_led.sysfs='tl-wr1043nd:green:wlan' +set system.wlan_led.sysfs='tp-link:green:wlan' 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' +set system.usb_led.sysfs='tp-link:green:usb' set system.usb_led.trigger='usbdev' set system.usb_led.dev='1-1' set system.usb_led.interval='50' |