From 5098b29472c20a7f39d0ca715e7a0c321e12474d 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 there are no more packages using 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 (cherry picked from commit 881a8f13465b1be19540f6e35f2a658d49f63dd7) [Peter: slightly reword commit message, no curl backend here] Signed-off-by: Peter Korsgaard --- utils/genrandconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/genrandconfig b/utils/genrandconfig index 5796bbaa0f..63943eafe9 100755 --- a/utils/genrandconfig +++ b/utils/genrandconfig @@ -681,7 +681,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: