diff options
author | Mathias Kresin <dev@kresin.me> | 2017-10-16 22:36:35 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-10-18 22:14:25 +0200 |
commit | 50db9a40041e251835457dcba8361e0679ab16b8 (patch) | |
tree | 5ad5205d247d14b26514f215e5a45138b1f2e027 /target/linux | |
parent | 373fa54d355479c9be13af13f1e71d1b829fc5d0 (diff) | |
download | upstream-50db9a40041e251835457dcba8361e0679ab16b8.tar.gz upstream-50db9a40041e251835457dcba8361e0679ab16b8.tar.bz2 upstream-50db9a40041e251835457dcba8361e0679ab16b8.zip |
lantiq: ARV752DPW22: set correct wireless led trigger
The ARV752DPW22 has a ralink based wireless and can not use the ath9k
only phy0tpt trigger.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux')
-rwxr-xr-x | target/linux/lantiq/base-files/etc/board.d/01_leds | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/lantiq/base-files/etc/board.d/01_leds b/target/linux/lantiq/base-files/etc/board.d/01_leds index 0698d6cc59..9d28495eca 100755 --- a/target/linux/lantiq/base-files/etc/board.d/01_leds +++ b/target/linux/lantiq/base-files/etc/board.d/01_leds @@ -44,6 +44,9 @@ ARV7506PW11) ARV7519RW22) ucidef_set_led_netdev "lan" "lan" "arv7519rw22:green:lan" "eth0.1" ;; +ARV752DPW22) + ucidef_set_led_wlan "wifi" "wifi" "arv752dpw22:red:wifi" "phy0radio" + ;; BTHOMEHUBV5A) ucidef_set_led_default "dimmed" "dimmed" "dimmed" "0" ;; |