4cfb089eab1bab1660aafb0f0e9961abdc884e32
[oweals/openwrt.git] / target / linux / brcm47xx / profiles / 101-Broadcom-wl.mk
1 #
2 # Copyright (C) 2010 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/Broadcom-wl
9   NAME:=Broadcom BCM43xx WiFi - "wl" driver (proprietary)
10   PACKAGES:=kmod-brcm-wl wlc nas
11 endef
12
13 define Profile/Broadcom-wl/Description
14         Package set compatible with hardware using Broadcom BCM43xx cards
15         using the proprietary broadcom wireless "wl" driver.
16 endef
17
18 $(eval $(call Profile,Broadcom-wl))
19