|
@@ -76,12 +76,6 @@ else
|
|
NMAP_CONF_OPTS += --without-nping
|
|
NMAP_CONF_OPTS += --without-nping
|
|
endif
|
|
endif
|
|
|
|
|
|
-# If we are going to install ncat, ensure Busybox gets built/installed
|
|
|
|
-# before, so that this package overrides Busybox nc.
|
|
|
|
-ifeq ($(BR2_PACKAGE_NMAP_NCAT)$(BR2_PACKAGE_BUSYBOX),yy)
|
|
|
|
-NMAP_DEPENDENCIES += busybox
|
|
|
|
-endif
|
|
|
|
-
|
|
|
|
# Add a symlink to "nc" if none of the competing netcats is selected
|
|
# Add a symlink to "nc" if none of the competing netcats is selected
|
|
ifeq ($(BR2_PACKAGE_NMAP_NCAT):$(BR2_PACKAGE_NETCAT)$(BR2_PACKAGE_NETCAT_OPENBSD),y:)
|
|
ifeq ($(BR2_PACKAGE_NMAP_NCAT):$(BR2_PACKAGE_NETCAT)$(BR2_PACKAGE_NETCAT_OPENBSD),y:)
|
|
define NMAP_INSTALL_NCAT_SYMLINK
|
|
define NMAP_INSTALL_NCAT_SYMLINK
|