From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Ladislav Michl <oss-lists@triops.cz>
Subject: Re: [ptxdist] [APPLIED] hostapd: add an option to install hostapd_cli
Date: Mon, 18 May 2026 09:53:24 +0200 [thread overview]
Message-ID: <20260518075324.49539-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <afJxKOWzlpIZWeH1@lenoch>
Thanks, applied as 4823831cd2cffc79b0c910fd33009b2202fa3e61.
Michael
[sent from post-receive hook]
On Mon, 18 May 2026 09:53:23 +0200, Ladislav Michl <oss-lists@triops.cz> wrote:
> Signed-off-by: Ladislav Michl <ladis@triops.cz>
> Message-Id: <afJxKOWzlpIZWeH1@lenoch>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/hostapd.in b/rules/hostapd.in
> index 9c95fe37387e..62e9f8207dbb 100644
> --- a/rules/hostapd.in
> +++ b/rules/hostapd.in
> @@ -24,6 +24,12 @@ menuconfig HOSTAPD
>
> if HOSTAPD
>
> +config HOSTAPD_CLI
> + bool
> + prompt "Install hostapd_cli"
> + help
> + Install hostapd command-line interface
> +
> config HOSTAPD_SYSTEMD_UNIT
> bool
> prompt "Enable systemd support"
> diff --git a/rules/hostapd.make b/rules/hostapd.make
> index 1cd3886a94d7..dfdc637d0d20 100644
> --- a/rules/hostapd.make
> +++ b/rules/hostapd.make
> @@ -74,6 +74,10 @@ $(STATEDIR)/hostapd.targetinstall:
> @$(call install_copy, hostapd, 0, 0, 0755, -, /usr/sbin/hostapd)
> @$(call install_alternative, hostapd, 0, 0, 0644, /etc/hostapd/hostapd.conf)
>
> +ifdef PTXCONF_HOSTAPD_CLI
> + @$(call install_copy, hostapd, 0, 0, 0755, -, /usr/sbin/hostapd_cli)
> +endif
> +
> ifdef PTXCONF_HOSTAPD_SYSTEMD_UNIT
> @$(call install_alternative, hostapd, 0, 0, 0644, \
> /usr/lib/systemd/system/hostapd.service)
prev parent reply other threads:[~2026-05-18 7:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-29 20:59 [ptxdist] [PATCH] " Ladislav Michl
2026-05-18 7:53 ` 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=20260518075324.49539-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