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:12:45 +0200 |
commit | a02a866519538714bb74ca2da0fbdcc412b43269 (patch) | |
tree | 58cd9711c268f0c7e7ad58a78a1fcd2efdb75a9b /target/linux/lantiq/base-files/etc | |
parent | 48dcd2657f5e7a529a59ae2ea9fa1348abb43c22 (diff) | |
download | upstream-a02a866519538714bb74ca2da0fbdcc412b43269.tar.gz upstream-a02a866519538714bb74ca2da0fbdcc412b43269.tar.bz2 upstream-a02a866519538714bb74ca2da0fbdcc412b43269.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/lantiq/base-files/etc')
-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 3584b0be60..5a692c4fa0 100755 --- a/target/linux/lantiq/base-files/etc/board.d/01_leds +++ b/target/linux/lantiq/base-files/etc/board.d/01_leds @@ -47,6 +47,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" ;; |