Skip to content
Snippets Groups Projects
Commit 1c891e0d authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

iptables: pass --disable-ipv6 is CONFIG_IPV6 is unset


Signed-off-by: default avatarJo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 41458
parent 12d17101
No related branches found
No related tags found
No related merge requests found
...@@ -369,7 +369,8 @@ CONFIGURE_ARGS += \ ...@@ -369,7 +369,8 @@ CONFIGURE_ARGS += \
--enable-devel \ --enable-devel \
--with-kernel="$(LINUX_DIR)/user_headers" \ --with-kernel="$(LINUX_DIR)/user_headers" \
--with-xtlibdir=/usr/lib/iptables \ --with-xtlibdir=/usr/lib/iptables \
--enable-static --enable-static \
$(if $(CONFIG_IPV6),,--disable-ipv6)
MAKE_FLAGS := \ MAKE_FLAGS := \
$(TARGET_CONFIGURE_OPTS) \ $(TARGET_CONFIGURE_OPTS) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment