diff options
author | Steven Barth <steven@midlink.org> | 2014-04-14 10:11:34 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-04-14 10:11:34 +0000 |
commit | 07befa44aff9af36f17b35a6d60e74edc41e646d (patch) | |
tree | 99e641484770545f3b4d47cd144659cd928fec6d /package/network/config/firewall | |
parent | f5c08bb572cef2541da9b7e7377608221c021c89 (diff) | |
download | upstream-07befa44aff9af36f17b35a6d60e74edc41e646d.tar.gz upstream-07befa44aff9af36f17b35a6d60e74edc41e646d.tar.bz2 upstream-07befa44aff9af36f17b35a6d60e74edc41e646d.zip |
firewall: add support for nat-rules and netifd-proto-originating rules
Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40510 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config/firewall')
-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 c9c9859f76..d229933308 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-03-20 +PKG_VERSION:=2014-04-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:=93aea77092b0c178fefe3ab95fc040534eda90a3 +PKG_SOURCE_VERSION:=e678dcbf0336c3ca10f9fe2fae8b19347b6c1d4d PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org> |