summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2017-08-11 16:41:28 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-08-28 11:32:15 +0200
commit06f66b5ebaea3f5083c4de8d867fce84fc922923 (patch)
tree0acf2c634964b92041ae03b01e229c18822060a8 /rules
parentde188540096cc46dcc94ea0c0bbcbe196e82005f (diff)
downloadptxdist-06f66b5ebaea3f5083c4de8d867fce84fc922923.tar.gz
ptxdist-06f66b5ebaea3f5083c4de8d867fce84fc922923.tar.xz
netcat: avoid conflict with BUSYBOX_NC
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/netcat.in4
1 files changed, 4 insertions, 0 deletions
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