From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnout Vandecappelle Date: Fri, 26 Feb 2016 00:24:57 +0100 Subject: [Buildroot] [PATCH] util-linux: add option for lsblk In-Reply-To: <1456432249-27364-1-git-send-email-thomas.petazzoni@free-electrons.com> References: <1456432249-27364-1-git-send-email-thomas.petazzoni@free-electrons.com> Message-ID: <56CF8D49.3020209@mind.be> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 02/25/16 21:30, Thomas Petazzoni wrote: > This commit adds an option to the util-linux package that allows to > build the lsblk utility. > > Signed-off-by: Thomas Petazzoni Reviewed-by: Arnout Vandecappelle (Essensium/Mind) Regards, Arnout > --- > package/util-linux/Config.in | 5 +++++ > package/util-linux/util-linux.mk | 1 + > 2 files changed, 6 insertions(+) > > diff --git a/package/util-linux/Config.in b/package/util-linux/Config.in > index 3f9a7db..d4f9a3d 100644 > --- a/package/util-linux/Config.in > +++ b/package/util-linux/Config.in > @@ -139,6 +139,11 @@ config BR2_PACKAGE_UTIL_LINUX_LOSETUP > help > Set up and control loop devices > > +config BR2_PACKAGE_UTIL_LINUX_LSBLK > + bool "lsblk" > + help > + List block devices. > + > config BR2_PACKAGE_UTIL_LINUX_MESG > bool "mesg" > help > diff --git a/package/util-linux/util-linux.mk b/package/util-linux/util-linux.mk > index 7342174..141dffd 100644 > --- a/package/util-linux/util-linux.mk > +++ b/package/util-linux/util-linux.mk > @@ -85,6 +85,7 @@ UTIL_LINUX_CONF_OPTS += \ > $(if $(BR2_PACKAGE_UTIL_LINUX_LINE),--enable-line,--disable-line) \ > $(if $(BR2_PACKAGE_UTIL_LINUX_LOGIN_UTILS),--enable-last --enable-login --enable-runuser --enable-su --enable-sulogin,--disable-last --disable-login --disable-runuser --disable-su --disable-sulogin) \ > $(if $(BR2_PACKAGE_UTIL_LINUX_LOSETUP),--enable-losetup,--disable-losetup) \ > + $(if $(BR2_PACKAGE_UTIL_LINUX_LSBLK),--enable-lsblk,--disable-lsblk) \ > $(if $(BR2_PACKAGE_UTIL_LINUX_MESG),--enable-mesg,--disable-mesg) \ > $(if $(BR2_PACKAGE_UTIL_LINUX_MINIX),--enable-minix,--disable-minix) \ > $(if $(BR2_PACKAGE_UTIL_LINUX_MORE),--enable-more,--disable-more) \ > -- Arnout Vandecappelle arnout at mind be Senior Embedded Software Architect +32-16-286500 Essensium/Mind http://www.mind.be G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle GPG fingerprint: 7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF