summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAverell Kinouani <averell.kinouani@embtoolkit.org>2013-08-09 21:54:08 +0200
committerAverell Kinouani <averell.kinouani@embtoolkit.org>2013-08-09 21:54:08 +0200
commit02f840c00247098132a59aff2deea65ef61a3c88 (patch)
tree6f10914997b976f75962a34a441518365a0a034f
parentf947c760f42e8b66b38d5e7c6084dfcaa3ec4abc (diff)
downloadembtoolkit-02f840c00247098132a59aff2deea65ef61a3c88.tar.gz
embtoolkit-02f840c00247098132a59aff2deea65ef61a3c88.tar.bz2
embtoolkit-02f840c00247098132a59aff2deea65ef61a3c88.tar.xz
update iptables version
Signed-off-by: Averell Kinouani <averell.kinouani@embtoolkit.org>
-rw-r--r--packages/net/iptables/iptables.kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/net/iptables/iptables.kconfig b/packages/net/iptables/iptables.kconfig
index 1852cf8..0568a7d 100644
--- a/packages/net/iptables/iptables.kconfig
+++ b/packages/net/iptables/iptables.kconfig
@@ -19,8 +19,8 @@
#
# \file iptables.kconfig
# \brief iptables.kconfig of Embtoolkit
-# \author Averell KINOUANI, <a.kinouani@voila.fr>
-# \date May 2012
+# \author Averell KINOUANI, <averell.kinouani@embtoolkit.org>
+# \date Juin 2013
################################################################################
config EMBTK_HAVE_IPTABLES
@@ -39,8 +39,8 @@ choice
depends on EMBTK_HAVE_IPTABLES
help
Here you can choose which version of iptables you want to use.
- config EMBTK_IPTABLES_VERSION_1_4_13
- bool "iptables-1.4.13"
+ config EMBTK_IPTABLES_VERSION_1_4_19_1
+ bool "iptables-1.4.19.1"
endchoice
@@ -53,7 +53,7 @@ config EMBTK_IPTABLES_HAVE_LIBIPQ
config EMBTK_IPTABLES_VERSION_STRING
string
- default "1.4.13" if EMBTK_IPTABLES_VERSION_1_4_13
+ default "1.4.19.1" if EMBTK_IPTABLES_VERSION_1_4_19_1
config EMBTK_IPTABLES_NEED_PATCH
bool