mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-25 22:46:15 +00:00
2630e5063d
The newly merged mbedtls backend is smaller and has fewer ABI related issues than the wolfSSL one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
16 lines
341 B
Makefile
16 lines
341 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Copyright (C) 2011 OpenWrt.org
|
|
|
|
define Profile/Default
|
|
NAME:=Default Profile
|
|
PRIORITY:=1
|
|
PACKAGES := kmod-usb-dwc2 kmod-usb-ledtrig-usbport kmod-usb-storage kmod-fs-vfat wpad-basic-mbedtls
|
|
endef
|
|
|
|
define Profile/Default/Description
|
|
Default package set
|
|
endef
|
|
|
|
$(eval $(call Profile,Default))
|