From 7ae345ecb74ef6b7a6d9807292cf5586d4536797 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, backport for 19.07] Signed-off-by: Adrian Schmutzler (cherry picked from commit b9f4f1f97aeeec65a872c4c5b1a0528a69d16d7b) --- target/linux/ath79/image/tiny-tp-link.mk | 8 ++++++++ 1 file changed, 8 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 817f5d8ed6..84b0d320b1 100644 --- a/target/linux/ath79/image/tiny-tp-link.mk +++ b/target/linux/ath79/image/tiny-tp-link.mk @@ -93,6 +93,14 @@ define Device/tplink_tl-wr740n-v4 endef TARGET_DEVICES += tplink_tl-wr740n-v4 +define Device/tplink_tl-wr740n-v5 + $(Device/tplink-4mlzma) + ATH_SOC := ar9331 + DEVICE_TITLE := TP-Link TL-WR740N v5 + TPLINK_HWID := 0x07400005 +endef +TARGET_DEVICES += tplink_tl-wr740n-v5 + define Device/tplink_tl-wr741-v1 $(Device/tplink-4m) ATH_SOC := ar7240 -- cgit v1.2.3