mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
connman:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
76e007a901
commit
1ba3e85203
@ -1,49 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build hal
|
|
||||||
$SCRIPTS/build dbus
|
|
||||||
$SCRIPTS/build udev
|
|
||||||
$SCRIPTS/build busybox
|
|
||||||
$SCRIPTS/build bluez
|
|
||||||
$SCRIPTS/build gettext
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
|
||||||
|
|
||||||
./configure --host=$TARGET_NAME \
|
|
||||||
--build=$HOST_NAME \
|
|
||||||
--prefix=/usr \
|
|
||||||
--sysconfdir=/etc \
|
|
||||||
--localstatedir=/var \
|
|
||||||
--disable-static \
|
|
||||||
--enable-shared \
|
|
||||||
--enable-threads \
|
|
||||||
--enable-ethernet \
|
|
||||||
--enable-wifi \
|
|
||||||
--enable-bluetooth \
|
|
||||||
--disable-ofono \
|
|
||||||
--disable-modemmgr \
|
|
||||||
--enable-udhcp \
|
|
||||||
--disable-dhclient \
|
|
||||||
--disable-resolvconf \
|
|
||||||
--enable-loopback \
|
|
||||||
--enable-dnsproxy \
|
|
||||||
--disable-novatel \
|
|
||||||
--disable-huawei \
|
|
||||||
--disable-hso \
|
|
||||||
--disable-mbm \
|
|
||||||
--disable-ppp \
|
|
||||||
--disable-iwmx \
|
|
||||||
--disable-iospm \
|
|
||||||
--disable-polkit \
|
|
||||||
--enable-client \
|
|
||||||
--disable-tools \
|
|
||||||
--disable-fake \
|
|
||||||
--enable-udev \
|
|
||||||
--disable-datafiles \
|
|
||||||
--disable-silent-rules \
|
|
||||||
--with-udhcpc=/sbin/udhcpc \
|
|
||||||
|
|
||||||
make
|
|
@ -1,15 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
#
|
|
||||||
# start Connection Manager
|
|
||||||
#
|
|
||||||
# runlevels: openelec, text, debug
|
|
||||||
|
|
||||||
. /etc/sysconfig
|
|
||||||
|
|
||||||
if test -f /usr/sbin/connmand; then
|
|
||||||
progress "Starting Connection Manager"
|
|
||||||
|
|
||||||
connmand -d
|
|
||||||
fi
|
|
||||||
|
|
||||||
exit 0
|
|
@ -1,27 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/install hal
|
|
||||||
$SCRIPTS/install dbus
|
|
||||||
$SCRIPTS/install udev
|
|
||||||
$SCRIPTS/install bluez
|
|
||||||
$SCRIPTS/install wpa_supplicant
|
|
||||||
$SCRIPTS/install gettext
|
|
||||||
|
|
||||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
|
||||||
|
|
||||||
add_user system x 430 430 "service" "/var/run/connman" "/bin/sh"
|
|
||||||
add_group system 430
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/sbin
|
|
||||||
cp -PR $PKG_BUILD/src/connmand $INSTALL/usr/sbin
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib/connman/plugins
|
|
||||||
cp -PR $PKG_BUILD/plugins/.libs/*.so $INSTALL/usr/lib/connman/plugins
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib/connman/scripts
|
|
||||||
cp -PR $PKG_BUILD/scripts/udhcpc-script $INSTALL/usr/lib/connman/scripts
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/etc/dbus-1/system.d
|
|
||||||
cp -PR $PKG_BUILD/src/connman-dbus.conf $INSTALL/etc/dbus-1/system.d
|
|
@ -1 +0,0 @@
|
|||||||
http://www.kernel.org/pub/linux/network/connman/connman-0.43.tar.bz2
|
|
Loading…
x
Reference in New Issue
Block a user