aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/xway/base-files/etc/board.d/01_leds
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/lantiq/xway/base-files/etc/board.d/01_leds')
-rwxr-xr-xtarget/linux/lantiq/xway/base-files/etc/board.d/01_leds4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/xway/base-files/etc/board.d/01_leds b/target/linux/lantiq/xway/base-files/etc/board.d/01_leds
index 82a39f4648..872634aa61 100755
--- a/target/linux/lantiq/xway/base-files/etc/board.d/01_leds
+++ b/target/linux/lantiq/xway/base-files/etc/board.d/01_leds
@@ -32,10 +32,10 @@ board=$(board_name)
case "$board" in
arcadyan,arv7506pw11)
- ucidef_set_led_wlan "wifi" "wifi" "arv7506pw11:green:wlan" "phy0radio"
+ ucidef_set_led_wlan "wifi" "wifi" "green:wlan" "phy0radio"
;;
arcadyan,arv752dpw22)
- ucidef_set_led_wlan "wifi" "wifi" "arv752dpw22:red:wifi" "phy0radio"
+ ucidef_set_led_wlan "wifi" "wifi" "red:wifi" "phy0radio"
;;
esac