diff options
-rw-r--r-- | package/ngrep/ngrep.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/ngrep/ngrep.mk b/package/ngrep/ngrep.mk index e9c640a04..daf7c6fcf 100644 --- a/package/ngrep/ngrep.mk +++ b/package/ngrep/ngrep.mk @@ -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)) |