[PATCH] configs: starfive: enable wget https

E Shattow e at freeshell.de
Sun Nov 30 12:00:03 CET 2025


Hi to all,

On 11/11/25 16:54, E Shattow wrote:
> Enable WGET_HTTPS (no CA verification; also enables dependency MBEDTLS_LIB)
> 
> Signed-off-by: E Shattow <e at freeshell.de>
> ---
>  configs/starfive_visionfive2_defconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 
> 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
> 
> base-commit: caa740df9cae5ddc74b18b88a4fea43e27b2fdf6

If there are no objections then can this then be applied for the 2026.01
release?

-E


More information about the U-Boot mailing list