target: use SPDX license identifiers on Makefiles
[openwrt/openwrt.git] / target / linux / archs38 / generic / profiles / 00-default.mk
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2016 OpenWrt.org
4
5 define Profile/Default
6 NAME:=Default Profile (all drivers)
7 PACKAGES:= kmod-usb2 kmod-ath9k-htc wpad-basic-wolfssl
8 endef
9
10 define Profile/Default/Description
11 Default package set compatible with most boards.
12 endef
13 $(eval $(call Profile,Default))