target: use SPDX license identifiers on Makefiles
[openwrt/openwrt.git] / target / linux / sunxi / profiles / 00-default.mk
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2017 Yousong Zhou
4
5 define Profile/Default
6 NAME:=Default Profile (all drivers)
7 PACKAGES:= \
8 kmod-ata-sunxi \
9 kmod-brcmfmac \
10 kmod-rtc-sunxi \
11 kmod-rtl8192cu \
12 kmod-rtl8xxxu \
13 kmod-sun4i-emac \
14 rtl8188eu-firmware \
15 swconfig \
16 wpad-basic-wolfssl
17 PRIORITY := 1
18 endef
19
20 define Profile/Default/Description
21 Default profile with package set compatible with most boards.
22 endef
23 $(eval $(call Profile,Default))