From b9f4f1f97aeeec65a872c4c5b1a0528a69d16d7b Mon Sep 17 00:00:00 2001 From: Jun Su Date: Tue, 3 Mar 2020 17:33:40 +0800 Subject: ath79: add support for TP-Link TL-WR740N v5 This adds support for the TP-Link TL-WR740N v5, a clone of the v4 only with a different TPLINK_HWID. It was already supported in ar71xx as well. Specifications: SOC: Atheros AR9331 CPU: 400MHz Flash: 4 MiB RAM: 32 MiB WLAN: Atheros AR9330 bgn Ethernet: 5 ports (100M) Flashing instructions: - Flash factory image from OEM WebUI: openwrt-ath79-tiny-tplink_tl-wr740n-v5-squashfs-factory.bin - Sysupgrade from ar71xx image: openwrt-ath79-tiny-tplink_tl-wr740n-v5-squashfs-sysupgrade.bin Signed-off-by: Jun Su [commit title/message facelift] Signed-off-by: Adrian Schmutzler --- target/linux/ath79/image/tiny-tp-link.mk | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'target/linux/ath79/image') diff --git a/target/linux/ath79/image/tiny-tp-link.mk b/target/linux/ath79/image/tiny-tp-link.mk index 29fdfec1e5..dc91a74ae1 100644 --- a/target/linux/ath79/image/tiny-tp-link.mk +++ b/target/linux/ath79/image/tiny-tp-link.mk @@ -186,6 +186,15 @@ define Device/tplink_tl-wr740n-v4 endef TARGET_DEVICES += tplink_tl-wr740n-v4 +define Device/tplink_tl-wr740n-v5 + $(Device/tplink-4mlzma) + SOC := ar9331 + DEVICE_MODEL := TL-WR740N + DEVICE_VARIANT := v5 + TPLINK_HWID := 0x07400005 +endef +TARGET_DEVICES += tplink_tl-wr740n-v5 + define Device/tplink_tl-wr741-v1 $(Device/tplink-4m) SOC := ar7240 -- cgit v1.2.3