diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-10-27 08:55:40 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-10-27 08:55:40 +0000 |
commit | e99d557c08acb1c659baebe93ce0c56afad34569 (patch) | |
tree | d0a2a57e4a1fa8af410a8a4ae3dfe26af41659c6 /target/linux/ar71xx/generic | |
parent | 9287e0c863dfab8cf6a441c897c51286e2da9f74 (diff) | |
download | upstream-e99d557c08acb1c659baebe93ce0c56afad34569.tar.gz upstream-e99d557c08acb1c659baebe93ce0c56afad34569.tar.bz2 upstream-e99d557c08acb1c659baebe93ce0c56afad34569.zip |
ar71xx: add profile and build image for the CAP4200AG
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33958
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/senao.mk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/profiles/senao.mk b/target/linux/ar71xx/generic/profiles/senao.mk new file mode 100644 index 0000000000..20a79e9808 --- /dev/null +++ b/target/linux/ar71xx/generic/profiles/senao.mk @@ -0,0 +1,17 @@ +# +# Copyright (C) 2012 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/CAP4200AG + NAME:=Senao CAP4200AG + PACKAGES:=kmod-ath9k +endef + +define Profile/CAP4200AG/Description + Package set optimized for the Senao CAP4200AG. +endef + +$(eval $(call Profile,CAP4200AG)) |