summaryrefslogtreecommitdiff
path: root/package/iptables
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-24 11:30:20 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-24 11:30:20 +0100
commit537a2c4eaa446e52c6ba07007eb9ae75998b5580 (patch)
treeb48cc775042b4274dce470527826007de7a7fa84 /package/iptables
parent18b3987c6d890f02c80b976b6cf6835053ef1fe9 (diff)
parentce621815fecece2b4d8a4cb7115eb82c1cb7ed44 (diff)
Merge commit 'origin/confgen'
finally autogenerate menu Config.in files and Depends.mk for packages. thx mirabilos Conflicts: .gitignore Makefile mk/build.mk package/eglibc/Config.in package/glibc/Config.in package/uclibc++/Config.in package/uclibc/Config.in rules.mk
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/Config.in32
-rw-r--r--package/iptables/Makefile1
2 files changed, 1 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/
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index 6be328253..ae82b7fcf 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -9,6 +9,7 @@ PKG_RELEASE:= 1
PKG_MD5SUM:= c67cf30e281a924def6426be0973df56
PKG_DESCR:= The netfilter firewalling software
PKG_SECTION:= net
+PKG_DEPENDS:= kmod-nf-ip-iptables kmod-nf-conntrack kmod-nf-conntrack-ipv4 kmod-nf-nat kmod-nf-ip-target-masquerade kmod-nf-ip-target-reject kmod-nf-ip-filter
PKG_URL:= http://www.netfilter.org
PKG_SITES:= http://www.netfilter.org/projects/iptables/files/ \
ftp://ftp.be.netfilter.org/pub/netfilter/iptables/ \