summaryrefslogtreecommitdiff
path: root/package/iptables
diff options
context:
space:
mode:
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/Config.in10
-rw-r--r--package/iptables/Makefile6
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