Преглед изворни кода

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]>

SVN-Revision: 48080
Felix Fietkau пре 10 година
родитељ
комит
2274fbc8db
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      target/toolchain/Makefile

+ 1 - 0
target/toolchain/Makefile

@@ -10,6 +10,7 @@
 include $(TOPDIR)/rules.mk
 include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/kernel.mk
 include $(INCLUDE_DIR)/kernel.mk
 include $(INCLUDE_DIR)/host.mk
 include $(INCLUDE_DIR)/host.mk
+include $(INCLUDE_DIR)/version.mk
 
 
 override MAKEFLAGS=
 override MAKEFLAGS=