target: use SPDX license identifiers on Makefiles
[openwrt/openwrt.git] / target / linux / mpc85xx / p1010 / profiles / 00-default.mk
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 define Profile/Default
4 NAME:=Default Profile
5 PRIORITY:=1
6 endef
7
8 define Profile/Default/Description
9 Default package set compatible with most P1010 boards.
10 endef
11
12 $(eval $(call Profile,Default))