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 | 1d0bca3fafc294701f403585466bee0cd9d2b9dc (patch) | |
tree | 97c58c08685041c57fe7b2bbcff6363981fb57b0 | |
parent | f56936e0237d056ea687a92fe0034ba3c794fa8c (diff) | |
download | upstream-1d0bca3fafc294701f403585466bee0cd9d2b9dc.tar.gz upstream-1d0bca3fafc294701f403585466bee0cd9d2b9dc.tar.bz2 upstream-1d0bca3fafc294701f403585466bee0cd9d2b9dc.zip |
[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 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 |