From ec420dd6e727bcf4f0389ba695ce5a587ab5add2 Mon Sep 17 00:00:00 2001 From: RISCi_ATOM Date: Sun, 29 Nov 2020 15:09:15 -0500 Subject: [PATCH] Defaults: Enable wolfssl as the default libssl Upstream has moved to using wolfssl as the default libssl. This also fixes a bug where ssl support is missing in core images in v1.5.3). --- include/target.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/target.mk b/include/target.mk index 77be78ce23..91e1960ae2 100644 --- a/include/target.mk +++ b/include/target.mk @@ -13,7 +13,7 @@ __target_inc=1 DEVICE_TYPE?=router # Default packages - the really basic set -DEFAULT_PACKAGES:=base-files ca-bundle libc libgcc busybox dropbear mtd uci opkg netifd fstools uclient-fetch logd urandom-seed urngd +DEFAULT_PACKAGES:=base-files ca-bundle libc libgcc libustream-wolfssl busybox dropbear mtd uci opkg netifd fstools uclient-fetch logd urandom-seed urngd # For nas targets DEFAULT_PACKAGES.nas:=block-mount fdisk lsblk mdadm # For router targets -- 2.25.1