mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Ladislav Michl <oss-lists@triops.cz>
Subject: Re: [ptxdist] [APPLIED] util-linux: add option for building logger
Date: Wed, 15 Apr 2026 15:52:15 +0200	[thread overview]
Message-ID: <20260415135215.922166-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <adzo__HLgVTXFESK@lenoch>

Thanks, applied as 123fc33c9f52ccd56ab61a4002c72971d6db9359.

Michael

[sent from post-receive hook]

On Wed, 15 Apr 2026 15:52:15 +0200, Ladislav Michl <oss-lists@triops.cz> wrote:
> Signed-off-by: Ladislav Michl <ladis@triops.cz>
> Message-Id: <adzo__HLgVTXFESK@lenoch>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/util-linux.in b/rules/util-linux.in
> index 2ffb1c68d234..fd07a25c5f4a 100644
> --- a/rules/util-linux.in
> +++ b/rules/util-linux.in
> @@ -226,6 +226,16 @@ config UTIL_LINUX_GETOPT
>  comment "BusyBox' getopt is selected!"
>  	depends on BUSYBOX_GETOPT
>  
> +config UTIL_LINUX_LOGGER
> +	bool
> +	prompt "logger"
> +	depends on !BUSYBOX_LOGGER || ALLYES
> +	help
> +	  logger - enter messages into the system log
> +
> +comment "BusyBox' logger is selected!"
> +	depends on BUSYBOX_LOGGER
> +
>  config UTIL_LINUX_LSBLK
>  	bool
>  	select UTIL_LINUX_LIBBLKID
> diff --git a/rules/util-linux.make b/rules/util-linux.make
> index 642061404281..6a4cb9b55c51 100644
> --- a/rules/util-linux.make
> +++ b/rules/util-linux.make
> @@ -102,7 +102,7 @@ UTIL_LINUX_CONF_OPT	:= \
>  	-Dbuild-libsmartcols=$(call ptx/endis, PTXCONF_UTIL_LINUX_LIBSMARTCOLS)d \
>  	-Dbuild-libuuid=$(call ptx/endis, PTXCONF_UTIL_LINUX_LIBUUID)d \
>  	-Dbuild-line=$(call ptx/endis, PTXCONF_UTIL_LINUX_LINE)d \
> -	-Dbuild-logger=disabled \
> +	-Dbuild-logger=$(call ptx/endis, PTXCONF_UTIL_LINUX_LOGGER)d \
>  	-Dbuild-login=$(call ptx/endis, PTXCONF_UTIL_LINUX_LOGIN)d \
>  	-Dbuild-look=disabled \
>  	-Dbuild-losetup=$(call ptx/endis, PTXCONF_UTIL_LINUX_LOSETUP)d \
> @@ -235,6 +235,7 @@ UTIL_LINUX_BIN-$(PTXCONF_UTIL_LINUX_BLKID)		+= sbin/blkid
>  UTIL_LINUX_BIN-$(PTXCONF_UTIL_LINUX_FINDFS)		+= sbin/findfs
>  UTIL_LINUX_BIN-$(PTXCONF_UTIL_LINUX_FINDMNT)		+= bin/findmnt
>  UTIL_LINUX_BIN-$(PTXCONF_UTIL_LINUX_GETOPT)		+= bin/getopt
> +UTIL_LINUX_BIN-$(PTXCONF_UTIL_LINUX_LOGGER)		+= bin/logger
>  UTIL_LINUX_BIN-$(PTXCONF_UTIL_LINUX_LSBLK)		+= bin/lsblk
>  UTIL_LINUX_BIN-$(PTXCONF_UTIL_LINUX_MCOOKIE)		+= bin/mcookie
>  UTIL_LINUX_BIN-$(PTXCONF_UTIL_LINUX_UUIDD)		+= sbin/uuidd



      reply	other threads:[~2026-04-15 13:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-13 13:00 [ptxdist] [PATCH] " Ladislav Michl
2026-04-15 13:52 ` Michael Olbrich [this message]

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=20260415135215.922166-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=oss-lists@triops.cz \
    --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