From f4eef5f2a18400bc7f548d629e1d5825a2b26e5a Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 22 Mar 2021 14:06:14 -0700 Subject: ramips: add support for Linksys E7350 Linksys E7350 is an 802.11ax (Wi-Fi 6) router, based on MediaTek MT7621A. Specifications: - SoC: MT7621 (880MHz, 2 Cores) - RAM: 256 MB - Flash: 128 MB NAND - Wi-Fi: - MT7915D: 2.4/5 GHz (DBDC) - Ethernet: 5x 1GiE MT7530 - USB: 1x USB 3.0 - UART: J4 (57600 baud) - Pinout: [3V3] (TXD) (RXD) (blank) (GND) Notes: * This device has a dual-boot partition scheme, but this firmware works only on boot partition 1. Installation: Upload the generated factory.bin image via the stock web firmware updater. Signed-off-by: Rosen Penev --- package/boot/uboot-envtools/files/ramips | 1 + 1 file changed, 1 insertion(+) (limited to 'package/boot') diff --git a/package/boot/uboot-envtools/files/ramips b/package/boot/uboot-envtools/files/ramips index 46c218c885..194f6561d4 100644 --- a/package/boot/uboot-envtools/files/ramips +++ b/package/boot/uboot-envtools/files/ramips @@ -52,6 +52,7 @@ h3c,tx1800-plus|\ h3c,tx1801-plus|\ h3c,tx1806|\ jcg,q20|\ +linksys,e7350|\ netgear,wax202) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x20000" "0x20000" ;; -- cgit v1.2.3