busybox: Select missing package for BUSYBOX_CONFIG_FEATURE_WGET_OPENSSL

Adding the feature "wget with openssl" should select the required
openssl automatically.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2023-02-10 08:59:00 +01:00
parent 1a145ccb0a
commit 9653294cb4

View File

@ -1209,6 +1209,7 @@ config BUSYBOX_CONFIG_FEATURE_WGET_OPENSSL
bool "Try to connect to HTTPS using openssl"
default BUSYBOX_DEFAULT_FEATURE_WGET_OPENSSL
depends on BUSYBOX_CONFIG_WGET
select PACKAGE_openssl-util
help
Try to use openssl to handle HTTPS.