mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
network: install bluez support from here, make it optional
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
7a32aac800
commit
294cb33869
@ -25,3 +25,7 @@
|
|||||||
$SCRIPTS/install connman
|
$SCRIPTS/install connman
|
||||||
$SCRIPTS/install ethtool
|
$SCRIPTS/install ethtool
|
||||||
$SCRIPTS/install openssh
|
$SCRIPTS/install openssh
|
||||||
|
|
||||||
|
if [ "$BLUETOOTH_SUPPORT" = "yes" ]; then
|
||||||
|
$SCRIPTS/install bluez
|
||||||
|
fi
|
||||||
|
@ -155,6 +155,9 @@
|
|||||||
# build with network support (yes / no)
|
# build with network support (yes / no)
|
||||||
NETWORK="yes"
|
NETWORK="yes"
|
||||||
|
|
||||||
|
# build and install bluetooth support (yes / no)
|
||||||
|
BLUETOOTH_SUPPORT="yes"
|
||||||
|
|
||||||
# build and install with XBMC webfrontend (yes / no)
|
# build and install with XBMC webfrontend (yes / no)
|
||||||
WEBSERVER="yes"
|
WEBSERVER="yes"
|
||||||
|
|
||||||
|
@ -155,6 +155,9 @@
|
|||||||
# build with network support (yes / no)
|
# build with network support (yes / no)
|
||||||
NETWORK="yes"
|
NETWORK="yes"
|
||||||
|
|
||||||
|
# build and install bluetooth support (yes / no)
|
||||||
|
BLUETOOTH_SUPPORT="yes"
|
||||||
|
|
||||||
# build and install with XBMC webfrontend (yes / no)
|
# build and install with XBMC webfrontend (yes / no)
|
||||||
WEBSERVER="yes"
|
WEBSERVER="yes"
|
||||||
|
|
||||||
|
@ -155,6 +155,9 @@
|
|||||||
# build with network support (yes / no)
|
# build with network support (yes / no)
|
||||||
NETWORK="yes"
|
NETWORK="yes"
|
||||||
|
|
||||||
|
# build and install bluetooth support (yes / no)
|
||||||
|
BLUETOOTH_SUPPORT="yes"
|
||||||
|
|
||||||
# build and install with XBMC webfrontend (yes / no)
|
# build and install with XBMC webfrontend (yes / no)
|
||||||
WEBSERVER="yes"
|
WEBSERVER="yes"
|
||||||
|
|
||||||
|
@ -155,6 +155,9 @@
|
|||||||
# build with network support (yes / no)
|
# build with network support (yes / no)
|
||||||
NETWORK="yes"
|
NETWORK="yes"
|
||||||
|
|
||||||
|
# build and install bluetooth support (yes / no)
|
||||||
|
BLUETOOTH_SUPPORT="yes"
|
||||||
|
|
||||||
# build and install with XBMC webfrontend (yes / no)
|
# build and install with XBMC webfrontend (yes / no)
|
||||||
WEBSERVER="yes"
|
WEBSERVER="yes"
|
||||||
|
|
||||||
|
@ -155,6 +155,9 @@
|
|||||||
# build with network support (yes / no)
|
# build with network support (yes / no)
|
||||||
NETWORK="yes"
|
NETWORK="yes"
|
||||||
|
|
||||||
|
# build and install bluetooth support (yes / no)
|
||||||
|
BLUETOOTH_SUPPORT="yes"
|
||||||
|
|
||||||
# build and install with XBMC webfrontend (yes / no)
|
# build and install with XBMC webfrontend (yes / no)
|
||||||
WEBSERVER="yes"
|
WEBSERVER="yes"
|
||||||
|
|
||||||
|
@ -155,6 +155,9 @@
|
|||||||
# build with network support (yes / no)
|
# build with network support (yes / no)
|
||||||
NETWORK="yes"
|
NETWORK="yes"
|
||||||
|
|
||||||
|
# build and install bluetooth support (yes / no)
|
||||||
|
BLUETOOTH_SUPPORT="yes"
|
||||||
|
|
||||||
# build and install with XBMC webfrontend (yes / no)
|
# build and install with XBMC webfrontend (yes / no)
|
||||||
WEBSERVER="yes"
|
WEBSERVER="yes"
|
||||||
|
|
||||||
|
@ -155,6 +155,9 @@
|
|||||||
# build with network support (yes / no)
|
# build with network support (yes / no)
|
||||||
NETWORK="yes"
|
NETWORK="yes"
|
||||||
|
|
||||||
|
# build and install bluetooth support (yes / no)
|
||||||
|
BLUETOOTH_SUPPORT="yes"
|
||||||
|
|
||||||
# build and install with XBMC webfrontend (yes / no)
|
# build and install with XBMC webfrontend (yes / no)
|
||||||
WEBSERVER="yes"
|
WEBSERVER="yes"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user