summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/profiles
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-07-27 15:34:57 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-07-27 15:34:57 +0000
commit4acdbb1d87e11843409ceacd08d3477c1976c583 (patch)
treeca6cf581cc7ffac7742be29ac94991caa3e08afe /target/linux/brcm63xx/profiles
parent9beec09f5fb16a8eaf15078a749c53c8e3b510b3 (diff)
downloadmaster-31e0f0ae-4acdbb1d87e11843409ceacd08d3477c1976c583.tar.gz
master-31e0f0ae-4acdbb1d87e11843409ceacd08d3477c1976c583.tar.bz2
master-31e0f0ae-4acdbb1d87e11843409ceacd08d3477c1976c583.zip
Add brcmsmac profile
Add brcmsmac profile (kmod-brcmsmac + wpad-mini). Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 32890
Diffstat (limited to 'target/linux/brcm63xx/profiles')
-rw-r--r--target/linux/brcm63xx/profiles/105-Broadcom-brcmsmac.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/profiles/105-Broadcom-brcmsmac.mk b/target/linux/brcm63xx/profiles/105-Broadcom-brcmsmac.mk
new file mode 100644
index 0000000000..bb558d1390
--- /dev/null
+++ b/target/linux/brcm63xx/profiles/105-Broadcom-brcmsmac.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/Broadcom-brcmsmac
+ NAME:=Broadcom WiFi (brcmsmac)
+ PACKAGES:=kmod-brcmsmac wpad-mini
+endef
+
+define Profile/Broadcom-brcmsmac/Description
+ Package set compatible with hardware using Broadcom WiFi cards
+endef
+$(eval $(call Profile,Broadcom-brcmsmac))
+