target: use SPDX license identifiers on Makefiles
[openwrt/openwrt.git] / target / linux / bcm47xx / mips74k / profiles / 103-Broadcom-none.mk
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2014 OpenWrt.org
4
5 define Profile/Broadcom-mips74k-none
6 NAME:=Broadcom SoC, No WiFi
7 PACKAGES:=-wpad-basic-wolfssl
8 endef
9
10 define Profile/Broadcom-mips74k-none/Description
11 Package set for devices without a WiFi.
12 endef
13
14 $(eval $(call Profile,Broadcom-mips74k-none))
15