diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-08-01 12:10:59 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-08-01 12:10:59 +0000 |
commit | 0c27222ac43879fbd0c26e49662bbc8d77115855 (patch) | |
tree | bb8ff1b212f2b400d9ded7df0d03470f2feb7d49 /package/iptables | |
parent | e5221c1405487cd33c3d9ec39371a6724c5c408e (diff) | |
download | upstream-0c27222ac43879fbd0c26e49662bbc8d77115855.tar.gz upstream-0c27222ac43879fbd0c26e49662bbc8d77115855.tar.bz2 upstream-0c27222ac43879fbd0c26e49662bbc8d77115855.zip |
force iptables to be configured with ipv6 enabled (#5586)
SVN-Revision: 17076
Diffstat (limited to 'package/iptables')
-rw-r--r-- | package/iptables/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index b50ba1d598..fab190cbd3 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -253,6 +253,7 @@ CONFIGURE_ARGS += \ --enable-shared \ --enable-static \ --enable-devel \ + --enable-ipv6 \ --with-kernel="$(LINUX_DIR)" \ --with-xtlibdir=/usr/lib/iptables |