diff options
| author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-03-14 15:29:43 +0000 | 
|---|---|---|
| committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-03-14 15:29:43 +0000 | 
| commit | bb1f1d42db9db55a088f2ed6f95ee5164af2439f (patch) | |
| tree | e561b4a7000d1f964660099ed1814436b299a2f4 | |
| parent | 05ea13b746e715f03c70e29068b650a62e5e5d79 (diff) | |
firewall3: update to git head
 * Introduce "option reload" for includes to specify whether includes should be processed on reload (e.g. when tapping into internal chains)
 * Allow "network" and "device" commands while firewall is running (to make them usable in includes)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36009 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | package/network/config/firewall3/Makefile | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/config/firewall3/Makefile b/package/network/config/firewall3/Makefile index 342f4ad58..6bd768c15 100644 --- a/package/network/config/firewall3/Makefile +++ b/package/network/config/firewall3/Makefile @@ -8,13 +8,13 @@  include $(TOPDIR)/rules.mk  PKG_NAME:=firewall3 -PKG_VERSION:=2013-03-13 +PKG_VERSION:=2013-03-14  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:=ff9d5e13c9150c62fe698e4bc5541e6f92b241d0 +PKG_SOURCE_VERSION:=ab591095d650bc3e997bad12aa7662e49d5cd9d5  PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz  PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>  | 
