diff options
author | John Crispin <john@openwrt.org> | 2015-01-30 08:06:40 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-01-30 08:06:40 +0000 |
commit | 31fd66f808e7ea16cacef362877139b7e0e8ac7d (patch) | |
tree | 1af798dc75a1e7c20a97cc3b165a4bcf95330eab /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | b86545c86dbb407b3d27f20d56fbaad3154c0d75 (diff) | |
download | mtk-20170518-31fd66f808e7ea16cacef362877139b7e0e8ac7d.zip mtk-20170518-31fd66f808e7ea16cacef362877139b7e0e8ac7d.tar.gz mtk-20170518-31fd66f808e7ea16cacef362877139b7e0e8ac7d.tar.bz2 |
ar71xx: add Netgear WNR1000v2/WNR1000v2-VC support (#18633)
The board is already supported by OpenWrt. WNR1000v2/WNR1000v2-VC are
pretty much the same as WNR2000v3/WNR612v2, therefore the same
initialization code and flash layout is used.
Signed-off-by: Ștefan Rusu <saltwaterc@gmail.com>
Tested-by: Douglas Fraser <1dsfraser@gmail.com>
SVN-Revision: 44221
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 14ee68b..02872de 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -780,6 +780,9 @@ ar71xx_board_detect() { *"WNR612 V2") name="wnr612-v2" ;; + *"WNR1000 V2") + name="wnr1000-v2" + ;; *WRT160NL) name="wrt160nl" ;; |