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