From 63ec5beabff49ff39e9207e706f64d86c4a3bbb8 Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 28 Nov 2008 16:35:10 +0000 Subject: Reorder profiles numbering, broadcom being the most widely used git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13401 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/brcm63xx/profiles/100-Broadcom.mk | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 target/linux/brcm63xx/profiles/100-Broadcom.mk (limited to 'target/linux/brcm63xx/profiles/100-Broadcom.mk') diff --git a/target/linux/brcm63xx/profiles/100-Broadcom.mk b/target/linux/brcm63xx/profiles/100-Broadcom.mk new file mode 100644 index 000000000..b7e1f46ec --- /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)) + -- cgit v1.2.3