From 25a7363f5d79166f0905c3f7bec67b54c4781d38 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 11 Mar 2008 18:54:17 +0000 Subject: buildroot: use BR2_KERNEL_MIRROR everywhere Based on patch by Nigel Kukard. --- toolchain/binutils/binutils.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/binutils/binutils.mk') diff --git a/toolchain/binutils/binutils.mk b/toolchain/binutils/binutils.mk index 1ccb7b22d..81adb783b 100644 --- a/toolchain/binutils/binutils.mk +++ b/toolchain/binutils/binutils.mk @@ -8,7 +8,7 @@ BINUTILS_VERSION:=$(strip $(subst ",, $(BR2_BINUTILS_VERSION))) EXTRA_BINUTILS_CONFIG_OPTIONS=$(strip $(subst ",, $(BR2_EXTRA_BINUTILS_CONFIG_OPTIONS))) #")) -BINUTILS_SITE:=ftp://ftp.kernel.org/pub/linux/devel/binutils +BINUTILS_SITE:=$(BR2_KERNEL_MIRROR)/linux/devel/binutils ifeq ($(BINUTILS_VERSION),2.18) BINUTILS_SITE:=$(BR2_GNU_MIRROR)/binutils/ endif -- cgit v1.2.3