X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Futils%2Fbusybox%2FMakefile;fp=package%2Futils%2Fbusybox%2FMakefile;h=95e785bfe626a48b622f81030bb6454789f8ce0c;hp=5ca4363f1d258bd93adcfeb6cef84e733b7c881e;hb=1e461e0f1f4ba3d244dad4af0ac10253b01cd9fa;hpb=4f48ae076da98b2b30e1a841ed2f4adff785f8a9 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