diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-04-13 08:29:07 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-04-13 08:29:07 +0000 |
commit | ecec091d33182dbf5c46145b4becfed4955a9a78 (patch) | |
tree | ed8e1f9e9bda68589134aba2ace13d46a348b33f /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | a5e398abad5c1e1d5a85e76ca4b5678e2a0b6f93 (diff) | |
download | upstream-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/lib/ar71xx.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index a2bbefd9b7..02c46f9b94 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -352,6 +352,9 @@ ar71xx_board_detect() { *"NBG460N/550N/550NH") name="nbg460n_550n_550nh" ;; + *"Zyxel NBG6716") + name="nbg6716" + ;; *OM2P) name="om2p" ;; |