diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-08-05 13:55:37 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-08-05 13:55:37 +0000 |
commit | a105688c87d9b04a19aeed9cbaf9e386ef3f5047 (patch) | |
tree | bc8817275fcef3e6cd76184cdb99baa4f867d332 /target/linux/brcm63xx/base-files/etc/diag.sh | |
parent | 65654a3c541a81f135905dfa68f9e390b4c21419 (diff) | |
download | upstream-a105688c87d9b04a19aeed9cbaf9e386ef3f5047.tar.gz upstream-a105688c87d9b04a19aeed9cbaf9e386ef3f5047.tar.bz2 upstream-a105688c87d9b04a19aeed9cbaf9e386ef3f5047.zip |
brcm63xx: Add support for Plusnet 2704N
BCM6318: add support for Plusnet / Sagem 2704N (V1)
Signed-off-by: Matt Goring <matt.goring@googlemail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46562
Diffstat (limited to 'target/linux/brcm63xx/base-files/etc/diag.sh')
-rw-r--r-- | target/linux/brcm63xx/base-files/etc/diag.sh | 3 |
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 1b0d26d616..7916ac26e2 100644 --- a/target/linux/brcm63xx/base-files/etc/diag.sh +++ b/target/linux/brcm63xx/base-files/etc/diag.sh @@ -70,6 +70,9 @@ set_state() { fast2504n) status_led="fast2504n:green:ok" ;; + fast2704n) + status_led2="F@ST2704N:red:power" + ;; fast2704v2) status_led="F@ST2704V2:green:power" ;; |