diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-28 22:42:25 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-28 22:42:25 +0000 |
commit | 34df4d40e2012a7db80588a18b1f5fdde913977e (patch) | |
tree | 798405110a73f5d2f0784e238670c4fdb34b8e79 /package/utils | |
parent | 868d5f9ae92cf6c3a2b6d64af161645e6cef3db3 (diff) | |
download | upstream-34df4d40e2012a7db80588a18b1f5fdde913977e.tar.gz upstream-34df4d40e2012a7db80588a18b1f5fdde913977e.tar.bz2 upstream-34df4d40e2012a7db80588a18b1f5fdde913977e.zip |
busybox: disable timestamp in version
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 48539
Diffstat (limited to 'package/utils')
-rw-r--r-- | package/utils/busybox/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile index 5ca4363f1d..95e785bfe6 100644 --- a/package/utils/busybox/Makefile +++ b/package/utils/busybox/Makefile @@ -57,6 +57,9 @@ endef BUSYBOX_SYM=$(if $(CONFIG_BUSYBOX_CUSTOM),CONFIG,DEFAULT) +# don't create a version string containing the actual timestamp +export KCONFIG_NOTIMESTAMP=1 + define Build/Configure rm -f $(PKG_BUILD_DIR)/.configured* grep 'CONFIG_BUSYBOX_$(BUSYBOX_SYM)' $(TOPDIR)/.config | sed -e "s,\\(# \)\\?CONFIG_BUSYBOX_$(BUSYBOX_SYM)_\\(.*\\),\\1CONFIG_\\2,g" > $(PKG_BUILD_DIR)/.config |