diff options
author | Steven Barth <steven@midlink.org> | 2014-06-26 12:20:47 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-06-26 12:20:47 +0000 |
commit | 91a26e0d266c690e8a14c8e9ccc1f602440cf2c7 (patch) | |
tree | 11800b69aa5be009cfc76254e6150e4e12e31aa6 | |
parent | 9582177d943090346a50491040446b0bc5fc9d8c (diff) | |
download | upstream-91a26e0d266c690e8a14c8e9ccc1f602440cf2c7.tar.gz upstream-91a26e0d266c690e8a14c8e9ccc1f602440cf2c7.tar.bz2 upstream-91a26e0d266c690e8a14c8e9ccc1f602440cf2c7.zip |
firewall3: add fw3 zone function to enumerate devices
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41349 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/network/config/firewall/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile index d229933308..988855c37d 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-04-14 +PKG_VERSION:=2014-06-26 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:=e678dcbf0336c3ca10f9fe2fae8b19347b6c1d4d +PKG_SOURCE_VERSION:=b99104d3ab99077cdce312e1c0a8e605844b525c PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org> |