connman: add conf file to sv/connmand
This commit is contained in:
parent
8da19036f4
commit
9386dd8cb2
2 changed files with 3 additions and 2 deletions
|
@ -1,2 +1,3 @@
|
|||
#!/bin/sh
|
||||
exec connmand -n
|
||||
[ -r conf ] && . ./conf
|
||||
exec connmand -n ${OPTS}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'connman'
|
||||
pkgname=connman
|
||||
version=1.37
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-polkit --enable-client --enable-pie --enable-ethernet
|
||||
--enable-wifi --enable-bluetooth --enable-loopback --enable-nmcompat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue