diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-07-03 09:21:44 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-07-03 09:21:44 +0000 |
commit | a61c1dd597d52578ef1f0c78ea5cc4ac6675f3ca (patch) | |
tree | f8ba5948c25fb8f24925622b08e9d6a7fac60ff9 | |
parent | 3c5ac3fecb39d89f61ce834d378d48a0573cc50e (diff) | |
download | upstream-a61c1dd597d52578ef1f0c78ea5cc4ac6675f3ca.tar.gz upstream-a61c1dd597d52578ef1f0c78ea5cc4ac6675f3ca.tar.bz2 upstream-a61c1dd597d52578ef1f0c78ea5cc4ac6675f3ca.zip |
firewall: fix issue with parsing network options
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41491 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 e521da6cc3..5243414916 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-07-02 +PKG_VERSION:=2014-07-03 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:=94e7253a1166c1a03061c12e7e469433111f8f6f +PKG_SOURCE_VERSION:=7db01c8b2fda897c596ee7befbead66c31285590 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org> |