From 881a8f13465b1be19540f6e35f2a658d49f63dd7 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Fri, 12 Jul 2024 14:34:57 +0200 Subject: [PATCH] utils/genrandconfig: stop passing --passive-ftp to wget Since we no longer use WGET to retrieve FTP-hosted files, we can drop the --passive-ftp option from genrandconfig, as it would cause problems on systems that use wget2. Signed-off-by: Yann E. MORIN Signed-off-by: Thomas Petazzoni --- utils/genrandconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/genrandconfig b/utils/genrandconfig index dbde656417..66b7a87311 100755 --- a/utils/genrandconfig +++ b/utils/genrandconfig @@ -676,7 +676,7 @@ async def gen_config(args): configlines += minimalf.readlines() # Allow hosts with old certificates to download over https - configlines.append("BR2_WGET=\"wget --passive-ftp -nd -t 3 --no-check-certificate\"\n") + configlines.append("BR2_WGET=\"wget -nd -t 3 --no-check-certificate\"\n") # Per-package folder if randint(0, 15) == 0: