mirror of https://github.com/OpenIPC/firmware.git
Update external.mk
parent
9f728d3189
commit
27aae9a461
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue