aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/diag.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2014-04-13 08:29:07 +0000
committerGabor Juhos <juhosg@openwrt.org>2014-04-13 08:29:07 +0000
commitecec091d33182dbf5c46145b4becfed4955a9a78 (patch)
treeed8e1f9e9bda68589134aba2ace13d46a348b33f /target/linux/ar71xx/base-files/etc/diag.sh
parenta5e398abad5c1e1d5a85e76ca4b5678e2a0b6f93 (diff)
downloadupstream-ecec091d33182dbf5c46145b4becfed4955a9a78.tar.gz
upstream-ecec091d33182dbf5c46145b4becfed4955a9a78.tar.bz2
upstream-ecec091d33182dbf5c46145b4becfed4955a9a78.zip
ar71xx: add user-space support for the ZyXEL NBG6716 board
Signed-off-by: André Valentin <avalentin@marcant.net> Patchwork: http://patchwork.openwrt.org/patch/5101/ [juhosg: use zyxel prefix in LED names] Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 40500
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/diag.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh
index d81173dff6..7647039515 100755
--- a/target/linux/ar71xx/base-files/etc/diag.sh
+++ b/target/linux/ar71xx/base-files/etc/diag.sh
@@ -94,6 +94,9 @@ get_status_led() {
nbg460n_550n_550nh)
status_led="nbg460n:green:power"
;;
+ nbg6716)
+ status_led="nbg6716:white:power"
+ ;;
om2p | \
om2p-hs | \
om2p-lc)