aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/firewall/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-09-19 18:18:58 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-09-19 18:18:58 +0000
commit82ba2ad0178e70ba820767bce3293e043a2b0a75 (patch)
tree80247e369199c40dac144f6e7ce581956a2159eb /package/network/config/firewall/Makefile
parent9d4a086a646ff477c23ac62afa9b5085a5507e64 (diff)
downloadmaster-187ad058-82ba2ad0178e70ba820767bce3293e043a2b0a75.tar.gz
master-187ad058-82ba2ad0178e70ba820767bce3293e043a2b0a75.tar.bz2
master-187ad058-82ba2ad0178e70ba820767bce3293e043a2b0a75.zip
firewall: allow '*' as synonym for any / all in family and proto options
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42620 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 6e6d6acdc3..b9c1987b25 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 <jow@openwrt.org>