From: jow Date: Fri, 19 Sep 2014 18:23:20 +0000 (+0000) Subject: BB: firewall: allow '*' as synonym for any / all in family and proto options X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=58c6e574c3b9cfad16cbef4cab64df86eee2b504;p=14.07%2Fopenwrt.git BB: firewall: allow '*' as synonym for any / all in family and proto options Signed-off-by: Jo-Philipp Wich Backport of r42620 git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42623 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile index 6e6d6ac..b9c1987 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:=2014-09-18a +PKG_VERSION:=2014-09-19 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:=8ea29822ce53c36c91c7b67c6a99b2c50f2c373f +PKG_SOURCE_VERSION:=50e97c52e75bdfd325cf20d43b32d294ff84d92f PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Jo-Philipp Wich