projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
373fa54
)
lantiq: ARV752DPW22: set correct wireless led trigger
author
Mathias Kresin
<dev@kresin.me>
Mon, 16 Oct 2017 20:36:35 +0000
(22:36 +0200)
committer
Mathias Kresin
<dev@kresin.me>
Wed, 18 Oct 2017 20:14:25 +0000
(22:14 +0200)
The ARV752DPW22 has a ralink based wireless and can not use the ath9k
only phy0tpt trigger.
Signed-off-by: Mathias Kresin <dev@kresin.me>
target/linux/lantiq/base-files/etc/board.d/01_leds
patch
|
blob
|
history
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 0698d6cc593ed1c33d9b906f52d06bf013ff0fc2..9d28495ecaef12d633de351c72382c31fd95362b 100755
(executable)
--- 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"
;;