aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib
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
commitfb913e51569317905ab47afa9078003c8dcadae6 (patch)
tree852ec992af40c142adcf39d26ed80378d1fd2ddf /target/linux/ar71xx/base-files/lib
parentfe8848910739865c381a29a4030f25ed26087a29 (diff)
downloadupstream-fb913e51569317905ab47afa9078003c8dcadae6.tar.gz
upstream-fb913e51569317905ab47afa9078003c8dcadae6.tar.bz2
upstream-fb913e51569317905ab47afa9078003c8dcadae6.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40500 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
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"
;;