mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-13 11:21:56 +02:00
[backfire] merge r25813
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25814 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0b2845a54e
commit
43ce757037
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2008-2010 OpenWrt.org
|
# Copyright (C) 2008-2011 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
PKG_NAME:=firewall
|
PKG_NAME:=firewall
|
||||||
|
|
||||||
PKG_VERSION:=2
|
PKG_VERSION:=2
|
||||||
PKG_RELEASE:=21
|
PKG_RELEASE:=22
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
|
@ -70,6 +70,9 @@ fw_configure_interface() {
|
|||||||
|
|
||||||
# Need v4 while zone is v6
|
# Need v4 while zone is v6
|
||||||
*/*.*) fw_log info "zone $zone does not support IPv4 address family, skipping"; return ;;
|
*/*.*) fw_log info "zone $zone does not support IPv4 address family, skipping"; return ;;
|
||||||
|
|
||||||
|
# Strip prefix
|
||||||
|
*) mode="${mode#G}" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
lock /var/run/firewall-interface.lock
|
lock /var/run/firewall-interface.lock
|
||||||
|
Loading…
x
Reference in New Issue
Block a user