Buildroot 2018-11 (#258)
* Update to buildroot 2018.11 * containerd update * runc update * runc docker engine * runc docker proxy * update rpi firmware * update network manager * update dhcpd * update wait on network * update rpi wifi * revert glibc
This commit is contained in:
@@ -3,6 +3,7 @@ config BR2_PACKAGE_NMAP
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_USE_MMU # fork()
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
select BR2_PACKAGE_LIBLINEAR
|
||||
select BR2_PACKAGE_LIBPCAP
|
||||
select BR2_PACKAGE_NMAP_NMAP \
|
||||
if !BR2_PACKAGE_NMAP_NCAT && !BR2_PACKAGE_NMAP_NPING && !BR2_PACKAGE_NMAP_NDIFF
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
NMAP_VERSION = 7.70
|
||||
NMAP_SITE = https://nmap.org/dist
|
||||
NMAP_SOURCE = nmap-$(NMAP_VERSION).tar.bz2
|
||||
NMAP_DEPENDENCIES = libpcap
|
||||
NMAP_DEPENDENCIES = liblinear libpcap
|
||||
NMAP_CONF_OPTS = --without-liblua --without-zenmap \
|
||||
--with-libdnet=included --with-liblinear=included
|
||||
NMAP_LICENSE = GPL-2.0
|
||||
--with-libdnet=included
|
||||
NMAP_LICENSE = nmap license
|
||||
NMAP_LICENSE_FILES = COPYING
|
||||
|
||||
# needed by libpcap
|
||||
@@ -76,12 +76,6 @@ else
|
||||
NMAP_CONF_OPTS += --without-nping
|
||||
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
|
||||
ifeq ($(BR2_PACKAGE_NMAP_NCAT):$(BR2_PACKAGE_NETCAT)$(BR2_PACKAGE_NETCAT_OPENBSD),y:)
|
||||
define NMAP_INSTALL_NCAT_SYMLINK
|
||||
|
||||
Reference in New Issue
Block a user