diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-07-27 15:34:57 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-07-27 15:34:57 +0000 |
commit | 4ef6087c9bd6b88a6676b9b05318d4b158536271 (patch) | |
tree | 4e3ed7e39ad3994f9bf65f0e8f71ab747113dbfb | |
parent | 96b48df32968be874afc0fff5d5f01c73940d7e5 (diff) | |
download | upstream-4ef6087c9bd6b88a6676b9b05318d4b158536271.tar.gz upstream-4ef6087c9bd6b88a6676b9b05318d4b158536271.tar.bz2 upstream-4ef6087c9bd6b88a6676b9b05318d4b158536271.zip |
[brcm63xx] Add brcmsmac profile
Add brcmsmac profile (kmod-brcmsmac + wpad-mini).
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32890 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/brcm63xx/profiles/105-Broadcom-brcmsmac.mk | 17 |
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)) + |