mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 23:47:49 +00:00
new package: add package 'indicator-network' for setup connman
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
9baa5be886
commit
85d5b07279
10
packages/network/indicator-network/install
Executable file
10
packages/network/indicator-network/install
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/install Python
|
||||
$SCRIPTS/install pygobject
|
||||
$SCRIPTS/install dbus-python
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/scripts/cmcc $INSTALL/usr/bin
|
1
packages/network/indicator-network/url
Normal file
1
packages/network/indicator-network/url
Normal file
@ -0,0 +1 @@
|
||||
http://sources.openelec.tv/svn/indicator-network-78.tar.bz2
|
@ -3,6 +3,7 @@
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/install connman
|
||||
$SCRIPTS/install indicator-network
|
||||
$SCRIPTS/install dropbear
|
||||
$SCRIPTS/install ethtool
|
||||
#$SCRIPTS/install wicd
|
||||
|
Loading…
x
Reference in New Issue
Block a user