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