1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00

firewall3: update to git head

* fixes reload handling of zones and ipsets that are still running but already deleted from the config

SVN-Revision: 36092
This commit is contained in:
Jo-Philipp Wich 2013-03-19 16:18:05 +00:00
parent b1cc7a90a4
commit 6fbd824e9b

@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=firewall3
PKG_VERSION:=2013-03-19
PKG_VERSION:=2013-03-19.1
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:=c21d2e2ab83dbfe60a45a6962e3b9d197b966a2e
PKG_SOURCE_VERSION:=71d9d828691cefcac19201079473e600ffa596c9
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>