mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Clemens Gruber <clemens.gruber@pqgruber.com>
To: ptxdist@pengutronix.de
Cc: Clemens Gruber <clemens.gruber@pqgruber.com>
Subject: [ptxdist] [PATCH] util-linux-ng: add zramctl option
Date: Wed, 15 Jun 2016 00:21:20 +0200	[thread overview]
Message-ID: <20160614222121.5490-4-clemens.gruber@pqgruber.com> (raw)
In-Reply-To: <20160614222121.5490-1-clemens.gruber@pqgruber.com>

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

diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in
index f2dc95a..3a33583 100644
--- a/rules/util-linux-ng.in
+++ b/rules/util-linux-ng.in
@@ -370,4 +370,10 @@ config UTIL_LINUX_NG_FINDFS
 comment "BusyBox' findfs is selected!"
 	depends on BUSYBOX_FINDFS
 
+config UTIL_LINUX_NG_ZRAMCTL
+	bool
+	prompt "zramctl"
+	help
+	  The zramctl program is a tool to set up and control zram devices.
+
 endif
diff --git a/rules/util-linux-ng.make b/rules/util-linux-ng.make
index 08fe4f9..aee052d 100644
--- a/rules/util-linux-ng.make
+++ b/rules/util-linux-ng.make
@@ -115,6 +115,7 @@ UTIL_LINUX_NG_CONF_OPT	:= \
 	--$(call ptx/endis, PTXCONF_UTIL_LINUX_NG_SCHEDUTILS)-schedutils \
 	--disable-wall \
 	--disable-write \
+	--$(call ptx/endis, PTXCONF_UTIL_LINUX_NG_ZRAMCTL)-zramctl \
 	--disable-bash-completion \
 	--disable-pylibmount \
 	--disable-pg-bell \
@@ -268,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_ZRAMCTL
+	@$(call install_copy, util-linux-ng, 0, 0, 0755, -, /sbin/zramctl)
+endif
 
 	@$(call install_finish, util-linux-ng)
 
-- 
2.8.3


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

  parent reply	other threads:[~2016-06-14 22:23 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-14 22:21 [ptxdist] [PATCH] dbus: version bump to 1.10.8 Clemens Gruber
2016-06-14 22:21 ` [ptxdist] [PATCH] radvd: bump version to 2.13 Clemens Gruber
2016-06-14 22:21 ` [ptxdist] [PATCH] sqlite: version bump and improved build options Clemens Gruber
2016-06-15  5:08   ` Michael Olbrich
2016-06-15  6:46     ` Marc Kleine-Budde
2016-06-15 17:46       ` Clemens Gruber
2016-06-14 22:21 ` Clemens Gruber [this message]
2016-06-14 22:21 ` [ptxdist] [PATCH] util-linux-ng: enable systemd flag if systemd is used Clemens Gruber
2016-06-15  5:10   ` Michael Olbrich
2016-06-15 18:09     ` 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=20160614222121.5490-4-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