From 4ff019722cf9663c3f2645927041b0a248ff1d0b Mon Sep 17 00:00:00 2001 From: Rocco Folino Date: Mon, 2 Jul 2018 07:02:56 +0200 Subject: ath79: port TP-Link TL-WR741ND v4 and TL-WR740ND v4 This patch ports the TP-Link TL-WR741ND v4 and TL-WR740ND v4 to the ath79 target. Because the two devices share the same hw layout, this patch adds a common .dtsi which is included by the two .dts. Signed-off-by: Rocco Folino --- target/linux/ath79/image/tiny-tp-link.mk | 18 ++++++++++++++++++ 1 file changed, 18 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 0004eb2018..fa937b6bd5 100644 --- a/target/linux/ath79/image/tiny-tp-link.mk +++ b/target/linux/ath79/image/tiny-tp-link.mk @@ -60,6 +60,24 @@ define Device/tl-wr740n-v2 endef TARGET_DEVICES += tl-wr740n-v2 +define Device/tl-wr740nd-v4 + $(Device/tplink-4mlzma) + ATH_SOC := ar9331 + DEVICE_TITLE := TP-LINK TL-WR740N/ND v4 + TPLINK_HWID := 0x07400004 + SUPPORTED_DEVICES := tplink,tl-wr740n-v4 tl-wr740n-v4 +endef +TARGET_DEVICES += tl-wr740nd-v4 + +define Device/tl-wr741nd-v4 + $(Device/tplink-4mlzma) + ATH_SOC := ar9331 + DEVICE_TITLE := TP-LINK TL-WR741N/ND v4 + TPLINK_HWID := 0x07410004 + SUPPORTED_DEVICES := tplink,tl-wr741n-v4 tl-wr741n-v4 +endef +TARGET_DEVICES += tl-wr741nd-v4 + define Device/tl-wr841-v7 $(Device/tplink-4m) ATH_SOC := ar7241 -- cgit v1.2.3