target: use SPDX license identifiers on Makefiles
[openwrt/staging/wigyori.git] / target / linux / bcm53xx / profiles / 100-Generic.mk
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2013 OpenWrt.org
4
5 define Profile/Generic
6 NAME:=Broadcom SoC, BCM43xx WiFi (b43, brcmfmac, default)
7 PACKAGES:=kmod-b43 kmod-brcmfmac
8 endef
9
10 define Profile/Generic/Description
11 Package set compatible with any hardware using Broadcom BCM47xx or
12 BCM535x SoCs with an ARM CPU like the BCM4707, BCM4708, BCM4709,
13 BCM53010
14 endef
15
16 $(eval $(call Profile,Generic))
17