packages/utils/bluez-utils/files/bluetooth.conf
rwhitby 69b6800f20 bluez-utils: Fix ability to automatically ifup the transitory ppp connection for bluetooth dund devices.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13620 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-12-13 13:25:31 +00:00

25 lines
485 B
Plaintext

config hcid
# option config /etc/bluetooth/hcid.conf
option enabled 1
config rfcomm
# option config /etc/bluetooth/rfcomm.conf
option enabled 0
config dund
option listen true
option persist true
option msdun true
option interface dund
option unit 1
option pppdopts "ktune proxyarp 192.168.1.1:192.168.1.2 ms-dns 192.168.1.1"
option enabled 0
config pand
option listen true
option autozap true
option role "NAP"
option master true
option persist true
option enabled 0