diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-23 11:37:42 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-23 11:37:42 +0100 |
commit | ce621815fecece2b4d8a4cb7115eb82c1cb7ed44 (patch) | |
tree | 84e74add0e3efb81a8625a92f83ed4ff9b576ac7 /package/iptables | |
parent | 2c3389799c46724a4922179ff70d1230ccbe5b59 (diff) |
remove and ignore autogenerated Config.in files
Diffstat (limited to 'package/iptables')
-rw-r--r-- | package/iptables/Config.in | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/package/iptables/Config.in b/package/iptables/Config.in deleted file mode 100644 index 56dd79cc9..000000000 --- a/package/iptables/Config.in +++ /dev/null @@ -1,32 +0,0 @@ -config ADK_COMPILE_IPTABLES - bool - default n - depends on 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_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/ |