projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
068ea2c
)
mvebu: make boot filesystem reproducible
author
Daniel Golle
<
[email protected]
>
Mon, 28 Mar 2022 17:25:34 +0000
(18:25 +0100)
committer
Daniel Golle
<
[email protected]
>
Mon, 28 Mar 2022 19:52:49 +0000
(20:52 +0100)
Set timestamp option for make_ext4fs to make boot filesystem
reproducible.
Signed-off-by: Daniel Golle <
[email protected]
>
target/linux/mvebu/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/mvebu/image/Makefile
b/target/linux/mvebu/image/Makefile
index 44e66a5f87304092497023f12c2eb1ce448bbb3d..b0498d34c9320cd27857d4434583409453550d73 100644
(file)
--- a/
target/linux/mvebu/image/Makefile
+++ b/
target/linux/mvebu/image/Makefile
@@
-34,7
+34,9
@@
define Build/boot-img-ext4
$(foreach dts,$(DEVICE_DTS), $(CP) $(KDIR)/image-$(dts).dtb
[email protected]
/$(dts).dtb;)
$(CP) $(IMAGE_KERNEL)
[email protected]
/$(KERNEL_NAME)
-$(CP)
[email protected]
[email protected]
/boot.scr
- make_ext4fs -J -L kernel -l $(CONFIG_TARGET_KERNEL_PARTSIZE)M
[email protected]
[email protected]
+ make_ext4fs -J -L kernel -l $(CONFIG_TARGET_KERNEL_PARTSIZE)M \
+ $(if $(SOURCE_DATE_EPOCH),-T $(SOURCE_DATE_EPOCH)) \
+
[email protected]
[email protected]
endef
define Build/buffalo-kernel-jffs2