From 858ff514ec0c8abfeb13d5ffcacbc8e19f9542fe Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sat, 30 May 2020 15:35:43 +0200 Subject: [PATCH] - crosstool: switch temporarily to own crosstool-ng repo --- make/crosstool.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/crosstool.mk b/make/crosstool.mk index a3e9ce71..bd07641c 100644 --- a/make/crosstool.mk +++ b/make/crosstool.mk @@ -57,7 +57,7 @@ $(BUILD_TMP)/linux-$(KERNEL_VER).tar: | $(BUILD_TMP) CROSSTOOL-NG_VER = git CROSSTOOL-NG_TMP = crosstool-ng.$(CROSSTOOL-NG_VER) CROSSTOOL-NG_SOURCE = crosstool-ng.$(CROSSTOOL-NG_VER) -CROSSTOOL-NG_URL = https://github.com/MaxWiesel +CROSSTOOL-NG_URL = https://github.com/neutrino-images CROSSTOOL-NG_PATCH = crosstool-ng-bash-version.patch