ramips: add support for Afoundry EW-1200
authorFrancois Goudal <francois@goudal.net>
Mon, 27 Feb 2017 20:59:50 +0000 (21:59 +0100)
committerMathias Kresin <dev@kresin.me>
Wed, 1 Mar 2017 21:29:50 +0000 (22:29 +0100)
commit9b35815f0f0e10125d144c82595bbccbc83d6812
treed020d431072ff7bc375e770f759e3aa37cbc0d5b
parent23bf153eadc9a1f0fa761155742f2e7107159a0c
ramips: add support for Afoundry EW-1200

This device features both a 2.4 and 5Ghz radio, and supports
802.11a/b/g/n/ac modes.
It has 5 Gb-Ethernet ports and a USB 3.0 host port.

It is powered by the Mediatek MT7621 SoC, and the MT7602E and MT7612E wifi
chipsets, together with 128MB of RAM and 16 MB of SPI Flash.

The stock firmware is in fact based on some openwrt barrier breaker, with a
mediatek SDK kernel, and an afoundry custom made web interface (not LuCI
based).
Firmware update page on the stock web interface can not accept sysupgrade
images, it bricks the device.
At this point, the only working solution I found was to connect to the
serial console port (available on J4 header) and to use opkg to install
dropbear.
Then scp the sysupgrade file in the device's /tmp and run sysupgrade from
console without preserving configuration files.

Signed-off-by: Francois Goudal <francois@goudal.net>
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/EW1200.dts [new file with mode: 0644]
target/linux/ramips/image/mt7621.mk