summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm-2.4/profiles/100-Broadcom.mk
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-04 20:43:39 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-04 20:43:39 +0000
commit4efb08ae2dfdef73743129184e49fdbf392f6720 (patch)
tree34073ced1fdc93af26b675a40bff816a412f0ff3 /target/linux/brcm-2.4/profiles/100-Broadcom.mk
parent035f1eebe8cf4b5671415c13094d83e4ce44c135 (diff)
reorder target profiles
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6514 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm-2.4/profiles/100-Broadcom.mk')
-rw-r--r--target/linux/brcm-2.4/profiles/100-Broadcom.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/brcm-2.4/profiles/100-Broadcom.mk b/target/linux/brcm-2.4/profiles/100-Broadcom.mk
new file mode 100644
index 000000000..4732bdf37
--- /dev/null
+++ b/target/linux/brcm-2.4/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:=Generic, Broadcom WiFi (default)
+ PACKAGES:=kmod-brcm-wl wlc nas kmod-wlcompat
+endef
+
+define Profile/Broadcom/Description
+ Default package set compatible with most BCM947xx hardware
+endef
+$(eval $(call Profile,Broadcom))
+