From aa3c775b65132f2e3fc4a4eb371cfd37237cf704 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Fri, 28 Nov 2008 16:35:10 +0000 Subject: Reorder profiles numbering, broadcom being the most widely used SVN-Revision: 13401 --- 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 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)) + -- cgit v1.2.3