summaryrefslogtreecommitdiff
path: root/target/linux
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-04-10 16:50:20 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-04-10 16:50:20 +0000
commit1633dd6b6c4ea5486e9553be6bc36814d5e47b1e (patch)
tree7d27450c1e085a8989098b526d1d5a11150bb9a6 /target/linux
parentf98e55faf0468bda5773b8276a9d5cdd530f3b80 (diff)
downloadmtk-20170518-1633dd6b6c4ea5486e9553be6bc36814d5e47b1e.zip
mtk-20170518-1633dd6b6c4ea5486e9553be6bc36814d5e47b1e.tar.gz
mtk-20170518-1633dd6b6c4ea5486e9553be6bc36814d5e47b1e.tar.bz2
ar71xx: add a profile for PB92
SVN-Revision: 20778
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/ar71xx/profiles/atheros.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ar71xx/profiles/atheros.mk b/target/linux/ar71xx/profiles/atheros.mk
index a7ed714..4ce0e60 100644
--- a/target/linux/ar71xx/profiles/atheros.mk
+++ b/target/linux/ar71xx/profiles/atheros.mk
@@ -50,3 +50,14 @@ define Profile/PB44/Description
endef
$(eval $(call Profile,PB44))
+
+define Profile/PB92
+ NAME:=Atheros PB92 reference board
+ PACKAGES:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb2
+endef
+
+define Profile/PB92/Description
+ Package set optimized for the Atheros PB92 reference board.
+endef
+
+$(eval $(call Profile,PB92))