From: Clemens Gruber <clemens.gruber@pqgruber.com>
To: ptxdist@pengutronix.de
Cc: Clemens Gruber <clemens.gruber@pqgruber.com>
Subject: [ptxdist] [PATCH] util-linux-ng: allow installing wipefs
Date: Mon, 24 Oct 2016 22:51:34 +0200 [thread overview]
Message-ID: <20161024205135.20380-1-clemens.gruber@pqgruber.com> (raw)
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
next reply other threads:[~2016-10-24 20:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-24 20:51 Clemens Gruber [this message]
2016-10-24 20:51 ` [ptxdist] [PATCH] lm_sensors: bump version Clemens Gruber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161024205135.20380-1-clemens.gruber@pqgruber.com \
--to=clemens.gruber@pqgruber.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox