From: Steven Barth <cyrus@openwrt.org>
Date: Mon, 27 Jul 2015 11:47:20 +0000 (+0000)
Subject: firewall: fix typo in ESP rule
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=683188310003b330e6d7303f3da6be717680f59b;p=openwrt%2Fstaging%2Fnbd.git

firewall: fix typo in ESP rule

Signed-off-by: Steven Barth <steven@midlink.org>

SVN-Revision: 46506
---

diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile
index 9a077241a3..cc187b0396 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 5d0e3cbc66..7be01d25b8 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