diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-19 18:33:32 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-19 18:33:32 +0100 |
| commit | 98e07066854de558bb5651b7305d2da527048d0b (patch) | |
| tree | 38a598508fbf7d525de0c8ab7454081042af347c /package/iptables | |
| parent | 25631be7315cdddc0cf2ea273f3e06332128d36d (diff) | |
| parent | 0102d12701a8634300c4b174e5bbeb898218ba18 (diff) | |
Merge branch 'master' of openadk.org:/git/openadk
Diffstat (limited to 'package/iptables')
| -rw-r--r-- | package/iptables/Config.in | 10 | ||||
| -rw-r--r-- | package/iptables/Makefile | 6 |
2 files changed, 3 insertions, 13 deletions
diff --git a/package/iptables/Config.in b/package/iptables/Config.in index 5b82599ad..56dd79cc9 100644 --- a/package/iptables/Config.in +++ b/package/iptables/Config.in @@ -21,16 +21,6 @@ config ADK_PACKAGE_IPTABLES http://www.iptables.org/ -config ADK_PACKAGE_IPTABLES_UTILS - prompt "iptables-utils.................. Save and restore utilities" - tristate - default n - depends on 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 diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 0548aad57..6be328253 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= iptables -PKG_VERSION:= 1.4.5 -PKG_RELEASE:= 2 -PKG_MD5SUM:= 44f13990132c20299c1994cd6f425140 +PKG_VERSION:= 1.4.6 +PKG_RELEASE:= 1 +PKG_MD5SUM:= c67cf30e281a924def6426be0973df56 PKG_DESCR:= The netfilter firewalling software PKG_SECTION:= net PKG_URL:= http://www.netfilter.org |
