Signed-off-by: Philipp Zabel <p.za...@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

Reply via email to