From e202a8b9f6ecf02d42da4781dc5e27abe957f7dc Mon Sep 17 00:00:00 2001 From: Paul Wassi Date: Sun, 22 Oct 2017 22:39:30 +0200 Subject: ar71xx: add support for TP-Link TL-WA901ND v5 The TL-WA901ND v5 has the same hardware as v4, although the PCB has a different layout. Installation from factory is done via TFTP. (rename -factory image to wa901ndv4_tp_recovery.bin for tftp) Signed-off-by: Paul Wassi --- target/linux/ar71xx/image/tp-link.mk | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'target/linux/ar71xx/image') diff --git a/target/linux/ar71xx/image/tp-link.mk b/target/linux/ar71xx/image/tp-link.mk index 18c50cf20f..c3cfdb9f47 100644 --- a/target/linux/ar71xx/image/tp-link.mk +++ b/target/linux/ar71xx/image/tp-link.mk @@ -574,7 +574,14 @@ define Device/tl-wa901nd-v4 TPLINK_HWID := 0x09010004 IMAGE/factory.bin := append-rootfs | mktplinkfw factory -C EU endef -TARGET_DEVICES += tl-wa901nd-v1 tl-wa901nd-v2 tl-wa901nd-v3 tl-wa901nd-v4 + +define Device/tl-wa901nd-v5 + $(Device/tl-wa901nd-v4) + DEVICE_TITLE := TP-LINK TL-WA901N/ND v5 + BOARDNAME := TL-WA901ND-v5 + TPLINK_HWID := 0x09010005 +endef +TARGET_DEVICES += tl-wa901nd-v1 tl-wa901nd-v2 tl-wa901nd-v3 tl-wa901nd-v4 tl-wa901nd-v5 define Device/tl-wdr3320-v2 $(Device/tplink-4mlzma) -- cgit v1.2.3