mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
connman: change VPN config dir to /storage/.config/vpn-config, so we have easy access there to upload configs
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
a40f90a88f
commit
20e132f260
@ -75,4 +75,4 @@ cd $PKG_BUILD
|
||||
--enable-datafiles \
|
||||
--disable-silent-rules \
|
||||
|
||||
make storagedir=/storage/.cache/connman vpn_storagedir=/storage/.cache/connman-vpn statedir=/run/connman
|
||||
make storagedir=/storage/.cache/connman vpn_storagedir=/storage/.config/vpn-config statedir=/run/connman
|
||||
|
@ -23,7 +23,7 @@
|
||||
# runlevels: openelec, textmode
|
||||
|
||||
mkdir -p /storage/.cache/connman
|
||||
mkdir -p /storage/.cache/connman-vpn
|
||||
mkdir -p /storage/.config/vpn-config
|
||||
mkdir -p /run/connman
|
||||
|
||||
# starting loopback device
|
||||
|
Loading…
x
Reference in New Issue
Block a user