mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
bluez: add new package
This merges & obsoletes bluez-libs & bluez-utils from old packages feed. Signed-off-by: Nicolas Thill <nico@openwrt.org>
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
config hcid
|
||||
# option config /etc/bluetooth/hcid.conf
|
||||
option enabled 1
|
||||
|
||||
config hciattach
|
||||
option initspeed 115200
|
||||
option tty ttyS1
|
||||
option type csr
|
||||
option speed 115200
|
||||
option flow noflow
|
||||
option enabled 0
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user