projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b8ebb5
)
ramips: nexx wt3020: fix status led
author
John Crispin
<john@openwrt.org>
Sun, 22 Feb 2015 08:28:35 +0000
(08:28 +0000)
committer
John Crispin
<john@openwrt.org>
Sun, 22 Feb 2015 08:28:35 +0000
(08:28 +0000)
For Nexx WT3020 board_name is wt3020, not nexx-wt3020
root@OpenWrt:~# . /lib/ramips.sh; echo $(ramips_board_name)
wt3020
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
SVN-Revision: 44499
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 39a0868727fb3ab9453eebc1c3f8b2553fb4a427..50b6ff24ca839fcd4d3f11d50809c1d424f1ab49 100644
(file)
--- a/
target/linux/ramips/base-files/etc/diag.sh
+++ b/
target/linux/ramips/base-files/etc/diag.sh
@@
-190,7
+190,7
@@
get_status_led() {
nexx-wt1520)
status_led="nexx-wt1520:white:power"
;;
-
nexx-
wt3020)
+ wt3020)
status_led="nexx:blue:power"
;;
mzk-w300nh2)