diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-07 19:10:56 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-07 19:10:56 +0000 |
commit | 6078e9d6f14457759676ee7c3687f7befc7882ee (patch) | |
tree | f22026b4114748886fcfc503dcccea8af9d5a87a /target/linux/ar71xx/generic | |
parent | bf3315647e2f02318586469662c3d431fd9bb152 (diff) |
ar71xx: add profile and build image for TP-LINK TL-WA801N/ND
Patch-by: Amir Sagie <openwrt-devel@taproot.org.il>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34576 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/tp-link.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/profiles/tp-link.mk b/target/linux/ar71xx/generic/profiles/tp-link.mk index 07d7059a8..a1018edad 100644 --- a/target/linux/ar71xx/generic/profiles/tp-link.mk +++ b/target/linux/ar71xx/generic/profiles/tp-link.mk @@ -92,6 +92,16 @@ define Profile/TLWA7510/Description endef $(eval $(call Profile,TLWA7510)) +define Profile/TLWA801 + NAME:=TP-LINK TL-WA801N/ND + PACKAGES:= +endef + +define Profile/TLWA801/Description + Package set optimized for the TP-LINK TL-WA801N/ND. +endef +$(eval $(call Profile,TLWA801)) + define Profile/TLWA901 NAME:=TP-LINK TL-WA901N/ND |