From 54d6085b765d420aee537f2f5eb7f83c42c3bfa2 Mon Sep 17 00:00:00 2001 From: hexa- Date: Wed, 28 Jan 2015 16:36:10 +0100 Subject: [PATCH] Add support for TL-WA901-ND-v3 (with BROKEN flag, needs more testing) --- targets/ar71xx-generic/profiles.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/targets/ar71xx-generic/profiles.mk b/targets/ar71xx-generic/profiles.mk index acf35e0d..a7f74065 100644 --- a/targets/ar71xx-generic/profiles.mk +++ b/targets/ar71xx-generic/profiles.mk @@ -84,6 +84,9 @@ $(eval $(call GluonModel,TLWA860,tl-wa860re-v1-squashfs,tp-link-tl-wa860re-v1)) # TL-WA901N/ND v2 $(eval $(call GluonProfile,TLWA901)) $(eval $(call GluonModel,TLWA901,tl-wa901nd-v2-squashfs,tp-link-tl-wa901n-nd-v2)) +ifeq ($(BROKEN),1) +$(eval $(call GluonModel,TLWA901,tl-wa901nd-v3-squashfs,tp-link-tl-wa901n-nd-v3)) # BROKEN: needs more testing; works but might be loosing configuration on reboots +endif # TL-MR3020 v1 $(eval $(call GluonProfile,TLMR3020))