projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a190802
)
ramips: fix widora neo diag led
author
Mathias Kresin
<dev@kresin.me>
Wed, 27 Dec 2017 21:09:52 +0000
(22:09 +0100)
committer
Mathias Kresin
<dev@kresin.me>
Fri, 29 Dec 2017 21:33:46 +0000
(22:33 +0100)
The diag LED is named widora:orange:wifi and can't be derived from the
boardname.
Signed-off-by: Mathias Kresin <dev@kresin.me>
target/linux/ramips/base-files/etc/diag.sh
patch
|
blob
|
history
diff --git
a/target/linux/ramips/base-files/etc/diag.sh
b/target/linux/ramips/base-files/etc/diag.sh
index fa0391ca9be5aa9fbd4881567e9e39b7a144e3fc..be4693f7abd4fb01a4a6411fa1aa9cbf91be7950 100644
(file)
--- a/
target/linux/ramips/base-files/etc/diag.sh
+++ b/
target/linux/ramips/base-files/etc/diag.sh
@@
-191,8
+191,7
@@
get_status_led() {
px-4885|\
re6500|\
whr-1166d|\
- whr-600d|\
- widora-neo)
+ whr-600d)
status_led="$board:orange:wifi"
;;
mzk-ex300np|\
@@
-230,6
+229,9
@@
get_status_led() {
wlr-6000)
status_led="$board:red:power"
;;
+ widora-neo)
+ status_led="widora:orange:wifi"
+ ;;
wzr-agl300nh)
status_led="$board:green:router"
;;