mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
connman: update to connman-1.10
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ba1a615670
commit
55f6444822
@ -27,7 +27,7 @@ if [ "$PPTP_SUPPORT" = yes ]; then
|
|||||||
export PPPD="/usr/sbin/pppd"
|
export PPPD="/usr/sbin/pppd"
|
||||||
export PPTP="/usr/sbin/pptp"
|
export PPTP="/usr/sbin/pptp"
|
||||||
else
|
else
|
||||||
CONNMAN_PPP="--disable-pptp"
|
CONNMAN_PPTP="--disable-pptp"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$OPENVPN_SUPPORT" = yes ]; then
|
if [ "$OPENVPN_SUPPORT" = yes ]; then
|
||||||
|
@ -51,3 +51,22 @@ mkdir -p $INSTALL/usr/sbin
|
|||||||
|
|
||||||
mkdir -p $INSTALL/usr/config
|
mkdir -p $INSTALL/usr/config
|
||||||
cp $PKG_DIR/config/hosts.conf $INSTALL/usr/config
|
cp $PKG_DIR/config/hosts.conf $INSTALL/usr/config
|
||||||
|
|
||||||
|
if [ "$PPTP_SUPPORT" = yes -o "$OPENVPN_SUPPORT" = yes ]; then
|
||||||
|
mkdir -p $INSTALL/etc/dbus-1/system.d
|
||||||
|
cp $PKG_BUILD/vpn/connman-vpn-dbus.conf $INSTALL/etc/dbus-1/system.d
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/lib/connman/plugins-vpn
|
||||||
|
cp -P $PKG_BUILD/vpn/plugins/.libs/*.so $INSTALL/usr/lib/connman/plugins-vpn || true
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/sbin
|
||||||
|
cp -P $PKG_BUILD/vpn/connman-vpnd $INSTALL/usr/sbin
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/share/dbus-1/system-services
|
||||||
|
cp -P $PKG_BUILD/vpn/net.connman.vpn.service $INSTALL/usr/share/dbus-1/system-services
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ "$OPENVPN_SUPPORT" = yes ]; then
|
||||||
|
mkdir -p $INSTALL/usr/lib/connman/scripts
|
||||||
|
cp -P $PKG_BUILD/scripts/openvpn-script $INSTALL/usr/lib/connman/scripts
|
||||||
|
fi
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="connman"
|
PKG_NAME="connman"
|
||||||
PKG_VERSION="1.9"
|
PKG_VERSION="1.10"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user