[source] lantiq: ARV752DPW22: set correct wireless led trigger
LEDE Commits
lede-commits at lists.infradead.org
Wed Oct 18 13:13:47 PDT 2017
mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/a02a866519538714bb74ca2da0fbdcc412b43269
commit a02a866519538714bb74ca2da0fbdcc412b43269
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Mon Oct 16 22:36:35 2017 +0200
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 at kresin.me>
---
target/linux/lantiq/base-files/etc/board.d/01_leds | 3 +++
1 file changed, 3 insertions(+)
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 3584b0b..5a692c4 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"
;;
More information about the lede-commits
mailing list