Author: nbd Date: 2016-01-03 15:44:36 +0100 (Sun, 03 Jan 2016) New Revision: 48080
Modified: trunk/target/toolchain/Makefile Log: 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 <[email protected]> Modified: trunk/target/toolchain/Makefile =================================================================== --- trunk/target/toolchain/Makefile 2016-01-03 14:44:30 UTC (rev 48079) +++ trunk/target/toolchain/Makefile 2016-01-03 14:44:36 UTC (rev 48080) @@ -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= _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
