From b834487203996e71c5ea25f83488873483b96522 Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Wed, 21 Feb 2018 13:15:17 +0100 Subject: ar71xx: add support for TP-Link TL-WR940N v6 Add support for TL-WR940N v6 board. It is pretty much the same as v5 except they only left WAN LED and removed other ones. Installation: flash factory image through WEB UI or use TFTP. Signed-off-by: Robert Marko --- target/linux/ar71xx/image/tiny-tp-link.mk | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'target/linux/ar71xx/image/tiny-tp-link.mk') diff --git a/target/linux/ar71xx/image/tiny-tp-link.mk b/target/linux/ar71xx/image/tiny-tp-link.mk index 092d8aa114..2891b9654f 100644 --- a/target/linux/ar71xx/image/tiny-tp-link.mk +++ b/target/linux/ar71xx/image/tiny-tp-link.mk @@ -622,6 +622,14 @@ define Device/tl-wr940n-v4 endef TARGET_DEVICES += tl-wr940n-v4 +define Device/tl-wr940n-v6 + $(Device/tl-wr940n-v4) + DEVICE_TITLE := TP-LINK TL-WR940N v6 + BOARDNAME := TL-WR940N-v6 + TPLINK_HWID := 0x09400006 +endef +TARGET_DEVICES += tl-wr940n-v6 + define Device/tl-wr941nd-v2 $(Device/tplink-4m) DEVICE_TITLE := TP-LINK TL-WR941N/ND v2 -- cgit v1.2.3