From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/iptables/Config.in | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 package/iptables/Config.in (limited to 'package/iptables/Config.in') diff --git a/package/iptables/Config.in b/package/iptables/Config.in new file mode 100644 index 000000000..bf7fd0ebb --- /dev/null +++ b/package/iptables/Config.in @@ -0,0 +1,42 @@ +config ADK_COMPILE_IPTABLES + bool + default n + depends ADK_PACKAGE_IPTABLES || ADK_PACKAGE_IP6TABLES + +config ADK_PACKAGE_IPTABLES + prompt "iptables.......................... IPv4 firewall administration tool" + tristate + default n + select ADK_COMPILE_IPTABLES + select ADK_KPACKAGE_KMOD_IP_NF_IPTABLES + select ADK_KPACKAGE_KMOD_NF_CONNTRACK + select ADK_KPACKAGE_KMOD_IP_NF_FILTER + select ADK_KPACKAGE_KMOD_IP_NF_TARGET_REJECT + select ADK_KPACKAGE_KMOD_NF_NAT + select ADK_KPACKAGE_KMOD_IP_NF_TARGET_MASQUERADE + select ADK_KPACKAGE_KMOD_NF_CONNTRACK_IPV4 + help + IPv4 firewall, NAT, and packet mangling tools. + Automatically selects needed kernel modules for NAT and filtering. + + http://www.iptables.org/ + +config ADK_PACKAGE_IPTABLES_UTILS + prompt "iptables-utils.................. Save and restore utilities" + tristate + default n + depends ADK_PACKAGE_IPTABLES + help + iptables-save and iptables-restore for Iptables (IPv4) + + http://www.iptables.org/ + +config ADK_PACKAGE_IP6TABLES + prompt "ip6tables......................... IPv6 firewall administration tool" + tristate + default n + select ADK_COMPILE_IPTABLES + help + IPv6 firewall, NAT, and packet mangling tools. + + http://www.iptables.org/ -- cgit v1.2.3