mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
buildroot: Use BR2_GNU_MIRROR everywhere
Patch by Nigel Kukard.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#############################################################
|
||||
WGET_VERSION:=1.10.2
|
||||
WGET_SOURCE:=wget-$(WGET_VERSION).tar.gz
|
||||
WGET_SITE:=http://ftp.gnu.org/pub/gnu/wget
|
||||
WGET_SITE:=$(BR2_GNU_MIRROR)/gnu/wget
|
||||
WGET_DIR:=$(BUILD_DIR)/wget-$(WGET_VERSION)
|
||||
WGET_CAT:=$(ZCAT)
|
||||
WGET_BINARY:=src/wget
|
||||
|
||||
Reference in New Issue
Block a user