diff options
author | Thibaut VARENE <hacks@slashdirt.org> | 2017-01-18 11:34:56 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-01-18 12:06:16 +0100 |
commit | 7fb11c8ed2ca47716a2f27e5efed8bcd567cfc98 (patch) | |
tree | 36b731ce7a3912ed0faab609a4cf49d60a17c738 /target/linux/ramips/base-files/lib | |
parent | 29d0ac35bdc9cee710b7af174c01a1238f191d13 (diff) | |
download | upstream-7fb11c8ed2ca47716a2f27e5efed8bcd567cfc98.tar.gz upstream-7fb11c8ed2ca47716a2f27e5efed8bcd567cfc98.tar.bz2 upstream-7fb11c8ed2ca47716a2f27e5efed8bcd567cfc98.zip |
ramips: add support for Netgear WN3000RPv3
This patch adds support for the Netgear WN3000RPv3
http://www.netgear.com/support/product/wn3000rpv3.aspx
Specifications:
- SoC: MediaTek MT7620A (580MHz, ramips)
- RAM: 32MB DDR
- Storage: 8MB NOR SPI flash
- Wireless: builtin MT7620A, 2x2:2 with u.FL connectors
- Ethernet: 1x100M
- Serial: JP1 header, 57600-8N1
- Stock firmware based on OpenWRT Kamikaze
Like the EX2700, the bootloader expects a secondary image signature,
see https://forum.openwrt.org/viewtopic.php?pid=312577#p312577
This is why the same fakeroot image is used for the WN3000
Signed-off-by: Thibaut VARENE <hacks@slashdirt.org>
Diffstat (limited to 'target/linux/ramips/base-files/lib')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 3 | ||||
-rwxr-xr-x | target/linux/ramips/base-files/lib/upgrade/platform.sh | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 6afe709cbe..8292da1d4a 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -553,6 +553,9 @@ ramips_board_detect() { *"WMR-300") name="wmr-300" ;; + *"WN3000RPv3") + name="wn3000rpv3" + ;; *"WNCE2001") name="wnce2001" ;; diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index 0f2510c4bd..c6ad8ca3e5 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -157,6 +157,7 @@ platform_check_image() { wli-tx4-ag300n|\ wlr-6000|\ wmr-300|\ + wn3000rpv3|\ wnce2001|\ wndr3700v5|\ wr512-3gn|\ |