mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 13:06:14 +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>
14 lines
322 B
Makefile
14 lines
322 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Copyright (C) 2016 OpenWrt.org
|
|
|
|
define Profile/Default
|
|
NAME:=Default Profile (all drivers)
|
|
PACKAGES:= kmod-usb2 kmod-ath9k-htc wpad-basic-mbedtls
|
|
endef
|
|
|
|
define Profile/Default/Description
|
|
Default package set compatible with most boards.
|
|
endef
|
|
$(eval $(call Profile,Default))
|