diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-01-04 17:30:54 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-01-04 17:30:54 +0000 |
commit | ac68f0d8fa38b998fbaa8098a5d20dc59d838801 (patch) | |
tree | 6d66701af0ea9b35ac4a41cae4035bc5f2316e1b /target/linux/ar71xx/generic | |
parent | 923e5d35434d9bd13d108b2d216978eff169844b (diff) | |
download | upstream-ac68f0d8fa38b998fbaa8098a5d20dc59d838801.tar.gz upstream-ac68f0d8fa38b998fbaa8098a5d20dc59d838801.tar.bz2 upstream-ac68f0d8fa38b998fbaa8098a5d20dc59d838801.zip |
ar71xx: add profile and build image for the TL-WA701N/ND boards
SVN-Revision: 29656
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/tp-link.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/profiles/tp-link.mk b/target/linux/ar71xx/generic/profiles/tp-link.mk index c9f0cacb1e..2b9aa0e218 100644 --- a/target/linux/ar71xx/generic/profiles/tp-link.mk +++ b/target/linux/ar71xx/generic/profiles/tp-link.mk @@ -50,6 +50,17 @@ endef $(eval $(call Profile,TLWR703)) +define Profile/TLWA701 + NAME:=TP-LINK TL-WA701N/ND + PACKAGES:= +endef + +define Profile/TLWA701/Description + Package set optimized for the TP-LINK TL-WA701N/ND. +endef +$(eval $(call Profile,TLWA701)) + + define Profile/TLWA901 NAME:=TP-LINK TL-WA901N/ND PACKAGES:= |