From: Roland Hieber <r.hieber@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Roland Hieber <r.hieber@pengutronix.de>
Subject: [ptxdist] [PATCH] iptables: also select the tools when systemd units are selected
Date: Thu, 8 Jun 2017 15:53:56 +0200 [thread overview]
Message-ID: <20170608135356.26360-1-r.hieber@pengutronix.de> (raw)
According to iptables.make, the systemd unit files are only installed if
IPTABLES_INSTALL_TOOLS is selected, which makes sense. Update the
menuconfig so it reflects this dependency, otherwise no unit files would
be installed at all, even if unit files are selected.
Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
---
rules/iptables.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/rules/iptables.in b/rules/iptables.in
index a73f5d3ac..0c4ded12a 100644
--- a/rules/iptables.in
+++ b/rules/iptables.in
@@ -30,11 +30,13 @@ config IPTABLES_IPV6_SYSTEMD_UNIT
bool
prompt "Activate IPv6 systemd service unit"
select IPTABLES_IPV6
+ select IPTABLES_INSTALL_TOOLS
config IPTABLES_IPV4_SYSTEMD_UNIT
bool
prompt "Activate IPv4 systemd service unit"
select IPTABLES_IPV4
+ select IPTABLES_INSTALL_TOOLS
config IPTABLES_LIBIPQ
bool
--
2.11.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
reply other threads:[~2017-06-08 13:53 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20170608135356.26360-1-r.hieber@pengutronix.de \
--to=r.hieber@pengutronix.de \
--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