summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAverell Kinouani <averell.kinouani@embtoolkit.org>2015-07-28 19:55:38 +0200
committerAverell Kinouani <averell.kinouani@embtoolkit.org>2015-07-28 19:55:38 +0200
commite36f57c134133374c9c37ff53b41e7a361833e10 (patch)
tree2703e57f8a157ad31cc91585d71d29d094b9d397
parent40aa5f5af0b7e7a5c474aa8e9a6091467bf2f16d (diff)
downloadembtoolkit-e36f57c134133374c9c37ff53b41e7a361833e10.tar.gz
embtoolkit-e36f57c134133374c9c37ff53b41e7a361833e10.tar.bz2
embtoolkit-e36f57c134133374c9c37ff53b41e7a361833e10.tar.xz
Packages: iptables: update to v1.4.21
-rw-r--r--packages/net/iptables/iptables.kconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/net/iptables/iptables.kconfig b/packages/net/iptables/iptables.kconfig
index 0568a7d..4ff8f75 100644
--- a/packages/net/iptables/iptables.kconfig
+++ b/packages/net/iptables/iptables.kconfig
@@ -39,8 +39,9 @@ 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_19_1
- bool "iptables-1.4.19.1"
+
+ config EMBTK_IPTABLES_VERSION_1_4_21
+ bool "iptables-1.4.21"
endchoice
@@ -53,7 +54,7 @@ config EMBTK_IPTABLES_HAVE_LIBIPQ
config EMBTK_IPTABLES_VERSION_STRING
string
- default "1.4.19.1" if EMBTK_IPTABLES_VERSION_1_4_19_1
+ default "1.4.21" if EMBTK_IPTABLES_VERSION_1_4_21
config EMBTK_IPTABLES_NEED_PATCH
bool