summaryrefslogtreecommitdiff
path: root/packages/net/iptables/iptables.kconfig
diff options
context:
space:
mode:
authorAverell Kinouani <averell.kinouani@embtoolkit.org>2015-07-28 20:04:41 +0200
committerAverell Kinouani <averell.kinouani@embtoolkit.org>2015-07-28 20:04:41 +0200
commit094c076b3bb63560ca4e02a51949cfdd1208e4e0 (patch)
tree4b7d414ac33496b2f3dfb1f0b49fe87c932c795d /packages/net/iptables/iptables.kconfig
parentd3626b4cd94b637238baa2ada233d748b45f43d1 (diff)
parent1633c7283ae46151eb89437ef5dd6c4f3727712a (diff)
downloadembtoolkit-094c076b3bb63560ca4e02a51949cfdd1208e4e0.tar.gz
embtoolkit-094c076b3bb63560ca4e02a51949cfdd1208e4e0.tar.bz2
embtoolkit-094c076b3bb63560ca4e02a51949cfdd1208e4e0.tar.xz
Merge branch 'update_iptables'
Diffstat (limited to 'packages/net/iptables/iptables.kconfig')
-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