mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Roland Hieber <rhi@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Roland Hieber <rhi@pengutronix.de>
Subject: [ptxdist] [PATCH 2/2] iproute2: align conditionals
Date: Mon, 31 Aug 2020 23:15:56 +0200	[thread overview]
Message-ID: <20200831211556.22254-2-rhi@pengutronix.de> (raw)
In-Reply-To: <20200831211556.22254-1-rhi@pengutronix.de>

Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
 rules/iproute2.in | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/rules/iproute2.in b/rules/iproute2.in
index 86e99b5b4f90..6fa501fd51fb 100644
--- a/rules/iproute2.in
+++ b/rules/iproute2.in
@@ -4,15 +4,15 @@ menuconfig IPROUTE2
 	tristate
 	prompt "iproute2                      "
 	select HOST_FLEX
-	select DB if IPROUTE2_ARPD
+	select DB		if IPROUTE2_ARPD
 	select LIBCAP
 	select LIBC_DL
 	select LIBC_M
 	select LIBC_RESOLV
-	select LIBC_PTHREAD if IPROUTE2_ARPD
-	select GCCLIBS_GCC_S if IPROUTE2_IP || IPROUTE2_TC
-	select LIBSELINUX if GLOBAL_SELINUX
-	select LIBMNL if IPROUTE2_DEVLINK
+	select LIBC_PTHREAD	if IPROUTE2_ARPD
+	select GCCLIBS_GCC_S	if IPROUTE2_IP || IPROUTE2_TC
+	select LIBSELINUX	if GLOBAL_SELINUX
+	select LIBMNL		if IPROUTE2_DEVLINK
 	help
 	  Networking and traffic control tools
 
-- 
2.28.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

  reply	other threads:[~2020-08-31 21:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-31 21:15 [ptxdist] [PATCH 1/2] iproute2: add dependency to libcap Roland Hieber
2020-08-31 21:15 ` Roland Hieber [this message]
2020-09-16 10:05   ` [ptxdist] [PATCH v2] iproute2: align select conditionals and sort by name Roland Hieber
2020-10-06  8:18     ` [ptxdist] [APPLIED] " Michael Olbrich
2020-09-11  8:06 ` [ptxdist] [PATCH 1/2] iproute2: add dependency to libcap Michael Olbrich
2020-09-11  8:18   ` Roland Hieber
2020-09-11  9:56     ` Michael Olbrich

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=20200831211556.22254-2-rhi@pengutronix.de \
    --to=rhi@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