Defaults: Enable wolfssl as the default libssl
authorRISCi_ATOM <bob@bobcall.me>
Sun, 29 Nov 2020 20:09:15 +0000 (15:09 -0500)
committerRISCi_ATOM <bob@bobcall.me>
Sun, 29 Nov 2020 20:09:15 +0000 (15:09 -0500)
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

index 77be78ce232d3c2bd455be269da373e5bbfa9caf..91e1960ae2cf45a4b3865fad153b18dd1f9e0024 100644 (file)
@@ -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