target: use SPDX license identifiers on Makefiles
[openwrt/openwrt.git] / target / linux / bcm47xx / generic / profiles / 101-Broadcom-wl.mk
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2010-2013 OpenWrt.org
4
5 define Profile/Broadcom-wl
6 NAME:=Broadcom SoC, all Ethernet, BCM43xx WiFi (wl, proprietary)
7 PACKAGES:=-wpad-basic-wolfssl kmod-b44 kmod-tg3 kmod-bgmac kmod-brcm-wl wlc nas
8 endef
9
10 define Profile/Broadcom-wl/Description
11 Package set compatible with hardware any Broadcom BCM47xx or BCM535x
12 SoC with Broadcom BCM43xx Wifi cards using the proprietary Broadcom
13 wireless "wl" driver and b44, tg3 or bgmac Ethernet driver.
14 endef
15
16 $(eval $(call Profile,Broadcom-wl))
17