From 06f66b5ebaea3f5083c4de8d867fce84fc922923 Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Fri, 11 Aug 2017 16:41:28 +0200 Subject: netcat: avoid conflict with BUSYBOX_NC Signed-off-by: Philipp Zabel Signed-off-by: Michael Olbrich --- rules/netcat.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rules') 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 -- cgit v1.2.3