aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/profiles/100-Broadcom.mk
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-11-28 16:35:10 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-11-28 16:35:10 +0000
commit977da2f368642640a4a69b7244ead414d9e8b98c (patch)
treeebc536f00bf1a095641103633cdc682a5d162da5 /target/linux/brcm63xx/profiles/100-Broadcom.mk
parentfe19bbeeeacd6f97043f2ee8d2d5677bca109566 (diff)
downloadupstream-977da2f368642640a4a69b7244ead414d9e8b98c.tar.gz
upstream-977da2f368642640a4a69b7244ead414d9e8b98c.tar.bz2
upstream-977da2f368642640a4a69b7244ead414d9e8b98c.zip
Reorder profiles numbering, broadcom being the most widely used
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13401 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/profiles/100-Broadcom.mk')
-rw-r--r--target/linux/brcm63xx/profiles/100-Broadcom.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/profiles/100-Broadcom.mk b/target/linux/brcm63xx/profiles/100-Broadcom.mk
new file mode 100644
index 0000000000..b7e1f46ec5
--- /dev/null
+++ b/target/linux/brcm63xx/profiles/100-Broadcom.mk
@@ -0,0 +1,17 @@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+define Profile/Broadcom
+ NAME:=Broadcom WiFi (default)
+ PACKAGES:=kmod-b43
+endef
+
+define Profile/Broadcom/Description
+ Package set compatible with hardware using Broadcom WiFi cards
+endef
+$(eval $(call Profile,Broadcom))
+