diff options
author | John Crispin <blogic@openwrt.org> | 2015-01-30 08:06:40 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-01-30 08:06:40 +0000 |
commit | 93eb47fb3d13c7d85ca193cfbe2ebc50e0af0ec1 (patch) | |
tree | 9c2af604ff670904c96e507cc6db4c7d84866c8b /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | f223ab856d64ad86fe82d371dc4b5702ed386af4 (diff) | |
download | upstream-93eb47fb3d13c7d85ca193cfbe2ebc50e0af0ec1.tar.gz upstream-93eb47fb3d13c7d85ca193cfbe2ebc50e0af0ec1.tar.bz2 upstream-93eb47fb3d13c7d85ca193cfbe2ebc50e0af0ec1.zip |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44221 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 14ee68b854..02872de145 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" ;; |