diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-07 19:10:56 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-07 19:10:56 +0000 |
commit | d7ba2b4840471ca2b171c40f1ca10b905e680c1d (patch) | |
tree | 84948df344052899d7205d69f284008eca89d9ca /target/linux/ar71xx/generic/profiles/tp-link.mk | |
parent | dfab9cb4e7af78aca88f4f5c78ae29fc921d745e (diff) | |
download | upstream-d7ba2b4840471ca2b171c40f1ca10b905e680c1d.tar.gz upstream-d7ba2b4840471ca2b171c40f1ca10b905e680c1d.tar.bz2 upstream-d7ba2b4840471ca2b171c40f1ca10b905e680c1d.zip |
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>
SVN-Revision: 34576
Diffstat (limited to 'target/linux/ar71xx/generic/profiles/tp-link.mk')
-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 07d7059a8c..a1018edad5 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 |