Explorar o código

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: Peter Korsgaard <jacmet@sunsite.dk>
Vanya Sergeev %!s(int64=13) %!d(string=hai) anos
pai
achega
11f6d7f82e
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      package/ngrep/ngrep.mk

+ 0 - 4
package/ngrep/ngrep.mk

@@ -15,10 +15,6 @@ NGREP_CONF_OPT =  \
 	--with-pcre=$(STAGING_DIR)/usr \
 	--with-pcre=$(STAGING_DIR)/usr \
 	--disable-dropprivs
 	--disable-dropprivs
 
 
-ifeq ($(BR2_INET_IPV6),y)
-NGREP_CONF_OPT += --enable-ipv6
-endif
-
 NGREP_DEPENDENCIES = libpcap pcre
 NGREP_DEPENDENCIES = libpcap pcre
 
 
 $(eval $(call AUTOTARGETS))
 $(eval $(call AUTOTARGETS))