mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
connman:
- add patch for an better commandline client (for testing) - install pygobject
This commit is contained in:
parent
3efc87089f
commit
a352be8f02
@ -5,7 +5,9 @@
|
||||
$SCRIPTS/install libnl
|
||||
$SCRIPTS/install dbus
|
||||
$SCRIPTS/install udev
|
||||
$SCRIPTS/install Python
|
||||
$SCRIPTS/install dbus-python
|
||||
$SCRIPTS/install pygobject
|
||||
#$SCRIPTS/install bluez
|
||||
$SCRIPTS/install wpa_supplicant
|
||||
|
||||
@ -18,7 +20,8 @@ mkdir -p $INSTALL/usr/sbin
|
||||
cp -P $PKG_BUILD/src/connmand $INSTALL/usr/sbin
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp -P $PKG_BUILD/client/cm $INSTALL/usr/bin
|
||||
cp -P $PKG_BUILD/client/cmc $INSTALL/usr/bin
|
||||
chmod +x $INSTALL/usr/bin/cmc
|
||||
|
||||
mkdir -p $INSTALL/usr/bin/connman
|
||||
cp -P $PKG_BUILD/tools/addr-test $INSTALL/usr/bin/connman
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user