From: E Shattow Date: Wed, 12 Nov 2025 00:54:42 +0000 (-0800) Subject: configs: starfive: enable wget https X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2da2c01cd1238e210009c4aea5d429bea431754d;p=thirdparty%2Fu-boot.git configs: starfive: enable wget https Enable WGET_HTTPS (no CA verification; also enables dependency MBEDTLS_LIB) Signed-off-by: E Shattow Reviewed-by: Leo Yu-Chi Liang --- diff --git a/configs/starfive_visionfive2_defconfig b/configs/starfive_visionfive2_defconfig index fa83ecfa10f..a754134a313 100644 --- a/configs/starfive_visionfive2_defconfig +++ b/configs/starfive_visionfive2_defconfig @@ -76,6 +76,7 @@ CONFIG_CMD_PCI=y CONFIG_CMD_USB=y CONFIG_CMD_WDT=y CONFIG_CMD_WGET=y +CONFIG_WGET_HTTPS=y CONFIG_CMD_BOOTSTAGE=y CONFIG_OF_BOARD=y CONFIG_DEVICE_TREE_INCLUDES="starfive-visionfive2-u-boot.dtsi" @@ -154,3 +155,4 @@ CONFIG_USB_GADGET=y # CONFIG_WATCHDOG_AUTOSTART is not set CONFIG_WDT=y CONFIG_WDT_STARFIVE=y +CONFIG_MBEDTLS_LIB=y