firewall3: Remove abandonend include
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36692 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
d164d12b83
commit
cee5ff18de
|
@ -8,7 +8,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=firewall3
|
PKG_NAME:=firewall3
|
||||||
PKG_VERSION:=2013-05-22.1
|
PKG_VERSION:=2013-05-23
|
||||||
PKG_RELEASE:=$(PKG_SOURCE_VERSION)
|
PKG_RELEASE:=$(PKG_SOURCE_VERSION)
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
|
|
|
@ -99,13 +99,6 @@ config rule
|
||||||
config include
|
config include
|
||||||
option path /etc/firewall.user
|
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
|
### EXAMPLE CONFIG SECTIONS
|
||||||
# do not allow a specific ip to access wan
|
# do not allow a specific ip to access wan
|
||||||
|
|
Loading…
Reference in New Issue