mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-12 23:52:09 -05:00
imagebuilder: export SOURCE_DATE_EPOCH to environment
Export SOURCE_DATE_EPOCH to environment so filesystem and image
creation tools will make use of it.
Fixes reproducibility of images generated with the ImageBuilder.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit 5cf5dce05a)
This commit is contained in:
parent
1a2689a460
commit
50cb1cb2ef
@ -27,6 +27,7 @@ include $(INCLUDE_DIR)/rootfs.mk
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/version.mk
|
include $(INCLUDE_DIR)/version.mk
|
||||||
export REVISION
|
export REVISION
|
||||||
|
export SOURCE_DATE_EPOCH
|
||||||
|
|
||||||
define Helptext
|
define Helptext
|
||||||
Available Commands:
|
Available Commands:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user