summaryrefslogtreecommitdiff
path: root/package/network
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-12-17 16:59:47 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-12-17 16:59:47 +0000
commitde5ebc19c0a83d75c73d515603cb17264800179c (patch)
tree22fbbce38bf03399d34195ca77f4f8a028e76ce6 /package/network
parent31de995025ff8d59e9588f2eb04485168a5e355f (diff)
downloadmtk-20170518-de5ebc19c0a83d75c73d515603cb17264800179c.zip
mtk-20170518-de5ebc19c0a83d75c73d515603cb17264800179c.tar.gz
mtk-20170518-de5ebc19c0a83d75c73d515603cb17264800179c.tar.bz2
firewall: fix handling of tcp_ecn parameter
The firewall3 implementation as well as the shell implementation predating it used to process the tcp_ecnoption as boolean while it actually is an integer. Change the code to parse tcp_ecn as integer. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 39122
Diffstat (limited to 'package/network')
-rw-r--r--package/network/config/firewall/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile
index cde3aa8..872f217 100644
--- a/package/network/config/firewall/Makefile
+++ b/package/network/config/firewall/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=firewall
-PKG_VERSION:=2013-11-18
+PKG_VERSION:=2013-12-17
PKG_RELEASE:=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://nbd.name/firewall3.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=fa3386a7054aa9541decd68c8cf8de1e0d6f8832
+PKG_SOURCE_VERSION:=8002b8454f9e33042aec8b9ab6346f3a4dd92994
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>