aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostap-utils/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* move a few packages to system/utilsFelix Fietkau2013-01-291-44/+0
| | | | SVN-Revision: 35375
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* replace common -I and -L search flags with TARGET_CPPFLAGS and TARGET_LDFLAGSNicolas Thill2007-03-281-1/+1
| | | | SVN-Revision: 6735
* add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵Felix Fietkau2007-03-161-1/+0
| | | | | | lots of places SVN-Revision: 6582
* add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵Felix Fietkau2007-03-161-2/+0
| | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) SVN-Revision: 6580
* replace lots of manual install commands with INSTALL_* variablesFelix Fietkau2006-11-231-7/+7
| | | | SVN-Revision: 5624
* move hostap-utils to network categoryFelix Fietkau2006-11-181-2/+2
| | | | SVN-Revision: 5574
* finally move buildroot-ng to trunkFelix Fietkau2016-03-201-0/+48
l */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
#
# Copyright (C) 2010-2013 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#

define Profile/Broadcom-bgmac-wl
  NAME:=Broadcom SoC, bgmac Ethernet, BCM43xx WiFi (wl, proprietary)
  PACKAGES:=-wpad-mini kmod-bgmac kmod-brcm-wl wlc nas
endef

define Profile/Broadcom-bgmac-wl/Description
	Package set compatible with hardware newer Broadcom BCM47xx or BCM535x
	SoC with Broadcom BCM43xx Wifi cards using the proprietary Broadcom
	wireless "wl" driver and bgmac Ethernet driver.
endef

$(eval $(call Profile,Broadcom-bgmac-wl))