diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-07-24 10:00:45 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-07-24 10:00:45 +0000 |
commit | f6abd042c29f5a69d56151f884fbf4f4e834e674 (patch) | |
tree | 47097a5dc240ee067e62a29b76f242b6ca8a382e /package/network/config/firewall/Makefile | |
parent | 1b6a6abf0439177cba1fdea3ae91a7354fe74841 (diff) | |
download | upstream-f6abd042c29f5a69d56151f884fbf4f4e834e674.tar.gz upstream-f6abd042c29f5a69d56151f884fbf4f4e834e674.tar.bz2 upstream-f6abd042c29f5a69d56151f884fbf4f4e834e674.zip |
firewall: comply with REC-22, REC-24 of RFC 6092
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46478
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 |