diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-07-27 11:47:20 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-07-27 11:47:20 +0000 |
commit | 683188310003b330e6d7303f3da6be717680f59b (patch) | |
tree | b6e90987fba0c9669820618fe3ff7e4ec23a6732 /package | |
parent | 53647060abeeff507c21d1ce52abf2082aabe63f (diff) | |
download | mtk-20170518-683188310003b330e6d7303f3da6be717680f59b.zip mtk-20170518-683188310003b330e6d7303f3da6be717680f59b.tar.gz mtk-20170518-683188310003b330e6d7303f3da6be717680f59b.tar.bz2 |
firewall: fix typo in ESP rule
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46506
Diffstat (limited to 'package')
-rw-r--r-- | package/network/config/firewall/Makefile | 2 | ||||
-rw-r--r-- | package/network/config/firewall/files/firewall.config | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile index 9a07724..cc187b0 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-07-22 +PKG_VERSION:=2015-07-27 PKG_RELEASE:=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git diff --git a/package/network/config/firewall/files/firewall.config b/package/network/config/firewall/files/firewall.config index 5d0e3cb..7be01d2 100644 --- a/package/network/config/firewall/files/firewall.config +++ b/package/network/config/firewall/files/firewall.config @@ -162,7 +162,7 @@ config include config rule option src wan option dest lan - option protocol esp + option proto esp option target ACCEPT config rule |