From f5984e0a0c8e2dae39fb381a6b7d209beba7fc3c Mon Sep 17 00:00:00 2001 From: Roman Yeryomin Date: Thu, 22 Feb 2018 18:08:14 +0200 Subject: ramips: mt7621: add Mediatek AP-MT7621A-V60 EVB support This board has: - mt7621 SoC - 8MB SPI flash - 128MB RAM - 5x ethernet ports from internal (SoC) switch - 1x ethernet port sitting on gmac2 and IC+ phy (not yet supported) - 3x PCIe slots - 1x USB 2.0 and 1x USB 3.0 - sound based on wm8960 - SDXC card slot (full size) First fw write from interactive u-boot menu, interrupt with 2. After that sysupgrade. Tested both with 4.9 and 4.14 Signed-off-by: Roman Yeryomin --- target/linux/ramips/base-files/etc/board.d/02_network | 1 + target/linux/ramips/base-files/lib/upgrade/platform.sh | 1 + 2 files changed, 2 insertions(+) (limited to 'target/linux/ramips/base-files') diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network index d23f9e36e3..f95f24c6c2 100755 --- a/target/linux/ramips/base-files/etc/board.d/02_network +++ b/target/linux/ramips/base-files/etc/board.d/02_network @@ -73,6 +73,7 @@ ramips_setup_interfaces() 3g-6200n|\ ai-br100|\ alfa-network,ac1200rm|\ + mediatek,ap-mt7621a-v60|\ d240|\ db-wrt01|\ dir-300-b7|\ diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index 76d735291d..d2bd860cb1 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -23,6 +23,7 @@ platform_check_image() { all0256n-8M|\ all5002|\ all5003|\ + mediatek,ap-mt7621a-v60|\ ar725w|\ asl26555-8M|\ asl26555-16M|\ -- cgit v1.2.3