aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/firewall/Makefile
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
commit5e634fbc56eaa4c8725fd5517678f17110d9e75d (patch)
tree9787aac903c9735ba77269ec217ce50be8645be0 /package/network/config/firewall/Makefile
parent4386cc527ad879a8ef4ff8a68060f2ad3985d832 (diff)
downloadmaster-187ad058-5e634fbc56eaa4c8725fd5517678f17110d9e75d.tar.gz
master-187ad058-5e634fbc56eaa4c8725fd5517678f17110d9e75d.tar.bz2
master-187ad058-5e634fbc56eaa4c8725fd5517678f17110d9e75d.zip
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39122 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config/firewall/Makefile')
-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 cde3aa8ebc..872f217e18 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>