firewall: fix handling of tcp_ecn parameter
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 17 Dec 2013 16:59:47 +0000 (16:59 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 17 Dec 2013 16:59:47 +0000 (16:59 +0000)
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

package/network/config/firewall/Makefile

index cde3aa8ebc245139d46a661917aea79b130c313f..872f217e181b771c3169080cafa1d0b154e23553 100644 (file)
@@ -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>