projects
/
openwrt
/
staging
/
lynxis
/
omap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
920f922
)
mvebu: add missing status LEDs for Linksys WRT1200AC and WRT1900ACv2
author
Imre Kaloz
<kaloz@openwrt.org>
Fri, 14 Oct 2016 11:50:41 +0000
(13:50 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Mon, 24 Oct 2016 06:45:06 +0000
(08:45 +0200)
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
target/linux/mvebu/base-files/etc/diag.sh
patch
|
blob
|
history
diff --git
a/target/linux/mvebu/base-files/etc/diag.sh
b/target/linux/mvebu/base-files/etc/diag.sh
index 82760fa0deb7aa129b65afd3167a1b12c1f8fc18..a361fa776def29cffaff5af13a9c2ef95e35d116 100644
(file)
--- a/
target/linux/mvebu/base-files/etc/diag.sh
+++ b/
target/linux/mvebu/base-files/etc/diag.sh
@@
-1,11
+1,18
@@
#!/bin/sh
-# Copyright (C) 2014 OpenWrt.org
+# Copyright (C) 2014-2016 OpenWrt.org
+# Copyright (C) 2016 LEDE-Project.org
. /lib/functions/leds.sh
. /lib/mvebu.sh
get_status_led() {
case $(mvebu_board_name) in
+ armada-385-linksys-caiman)
+ status_led="caiman:white:power"
+ ;;
+ armada-385-linksys-cobra)
+ status_led="cobra:white:power"
+ ;;
armada-385-linksys-shelby)
status_led="shelby:white:power"
;;