diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-11-13 14:48:03 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-11-13 14:48:03 +0000 |
commit | 62c8ff19ad57b42df2cdc160b9ca37fbf86dd53a (patch) | |
tree | fa7a0b1190d60a2b40db497e8de3d70eff7da5d4 /target/linux/ar71xx/generic | |
parent | 588c81d1e0ff0d3ff1659c54addddf211152904a (diff) | |
download | upstream-62c8ff19ad57b42df2cdc160b9ca37fbf86dd53a.tar.gz upstream-62c8ff19ad57b42df2cdc160b9ca37fbf86dd53a.tar.bz2 upstream-62c8ff19ad57b42df2cdc160b9ca37fbf86dd53a.zip |
ar71xx: add profile and build image for the TL-WA7510N board
[juhosg: separated from the http://patchwork.openwrt.org/patch/2820/ patch]
Signed-off-by: Stefan Helmert <helst_listen@aol.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34190
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 056a91703d..07d7059a8c 100644 --- a/target/linux/ar71xx/generic/profiles/tp-link.mk +++ b/target/linux/ar71xx/generic/profiles/tp-link.mk @@ -82,6 +82,16 @@ define Profile/TLWA701/Description endef $(eval $(call Profile,TLWA701)) +define Profile/TLWA7510 + NAME:=TP-LINK TL-WA7510N + PACKAGES:= +endef + +define Profile/TLWA7510/Description + Package set optimized for the TP-LINK TL-WA7510N. +endef +$(eval $(call Profile,TLWA7510)) + define Profile/TLWA901 NAME:=TP-LINK TL-WA901N/ND |