target: use SPDX license identifiers on Makefiles
[openwrt/staging/rmilecki.git] / target / linux / bcm47xx / mips74k / profiles / 101-Broadcom-brcsmac.mk
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2014 OpenWrt.org
4
5 define Profile/Broadcom-mips74k-brcmsmac
6 NAME:=Broadcom SoC, BCM43xx WiFi (brcmsmac)
7 PACKAGES:=kmod-brcmsmac
8 endef
9
10 define Profile/Broadcom-mips74k-brcmsmac/Description
11 Package set for devices with BCM43xx WiFi including mac80211 and
12 brcmsmac driver.
13 endef
14
15 $(eval $(call Profile,Broadcom-mips74k-brcmsmac))
16