* [ptxdist] [PATCH] netcat: avoid conflict with BUSYBOX_NC
@ 2017-08-11 14:41 Philipp Zabel
0 siblings, 0 replies; only message in thread
From: Philipp Zabel @ 2017-08-11 14:41 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
rules/netcat.in | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/rules/netcat.in b/rules/netcat.in
index 3dd432024..53c928e32 100644
--- a/rules/netcat.in
+++ b/rules/netcat.in
@@ -3,6 +3,7 @@
config NETCAT
tristate
prompt "netcat"
+ depends on !BUSYBOX_NC || ALLYES
select LIBBSD
select LIBC_RESOLV
help
@@ -10,3 +11,6 @@ config NETCAT
sun involving TCP, UDP, or UNIX-domain sockets. It can open TCP
connections, send UDP packets, listen on arbitrary TCP and UDP ports
do port scanning, and deal with both IPv4 and IPv6.
+
+comment "busybox' netcat is selected!"
+ depends on BUSYBOX_NC
--
2.11.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-08-11 14:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-11 14:41 [ptxdist] [PATCH] netcat: avoid conflict with BUSYBOX_NC Philipp Zabel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox