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 <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 881a8f1346)
[Peter: slightly reword commit message, no curl backend here]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Yann E. MORIN
2024-07-12 14:34:57 +02:00
committed by Peter Korsgaard
parent dd6fcca336
commit 5098b29472

View File

@@ -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: