diff options
author | Steven Barth <cyrus@openwrt.org> | 2013-05-23 06:38:25 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2013-05-23 06:38:25 +0000 |
commit | 32c6ffb5a1ab959a49c8d88dd5701f4dd2db78d2 (patch) | |
tree | 944ecf87a9aa8610c05b2850f997864834f8b8f9 /package | |
parent | b757ca2259fe3a490e3409f066e6b7890b9c90bf (diff) | |
download | upstream-32c6ffb5a1ab959a49c8d88dd5701f4dd2db78d2.tar.gz upstream-32c6ffb5a1ab959a49c8d88dd5701f4dd2db78d2.tar.bz2 upstream-32c6ffb5a1ab959a49c8d88dd5701f4dd2db78d2.zip |
firewall3: Remove abandonend include
SVN-Revision: 36692
Diffstat (limited to 'package')
-rw-r--r-- | package/network/config/firewall3/Makefile | 2 | ||||
-rw-r--r-- | package/network/config/firewall3/files/firewall.config | 7 |
2 files changed, 1 insertions, 8 deletions
diff --git a/package/network/config/firewall3/Makefile b/package/network/config/firewall3/Makefile index 6eb89c77a8..73941dae2f 100644 --- a/package/network/config/firewall3/Makefile +++ b/package/network/config/firewall3/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=firewall3 -PKG_VERSION:=2013-05-22.1 +PKG_VERSION:=2013-05-23 PKG_RELEASE:=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git diff --git a/package/network/config/firewall3/files/firewall.config b/package/network/config/firewall3/files/firewall.config index 62d3175cfa..59a45b208d 100644 --- a/package/network/config/firewall3/files/firewall.config +++ b/package/network/config/firewall3/files/firewall.config @@ -99,13 +99,6 @@ config rule config include option path /etc/firewall.user -# include IPv6 ULA-border -config include - option type script - option path /usr/share/firewall/ipv6-ula-border.sh - option family IPv6 - option reload 1 - ### EXAMPLE CONFIG SECTIONS # do not allow a specific ip to access wan |