From bf9b742cd4b47175e76aa42ce394fa8b507e9366 Mon Sep 17 00:00:00 2001 From: Lim Guo Wei Date: Sun, 5 Apr 2020 03:52:26 +0800 Subject: ath79: add support for TP-Link TL-MR3420 v3 This adds support for the TP-Link TL-MR3420 v3, a later revision of the v2 with an external gpiochip similar to TP-Link Archer C7 v4. Specifications: SOC: Qualcomm Atheros QCA9531 CPU: 650MHz Flash: 4 MiB RAM: 32 MiB WLAN: Qualcomm Atheros QCA9531 bgn 2T2R 2.4 GHz Ethernet: 5 ports (100M) Flashing instructions: - Flash factory image from OEM WebUI: openwrt-ath79-tiny-tplink_tl-mr3420-v3-squashfs-factory.bin - Sysupgrade from ath79 image: openwrt-ath79-tiny-tplink_tl-mr3420-v3-squashfs-sysupgrade.bin Signed-off-by: Lim Guo Wei [remove SUPPORTED devices, some typo adjustments, fix WAN MAC address, fix sorting in 01_leds] Signed-off-by: Adrian Schmutzler --- target/linux/ath79/image/tiny-tp-link.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'target/linux/ath79/image/tiny-tp-link.mk') diff --git a/target/linux/ath79/image/tiny-tp-link.mk b/target/linux/ath79/image/tiny-tp-link.mk index c533de3f4c..eff205f897 100644 --- a/target/linux/ath79/image/tiny-tp-link.mk +++ b/target/linux/ath79/image/tiny-tp-link.mk @@ -66,6 +66,16 @@ define Device/tplink_tl-mr3420-v2 endef TARGET_DEVICES += tplink_tl-mr3420-v2 +define Device/tplink_tl-mr3420-v3 + $(Device/tplink-4mlzma) + SOC := qca9531 + DEVICE_MODEL := TL-MR3420 + DEVICE_VARIANT := v3 + TPLINK_HWID := 0x34200003 + DEVICE_PACKAGES := kmod-usb2 kmod-usb-ledtrig-usbport +endef +TARGET_DEVICES += tplink_tl-mr3420-v3 + define Device/tplink_tl-wa701nd-v1 $(Device/tplink-4m) SOC := ar7240 -- cgit v1.2.3