diff options
author | Steven Barth <steven@midlink.org> | 2015-07-24 10:00:45 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-07-24 10:00:45 +0000 |
commit | 8a466404104e6180c4fb521d6f2a19392644e9a1 (patch) | |
tree | 77eadc220e22edc4c86eec01aa960580a2ed9561 /package/network/config/firewall/Makefile | |
parent | e379071788f8be5b2ac9ca1b4399753899bd018f (diff) | |
download | master-187ad058-8a466404104e6180c4fb521d6f2a19392644e9a1.tar.gz master-187ad058-8a466404104e6180c4fb521d6f2a19392644e9a1.tar.bz2 master-187ad058-8a466404104e6180c4fb521d6f2a19392644e9a1.zip |
firewall: comply with REC-22, REC-24 of RFC 6092
Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46478 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config/firewall/Makefile')
-rw-r--r-- | package/network/config/firewall/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile index b4294f2e93..9a077241a3 100644 --- a/package/network/config/firewall/Makefile +++ b/package/network/config/firewall/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=firewall -PKG_VERSION:=2015-05-26 +PKG_VERSION:=2015-07-22 PKG_RELEASE:=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git |