From 7a8f96931cde6263aac6dcdcdc8c114294c1ef88 Mon Sep 17 00:00:00 2001 From: Markham Date: Wed, 31 Oct 2018 23:26:00 +0100 Subject: [PATCH] crosstool-arm.mk fix CROSSTOOL_NG_SOURCE --- make/crosstool-arm.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/crosstool-arm.mk b/make/crosstool-arm.mk index 65453e2..2323f69 100644 --- a/make/crosstool-arm.mk +++ b/make/crosstool-arm.mk @@ -4,7 +4,7 @@ # crosstool-ng # ifeq ($(BOXTYPE), armbox) -CROSSTOOL_NG_SOURCE = crosstool-ng-git-$(CT_NG_VER_ARM).tar.gz +CROSSTOOL_NG_SOURCE = crosstool-ng-git-$(CROSSTOOL_NG_VER).tar.gz CUSTOM_KERNEL = $(ARCHIVE)/$(KERNEL_SRC) -- 2.39.5