Update external.mk

pull/1364/head
viktorxda 2024-03-27 05:34:21 +01:00 committed by GitHub
parent 0eb3154fec
commit 4e6ece1f07
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 -t3 -T3
export WGET := wget -q --show-progress --passive-ftp -nd -t3 -T5
include $(sort $(wildcard $(BR2_EXTERNAL)/package/*/*.mk))