From 87414e3806bdb444b351a03c6b1d4602fa9b34be Mon Sep 17 00:00:00 2001 From: Mike Baker Date: Fri, 10 Feb 2006 18:08:38 +0000 Subject: [PATCH] Correct a few typos SVN-Revision: 3212 --- openwrt/package/base-files/default/etc/init.d/S45firewall | 2 +- openwrt/target/linux/generic-2.6/modules.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openwrt/package/base-files/default/etc/init.d/S45firewall b/openwrt/package/base-files/default/etc/init.d/S45firewall index 2942f3118e..8c67d82b18 100755 --- a/openwrt/package/base-files/default/etc/init.d/S45firewall +++ b/openwrt/package/base-files/default/etc/init.d/S45firewall @@ -82,7 +82,7 @@ iptables -t nat -N postrouting_rule # allow iptables -A FORWARD -i br0 -o br0 -j ACCEPT - [ -z "$WAN" ] || iptables -A FORWARD -i $iface -o $WAN -j ACCEPT + [ -z "$WAN" ] || iptables -A FORWARD -i $LAN -o $WAN -j ACCEPT # reject (what to do with anything not allowed earlier) # uses the default -P DROP diff --git a/openwrt/target/linux/generic-2.6/modules.mk b/openwrt/target/linux/generic-2.6/modules.mk index f767055d7d..3b34f63ac7 100644 --- a/openwrt/target/linux/generic-2.6/modules.mk +++ b/openwrt/target/linux/generic-2.6/modules.mk @@ -342,6 +342,6 @@ $(eval $(call KMOD_template,BLUETOOTH,bluetooth,\ $(MODULES_DIR)/kernel/net/bluetooth/sco.ko \ $(MODULES_DIR)/kernel/net/bluetooth/rfcomm/rfcomm.ko \ $(MODULES_DIR)/kernel/drivers/bluetooth/hci_uart.ko \ -,CONFIG_BLUEZ)) +,CONFIG_BT)) -- 2.30.2