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 <howard0su@gmail.com> [commit title/message facelift] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
committed by
Adrian Schmutzler
parent
5c2b130ec9
commit
b9f4f1f97a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user