]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: starfive: enable wget https
authorE Shattow <e@freeshell.de>
Wed, 12 Nov 2025 00:54:42 +0000 (16:54 -0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Mon, 8 Dec 2025 04:11:06 +0000 (12:11 +0800)
Enable WGET_HTTPS (no CA verification; also enables dependency MBEDTLS_LIB)

Signed-off-by: E Shattow <e@freeshell.de>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
configs/starfive_visionfive2_defconfig

index fa83ecfa10f5d0c8646228e69c52cd791b90cb3b..a754134a3135f58ab043b4a20d8277da7560d1a7 100644 (file)
@@ -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