From ce621815fecece2b4d8a4cb7115eb82c1cb7ed44 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 23 Dec 2009 11:37:42 +0100 Subject: remove and ignore autogenerated Config.in files --- package/iptables/Config.in | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 package/iptables/Config.in (limited to 'package/iptables') 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/ -- cgit v1.2.3