From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1Yb3TI-0001nn-AS for ptxdist@pengutronix.de; Thu, 26 Mar 2015 09:49:00 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1Yb3TI-0006yJ-9K for ptxdist@pengutronix.de; Thu, 26 Mar 2015 09:49:00 +0100 Date: Thu, 26 Mar 2015 09:49:00 +0100 From: Michael Olbrich Message-ID: <20150326084900.GI3000@pengutronix.de> References: <1425637560-23901-1-git-send-email-h.feurstein@gmail.com> <1425637560-23901-3-git-send-email-h.feurstein@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1425637560-23901-3-git-send-email-h.feurstein@gmail.com> Subject: Re: [ptxdist] [PATCH 03/10] util-linux-ng: add dmesg option Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Fri, Mar 06, 2015 at 11:25:53AM +0100, Hubert Feurstein wrote: > Signed-off-by: Hubert Feurstein Thanks, applied (It's already in ptxdist-2015.03.0). Michael > --- > 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 50dfbf6..55dcd38 100644 > --- a/rules/util-linux-ng.in > +++ b/rules/util-linux-ng.in > @@ -77,6 +77,16 @@ config UTIL_LINUX_NG_PARTX > help > The partx utility. > > +config UTIL_LINUX_NG_DMESG > + bool > + depends on !BUSYBOX_DMESG || ALLYES > + prompt "dmesg" > + help > + The dmesg utility. > + > +comment "BusyBox' dmesg is selected!" > + depends on BUSYBOX_DMESG > + > config UTIL_LINUX_NG_MOUNTPOINT > bool > select UTIL_LINUX_NG_LIBMOUNT > diff --git a/rules/util-linux-ng.make b/rules/util-linux-ng.make > index acd3b78..bcef93e 100644 > --- a/rules/util-linux-ng.make > +++ b/rules/util-linux-ng.make > @@ -171,6 +171,9 @@ endif > ifdef PTXCONF_UTIL_LINUX_NG_LINE > @$(call install_copy, util-linux-ng, 0, 0, 0755, -, /usr/bin/line) > endif > +ifdef PTXCONF_UTIL_LINUX_NG_DMESG > + @$(call install_copy, util-linux-ng, 0, 0, 0755, -, /bin/dmesg) > +endif > ifdef PTXCONF_UTIL_LINUX_NG_MOUNTPOINT > @$(call install_copy, util-linux-ng, 0, 0, 0755, -, /bin/mountpoint) > endif > -- > 2.3.0 > > > -- > ptxdist mailing list > ptxdist@pengutronix.de > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de