Author: nbd Date: 2016-01-28 23:42:25 +0100 (Thu, 28 Jan 2016) New Revision: 48539
Modified: trunk/package/utils/busybox/Makefile Log: busybox: disable timestamp in version Signed-off-by: Alexander Couzens <[email protected]> Modified: trunk/package/utils/busybox/Makefile =================================================================== --- trunk/package/utils/busybox/Makefile 2016-01-28 22:42:18 UTC (rev 48538) +++ trunk/package/utils/busybox/Makefile 2016-01-28 22:42:25 UTC (rev 48539) @@ -57,6 +57,9 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
