diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2016-01-03 14:44:42 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-03 14:44:42 +0000 |
| commit | d69efa4e1538b3667a684c8520dfd8d11662b258 (patch) | |
| tree | feb748e2bcb2f9f4707c2e10283f40c8305a03c5 /target/imagebuilder/Makefile | |
| parent | 2274fbc8dbb996887f26c61d58176b3ea645e310 (diff) | |
| download | upstream-d69efa4e1538b3667a684c8520dfd8d11662b258.tar.gz upstream-d69efa4e1538b3667a684c8520dfd8d11662b258.tar.bz2 upstream-d69efa4e1538b3667a684c8520dfd8d11662b258.zip | |
targets: Use configured distribution name for SDK, IB, and Toolchain tarball names
We allow to configure the version distribution name;
let's also use it for the tarballs (SDK, ImageBuilder,
and SDK).
Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
SVN-Revision: 48081
Diffstat (limited to 'target/imagebuilder/Makefile')
| -rw-r--r-- | target/imagebuilder/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/imagebuilder/Makefile b/target/imagebuilder/Makefile index 7f48ed885f4..106ca3d6f2d 100644 --- a/target/imagebuilder/Makefile +++ b/target/imagebuilder/Makefile @@ -13,7 +13,7 @@ include $(INCLUDE_DIR)/feeds.mk override MAKEFLAGS= -IB_NAME:=OpenWrt-ImageBuilder-$(if $(CONFIG_VERSION_FILENAMES),$(VERSION_NUMBER)-)$(BOARD)$(if $(SUBTARGET),-$(SUBTARGET)).$(HOST_OS)-$(HOST_ARCH) +IB_NAME:=$(VERSION_DIST)-ImageBuilder-$(if $(CONFIG_VERSION_FILENAMES),$(VERSION_NUMBER)-)$(BOARD)$(if $(SUBTARGET),-$(SUBTARGET)).$(HOST_OS)-$(HOST_ARCH) PKG_BUILD_DIR:=$(BUILD_DIR)/$(IB_NAME) IB_KDIR:=$(patsubst $(TOPDIR)/%,$(PKG_BUILD_DIR)/%,$(KERNEL_BUILD_DIR)) IB_LDIR:=$(patsubst $(TOPDIR)/%,$(PKG_BUILD_DIR)/%,$(LINUX_DIR)) |
