From: Felix Fietkau Date: Sun, 3 Jan 2016 14:44:36 +0000 (+0000) Subject: target/toolchain: Fix tarball filename X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=2274fbc8dbb996887f26c61d58176b3ea645e310;p=openwrt%2Fstaging%2Fdedeckeh.git target/toolchain: Fix tarball filename Toolchain makefile was missing include of version.mk so the openwrt version was missing from the filename. This patch fixes that. Signed-off-by: Daniel Dickinson SVN-Revision: 48080 --- diff --git a/target/toolchain/Makefile b/target/toolchain/Makefile index 67c908530f..ebc7e25c9b 100644 --- a/target/toolchain/Makefile +++ b/target/toolchain/Makefile @@ -10,6 +10,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/host.mk +include $(INCLUDE_DIR)/version.mk override MAKEFLAGS=