[OpenWrt-Devel] [PATCH 01/14] target/toolchain: Fix tarball filename

openwrt at daniel.thecshore.com openwrt at daniel.thecshore.com
Sun Jan 3 01:02:49 EST 2016


From: Daniel Dickinson <openwrt at daniel.thecshore.com>

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 at daniel.thecshore.com>
---
 target/toolchain/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/toolchain/Makefile b/target/toolchain/Makefile
index 67c9085..ebc7e25 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=
 
-- 
2.4.3
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list