From: RISCi_ATOM Date: Sun, 29 Nov 2020 20:09:15 +0000 (-0500) Subject: Defaults: Enable wolfssl as the default libssl X-Git-Tag: v1.5.4-20201214~15 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;ds=sidebyside;h=ec420dd6e727bcf4f0389ba695ce5a587ab5add2;p=librecmc%2Flibrecmc.git 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). --- 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