target: use SPDX license identifiers on Makefiles
[openwrt/openwrt.git] / target / linux / bcm47xx / generic / profiles / 210-Broadcom-tg3-b43.mk
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2007-2013 OpenWrt.org
4
5 define Profile/Broadcom-tg3-b43
6 NAME:=Broadcom SoC, tg3 Ethernet, BCM43xx WiFi (b43)
7 PACKAGES:=kmod-b43 kmod-tg3
8 endef
9
10 define Profile/Broadcom-tg3-b43/Description
11 Package set compatible with hardware Broadcom BCM4705/BCM4785
12 SoCs with Broadcom BCM43xx Wifi cards using the mac80211 and b43
13 driver and tg3 Ethernet driver.
14 endef
15
16 $(eval $(call Profile,Broadcom-tg3-b43))
17