diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-11-07 12:51:39 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-11-07 12:51:39 +0000 |
commit | ae7e7239b864c00b1e6c8b7856f1770a56c38c29 (patch) | |
tree | 61acfa6b6bae8bc5e316eb9a5c97188cb59db4c2 /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | 46f6626052e9a4da474db530f41508ef41915767 (diff) | |
download | upstream-ae7e7239b864c00b1e6c8b7856f1770a56c38c29.tar.gz upstream-ae7e7239b864c00b1e6c8b7856f1770a56c38c29.tar.bz2 upstream-ae7e7239b864c00b1e6c8b7856f1770a56c38c29.zip |
ar71xx: Add support for ZyXEL NBG6616.
Signed-off-by: Benjamin Berg <benjamin@sipsolutions.net>
SVN-Revision: 47405
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 5f02e4e1ca..2fdc5381c2 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -565,6 +565,9 @@ ar71xx_board_detect() { *"NBG460N/550N/550NH") name="nbg460n_550n_550nh" ;; + *"Zyxel NBG6616") + name="nbg6616" + ;; *"Zyxel NBG6716") name="nbg6716" ;; |