treewide: replace wpad-basic-wolfssl default
[openwrt/staging/wigyori.git] / target / linux / apm821xx / sata / 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 := kmod-usb-dwc2 kmod-usb-ledtrig-usbport kmod-usb-storage kmod-fs-vfat wpad-basic-mbedtls
9 endef
10
11 define Profile/Default/Description
12 Default package set
13 endef
14
15 $(eval $(call Profile,Default))