target: use SPDX license identifiers on Makefiles
[openwrt/openwrt.git] / target / linux / bcm63xx / profiles / default.mk
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2016 LEDE project
4
5 define Profile/Default
6 NAME:=Default Profile
7 PACKAGES:=kmod-b43 wpad-basic-wolfssl
8 PRIORITY:=1
9 endef
10
11 define Profile/Default/description
12 Package set compatible with most boards.
13 endef
14
15 $(eval $(call Profile,Default))