mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] util-linux-ng: allow installing wipefs
@ 2016-10-24 20:51 Clemens Gruber
  2016-10-24 20:51 ` [ptxdist] [PATCH] lm_sensors: bump version Clemens Gruber
  0 siblings, 1 reply; 2+ messages in thread
From: Clemens Gruber @ 2016-10-24 20:51 UTC (permalink / raw)
  To: ptxdist; +Cc: Clemens Gruber

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

diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in
index b0d5e1f..a4f1e43 100644
--- a/rules/util-linux-ng.in
+++ b/rules/util-linux-ng.in
@@ -366,6 +366,14 @@ config UTIL_LINUX_NG_FINDFS
 comment "BusyBox' findfs is selected!"
 	depends on BUSYBOX_FINDFS
 
+config UTIL_LINUX_NG_WIPEFS
+	bool
+	select UTIL_LINUX_NG_LIBBLKID
+	prompt "wipefs"
+	help
+	  The wipefs program can erase filesystem, raid or partition-table
+	  signatures.
+
 config UTIL_LINUX_NG_ZRAMCTL
 	bool
 	prompt "zramctl"
diff --git a/rules/util-linux-ng.make b/rules/util-linux-ng.make
index 2863a7d..e1c86c2 100644
--- a/rules/util-linux-ng.make
+++ b/rules/util-linux-ng.make
@@ -269,6 +269,9 @@ endif
 ifdef PTXCONF_UTIL_LINUX_NG_FINDFS
 	@$(call install_copy, util-linux-ng, 0, 0, 0755, -, /sbin/findfs)
 endif
+ifdef PTXCONF_UTIL_LINUX_NG_WIPEFS
+	@$(call install_copy, util-linux-ng, 0, 0, 0755, -, /sbin/wipefs)
+endif
 ifdef PTXCONF_UTIL_LINUX_NG_ZRAMCTL
 	@$(call install_copy, util-linux-ng, 0, 0, 0755, -, /sbin/zramctl)
 endif
-- 
2.10.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-24 20:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-24 20:51 [ptxdist] [PATCH] util-linux-ng: allow installing wipefs Clemens Gruber
2016-10-24 20:51 ` [ptxdist] [PATCH] lm_sensors: bump version Clemens Gruber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox