hi jow, just a friendly reminder .. Thanks ede -------- Original Message -------- Subject: [OpenWrt-Devel] add vars for uci firewall include scripts Date: Wed, 09 Dec 2009 19:00:37 +0100 From: edgar.sol...@web.de Reply-To: OpenWrt Development List <openwrt-devel@lists.openwrt.org> To: OpenWrt Development List <openwrt-devel@lists.openwrt.org>
the change to uci_firewall.sh omitted the necessary variables for the /etc/firewall.user script and the like. This patch adds them again. regards ede
Index: package/firewall/files/uci_firewall.sh =================================================================== --- package/firewall/files/uci_firewall.sh (Revision 18608) +++ package/firewall/files/uci_firewall.sh (Arbeitskopie) @@ -397,6 +397,9 @@ } fw_include() { + config_get WAN wan ifname + config_get WANDEV wan device + config_get LAN lan ifname local path config_get path $1 path [ -e $path ] && . $path
_______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel