projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48dcd26
)
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:12:45 +0000
(22:12 +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 3584b0be60e3171a6785991ab111feb5a33ddaec..5a692c4fa077077b583033b31b4349591c63c3ee 100755
(executable)
--- 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"
;;