summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-07-07 13:01:48 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-07-07 13:01:48 +0000
commitcdcb10ee42246ff7df0b7efd28a14a67249e77ff (patch)
tree0e8d50ae438f17d75e5a20f187643bb54250fbd4 /target
parenta92ed1808c41bb8dfac0836aeefcbca8891c715c (diff)
downloadmtk-20170518-cdcb10ee42246ff7df0b7efd28a14a67249e77ff.zip
mtk-20170518-cdcb10ee42246ff7df0b7efd28a14a67249e77ff.tar.gz
mtk-20170518-cdcb10ee42246ff7df0b7efd28a14a67249e77ff.tar.bz2
ar71xx: add separate profiles for the AP121 and AP121-MINI boards
SVN-Revision: 27522
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/generic/profiles/atheros.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/profiles/atheros.mk b/target/linux/ar71xx/generic/profiles/atheros.mk
index 60b109a..36c918b 100644
--- a/target/linux/ar71xx/generic/profiles/atheros.mk
+++ b/target/linux/ar71xx/generic/profiles/atheros.mk
@@ -5,6 +5,28 @@
# See /LICENSE for more information.
#
+define Profile/AP121
+ NAME:=Atheros AP121 reference board
+ PACKAGES:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb2
+endef
+
+define Profile/AP121/Description
+ Package set optimized for the Atheros AP121 reference board.
+endef
+
+$(eval $(call Profile,AP121))
+
+define Profile/AP121MINI
+ NAME:=Atheros AP121-MINI reference board
+ PACKAGES:=wpad-mini kmod-ath9k
+endef
+
+define Profile/AP121MINI/Description
+ Package set optimized for the Atheros AP121-MINI reference board.
+endef
+
+$(eval $(call Profile,AP121MINI))
+
define Profile/AP81
NAME:=Atheros AP81 reference board
PACKAGES:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb2