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 <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Yann E. MORIN
2024-07-12 14:34:57 +02:00
committed by Thomas Petazzoni
parent afece24a72
commit 881a8f1346

View File

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