ramips: add support for Netgear WN3000RPv3
authorThibaut VARENE <hacks@slashdirt.org>
Wed, 18 Jan 2017 10:34:56 +0000 (11:34 +0100)
committerJohn Crispin <john@phrozen.org>
Wed, 18 Jan 2017 11:06:16 +0000 (12:06 +0100)
commit7fb11c8ed2ca47716a2f27e5efed8bcd567cfc98
tree36b731ce7a3912ed0faab609a4cf49d60a17c738
parent29d0ac35bdc9cee710b7af174c01a1238f191d13
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>
target/linux/ramips/base-files/etc/board.d/01_leds
target/linux/ramips/base-files/etc/board.d/02_network
target/linux/ramips/base-files/etc/diag.sh
target/linux/ramips/base-files/lib/ramips.sh
target/linux/ramips/base-files/lib/upgrade/platform.sh
target/linux/ramips/dts/WN3000RPV3.dts [new file with mode: 0644]
target/linux/ramips/image/mt7620.mk