mirror of
https://github.com/openwrt/openwrt.git
synced 2024-11-27 03:43:37 +08:00
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:
parent
1a145ccb0a
commit
9653294cb4
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user