Correct a few typos

SVN-Revision: 3212
owl
Mike Baker 2006-02-10 18:08:38 +00:00
parent 8167f28cbf
commit 87414e3806
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ iptables -t nat -N postrouting_rule
# allow # allow
iptables -A FORWARD -i br0 -o br0 -j ACCEPT 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) # reject (what to do with anything not allowed earlier)
# uses the default -P DROP # uses the default -P DROP

View File

@ -342,6 +342,6 @@ $(eval $(call KMOD_template,BLUETOOTH,bluetooth,\
$(MODULES_DIR)/kernel/net/bluetooth/sco.ko \ $(MODULES_DIR)/kernel/net/bluetooth/sco.ko \
$(MODULES_DIR)/kernel/net/bluetooth/rfcomm/rfcomm.ko \ $(MODULES_DIR)/kernel/net/bluetooth/rfcomm/rfcomm.ko \
$(MODULES_DIR)/kernel/drivers/bluetooth/hci_uart.ko \ $(MODULES_DIR)/kernel/drivers/bluetooth/hci_uart.ko \
,CONFIG_BLUEZ)) ,CONFIG_BT))