mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 13:15:20 +02:00
Correct a few typos
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3212 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6c9db2ad10
commit
43bd8fefef
@ -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
|
||||
|
@ -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))
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user