diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-07-04 18:10:36 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-07-04 18:10:36 +0000 |
commit | 4aa82d07a6806adf94b47154869c8a630eabb723 (patch) | |
tree | 7897f731ecd11a8e7f21888c91330448ef95a5cf /package/network/config/firewall/Makefile | |
parent | 2a8630394dceb62987bad064fefe6deb0caf718d (diff) | |
download | mtk-20170518-4aa82d07a6806adf94b47154869c8a630eabb723.zip mtk-20170518-4aa82d07a6806adf94b47154869c8a630eabb723.tar.gz mtk-20170518-4aa82d07a6806adf94b47154869c8a630eabb723.tar.bz2 |
firewall: allow routed lan<->lan traffic by default
SVN-Revision: 37171
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 558e863..fd48ffe 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:=2013-06-29 +PKG_VERSION:=2013-07-04 PKG_RELEASE:=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git |