firewall: fix typo in ESP rule
authorSteven Barth <cyrus@openwrt.org>
Mon, 27 Jul 2015 11:47:20 +0000 (11:47 +0000)
committerSteven Barth <cyrus@openwrt.org>
Mon, 27 Jul 2015 11:47:20 +0000 (11:47 +0000)
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46506

package/network/config/firewall/Makefile
package/network/config/firewall/files/firewall.config

index 9a077241a31347d136093f5971a86baa2b9ed90c..cc187b0396e6e4ad4bfaae38536d8b3bd8f82629 100644 (file)
@@ -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
index 5d0e3cbc66b096fcb403d4ad66f54eb28861244f..7be01d25b8381006d5c4f74c06b18c9081a948a3 100644 (file)
@@ -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