target: use SPDX license identifiers on Makefiles
[openwrt/staging/wigyori.git] / target / linux / apm821xx / nand / profiles / 00-default.mk
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2011 OpenWrt.org
4
5 define Profile/Default
6 NAME:=Default Profile
7 PRIORITY:=1
8 PACKAGES := badblocks block-mount e2fsprogs \
9 kmod-dm kmod-fs-ext4 kmod-fs-vfat kmod-usb-ledtrig-usbport \
10 kmod-md-mod kmod-nls-cp437 kmod-nls-iso8859-1 kmod-nls-iso8859-15 \
11 kmod-nls-utf8 kmod-usb3 kmod-usb-dwc2 kmod-usb-storage \
12 kmod-spi-gpio partx-utils
13 endef
14
15 define Profile/Default/Description
16 Default package set
17 endef
18
19 $(eval $(call Profile,Default))