Commit 11f6d7f8 authored by Vanya Sergeev's avatar Vanya Sergeev Committed by Peter Korsgaard
Browse files

ngrep: removed redundant --enable-ipv6



Option --enable-ipv6 now handled globally in autotargets configure.

Signed-off-by: Vanya Sergeev <vsergeev at gmail.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent d8ff5d29
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -15,10 +15,6 @@ NGREP_CONF_OPT = \
	--with-pcre=$(STAGING_DIR)/usr \
	--disable-dropprivs

ifeq ($(BR2_INET_IPV6),y)
NGREP_CONF_OPT += --enable-ipv6
endif

NGREP_DEPENDENCIES = libpcap pcre

$(eval $(call AUTOTARGETS))