diff options
Diffstat (limited to 'package/iptables')
| -rw-r--r-- | package/iptables/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 67dedca38..b60990cab 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -388,7 +388,7 @@ TARGET_CFLAGS += \  CONFIGURE_ARGS += \  	--enable-shared \  	--enable-devel \ -	--enable-ipv6 \ +	$(if $(CONFIG_IPV6),--enable-ipv6,--disable-ipv6) \  	--enable-libipq \  	--with-kernel="$(LINUX_DIR)" \  	--with-xtlibdir=/usr/lib/iptables | 
