From f72fa883b324311c1972c39ed521e536b25d674c Mon Sep 17 00:00:00 2001 From: Daniel Gimpelevich Date: Mon, 16 Jul 2018 07:19:19 -0700 Subject: ramips: add support for Edimax BR-6478AC v2 Roll-up of patches by Rohan Murch, Hans Ulli Kroll, and James McKenzie. Taken from https://forum.openwrt.org/viewtopic.php?id=67192 and updated. Specification: - System-On-Chip: MT7620A - CPU/Speed: 580 MHz - Flash-Chip: Macronix MX25L6405D - Flash size: 8192 KiB - RAM: 64 MiB - Wireless No1: SoC-integrated: MT7620A 2.4GHz 802.11bgn - Wireless No2: On-board chip: MT7612E 5GHz 802.11ac - Switch: Mediatek MT7530W Gigabit Switch - USB: Yes 1 x 2.0 Installation: 1. Download sysupgrade.bin 2. Open vendor web interface 3. Choose to upgrade firmware 4. After reboot connect via ethernet at 192.168.1.1 Signed-off-by: Daniel Gimpelevich --- target/linux/ramips/base-files/lib/upgrade/platform.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/linux/ramips/base-files/lib/upgrade') diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index e3f8e606c2..19662b7067 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -239,7 +239,8 @@ platform_check_image() { ;; 3g-6200n|\ 3g-6200nl|\ - br-6475nd) + br-6475nd|\ + br-6478ac-v2) [ "$magic" != "43535953" ] && { echo "Invalid image type." return 1 -- cgit v1.2.3