mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-22 10:01:03 +00:00
include: image.mk: use correct flag for fixed mtimes with make_ext4fs (#21768)
The correct flag for fixed mtime is -T, not -t. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 48610
This commit is contained in:
parent
dc476f5fa4
commit
f6b399c8ab
@ -263,7 +263,7 @@ define Image/mkfs/ext4
|
|||||||
-i $(CONFIG_TARGET_EXT4_MAXINODE) \
|
-i $(CONFIG_TARGET_EXT4_MAXINODE) \
|
||||||
-m $(CONFIG_TARGET_EXT4_RESERVED_PCT) \
|
-m $(CONFIG_TARGET_EXT4_RESERVED_PCT) \
|
||||||
$(if $(CONFIG_TARGET_EXT4_JOURNAL),,-J) \
|
$(if $(CONFIG_TARGET_EXT4_JOURNAL),,-J) \
|
||||||
$(if $(SOURCE_DATE_EPOCH),-t $(SOURCE_DATE_EPOCH)) \
|
$(if $(SOURCE_DATE_EPOCH),-T $(SOURCE_DATE_EPOCH)) \
|
||||||
$(KDIR)/root.ext4 $(TARGET_DIR)/
|
$(KDIR)/root.ext4 $(TARGET_DIR)/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user