From 9358a8a798609a89e99fa002641164a918a7e3ac Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 24 Feb 2015 12:00:50 +0000 Subject: ar71xx: TL-WA7210n v2 support This patch adds support for TP-Link TL-WA7210n[0] [0] http://www.tplink.com/en/products/details/?model=TL-WA7210N Signed-off-by: Hendrik Frenzel SVN-Revision: 44526 --- target/linux/ar71xx/generic/profiles/tp-link.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'target/linux/ar71xx/generic/profiles') diff --git a/target/linux/ar71xx/generic/profiles/tp-link.mk b/target/linux/ar71xx/generic/profiles/tp-link.mk index 5922f67399..0174a431b1 100644 --- a/target/linux/ar71xx/generic/profiles/tp-link.mk +++ b/target/linux/ar71xx/generic/profiles/tp-link.mk @@ -160,6 +160,16 @@ define Profile/TLWA701/Description endef $(eval $(call Profile,TLWA701)) +define Profile/TLWA7210 + NAME:=TP-LINK TL-WA7210N + PACKAGES:=rssileds kmod-ledtrig-netdev +endef + +define Profile/TLWA7210/Description + Package set optimized for the TP-LINK TL-WA7210N. +endef +$(eval $(call Profile,TLWA7210)) + define Profile/TLWA730RE NAME:=TP-LINK TL-WA730RE PACKAGES:= -- cgit v1.2.3