aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm-2.4/profiles/100-Broadcom.mk
blob: 8a222e39ee6a7062b4d4cd498ca08a34b611c450 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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-old wlc-old nas-old kmod-wlcompat
endef

define Profile/Broadcom/Description
	Default package set compatible with most BCM947xx hardware
endef
$(eval $(call Profile,Broadcom))