X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fiptables%2FConfig.in;h=1244f10912763d50d8f08b17f39c7598eaead0d7;hb=e2e9de6991ee6191dedf306502f01438b03721ee;hp=f1e5ef631d00d0ec90d2b47cca80f2a988e078e0;hpb=2f006aa5e8a74e2dd224f5e9b90d36c79651fd66;p=openwrt-10.03%2F.git diff --git a/package/iptables/Config.in b/package/iptables/Config.in index f1e5ef631..1244f1091 100644 --- a/package/iptables/Config.in +++ b/package/iptables/Config.in @@ -1,7 +1,24 @@ config BR2_PACKAGE_IPTABLES - bool "iptables" - default n + tristate "iptables" + default y help Linux kernel (2.4+) firewall, NAT, and packet mangling tools. http://www.iptables.org/ + +config BR2_PACKAGE_IPTABLES_EXTRA + tristate "extra modules" + default m + depends BR2_PACKAGE_IPTABLES + help + Extra modules for iptables (kernel and user space) + +config BR2_PACKAGE_IP6TABLES + tristate "ip6tables" + default m + depends BR2_PACKAGE_IPTABLES + select BR2_PACKAGE_KMOD_IPV6 + help + IPv6 firewalling + +