diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-08-01 12:10:59 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-08-01 12:10:59 +0000 |
commit | 2b3988d5abfd2a1c55bd2a49d09f33cc7fbed57f (patch) | |
tree | 97c58c08685041c57fe7b2bbcff6363981fb57b0 | |
parent | 1719546f8b6882dd5d5a31b56417291bdfdc2677 (diff) |
[package] force iptables to be configured with ipv6 enabled (#5586)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17076 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 b50ba1d59..fab190cbd 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 |