Update external.mk

pull/1362/head
viktorxda 2024-03-26 11:47:20 +01:00 committed by GitHub
parent 9f728d3189
commit 27aae9a461
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@ EXTERNAL_VENDOR := $(BR2_EXTERNAL)/../br-ext-chip-$(OPENIPC_SOC_VENDOR)
OPENIPC_TOOLCHAIN := latest/$(shell $(BR2_EXTERNAL)/scripts/show_toolchains.sh $(BR2_DEFCONFIG))
OPENIPC_KERNEL := $(OPENIPC_SOC_VENDOR)-$(OPENIPC_SOC_FAMILY)
export WGET := wget -q --show-progress --passive-ftp -nd -T1
export WGET := wget -q --show-progress --passive-ftp -nd -T2 -t2
include $(sort $(wildcard $(BR2_EXTERNAL)/package/*/*.mk))