aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files/etc/diag.sh
diff options
context:
space:
mode:
authorDaniel Gonzalez Cabanelas <dgcbueu@gmail.com>2016-08-29 16:03:49 +0200
committerJonas Gorski <jonas.gorski@gmail.com>2016-11-21 18:40:15 +0100
commitd2b79e4d808add264d22e284fa21dfa155e52f05 (patch)
tree17aa0b10171d46c6fe4cd4b4703dda1684fe47be /target/linux/brcm63xx/base-files/etc/diag.sh
parentaedca3ce430c0edcf582118d393fe13349fca741 (diff)
downloadupstream-d2b79e4d808add264d22e284fa21dfa155e52f05.tar.gz
upstream-d2b79e4d808add264d22e284fa21dfa155e52f05.tar.bz2
upstream-d2b79e4d808add264d22e284fa21dfa155e52f05.zip
brcm63xx: Livebox 1: add userspace board support
Fix configuration files for the Livebox 1 routers. - Add status led - Set eth0 as the LAN port, for coherence with RedBoot and comfortability. - Add led triggers Signed-off-by: Daniel Gonzalez Cabanelas <dgcbueu@gmail.com> Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Diffstat (limited to 'target/linux/brcm63xx/base-files/etc/diag.sh')
-rw-r--r--target/linux/brcm63xx/base-files/etc/diag.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/base-files/etc/diag.sh b/target/linux/brcm63xx/base-files/etc/diag.sh
index 51756ae835..852a70146e 100644
--- a/target/linux/brcm63xx/base-files/etc/diag.sh
+++ b/target/linux/brcm63xx/base-files/etc/diag.sh
@@ -102,6 +102,9 @@ set_state() {
hg655b)
status_led="HW65x:green:power"
;;
+ livebox1)
+ status_led="Livebox1:red:adsl-fail-power"
+ ;;
p870hw-51a_v2)
status_led="P870HW-51a:green:power"
;;