Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com>
---
 rules/util-linux-ng.in   | 10 ++++++++++
 rules/util-linux-ng.make |  3 +++
 2 files changed, 13 insertions(+)

diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in
index ae8c1ef71..ad2ad5a2d 100644
--- a/rules/util-linux-ng.in
+++ b/rules/util-linux-ng.in
@@ -216,6 +216,16 @@ config UTIL_LINUX_NG_FSCK
 comment "BusyBox' fsck is selected!"
        depends on BUSYBOX_FSCK
 
+config UTIL_LINUX_NG_FSFREEZE
+       bool
+       prompt "fsfreeze"
+       depends on !BUSYBOX_FSFREEZE || ALLYES
+       help
+         fsfreeze suspends or resumes access to a filesystem.
+
+comment "BusyBox' fsfreeze is selected!"
+       depends on BUSYBOX_FSFREEZE
+
 config UTIL_LINUX_NG_FSTRIM
        bool
        prompt "fstrim"
diff --git a/rules/util-linux-ng.make b/rules/util-linux-ng.make
index 99c4da88c..1d528fa4c 100644
--- a/rules/util-linux-ng.make
+++ b/rules/util-linux-ng.make
@@ -237,6 +237,9 @@ endif
 ifdef PTXCONF_UTIL_LINUX_NG_FSCK
        @$(call install_copy, util-linux-ng, 0, 0, 0755, -, /usr/sbin/fsck)
 endif
+ifdef PTXCONF_UTIL_LINUX_NG_FSFREEZE
+       @$(call install_copy, util-linux-ng, 0, 0, 0755, -, /usr/sbin/fsfreeze)
+endif
 ifdef PTXCONF_UTIL_LINUX_NG_FSTRIM
        @$(call install_copy, util-linux-ng, 0, 0, 0755, -, /usr/sbin/fstrim)
 endif
-- 
2.14.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to