summaryrefslogtreecommitdiffstats
path: root/target/toolchain
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-03 14:44:36 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-03 14:44:36 +0000
commit2274fbc8dbb996887f26c61d58176b3ea645e310 (patch)
tree5d01d9fbb06d7dbe5f142e448aa54b98e4966921 /target/toolchain
parent48fc1f97812324325df214362955ee02f97d6e84 (diff)
downloadopenwrt-2274fbc8dbb996887f26c61d58176b3ea645e310.tar.gz
openwrt-2274fbc8dbb996887f26c61d58176b3ea645e310.tar.bz2
openwrt-2274fbc8dbb996887f26c61d58176b3ea645e310.zip
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 <openwrt@daniel.thecshore.com> SVN-Revision: 48080
Diffstat (limited to 'target/toolchain')
-rw-r--r--target/toolchain/Makefile1
1 files changed, 1 insertions, 0 deletions
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=