network: install bluez support from here, make it optional

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-10-27 11:16:14 +02:00
parent 7a32aac800
commit 294cb33869
8 changed files with 25 additions and 0 deletions

View File

@ -25,3 +25,7 @@
$SCRIPTS/install connman
$SCRIPTS/install ethtool
$SCRIPTS/install openssh
if [ "$BLUETOOTH_SUPPORT" = "yes" ]; then
$SCRIPTS/install bluez
fi

View File

@ -155,6 +155,9 @@
# build with network support (yes / no)
NETWORK="yes"
# build and install bluetooth support (yes / no)
BLUETOOTH_SUPPORT="yes"
# build and install with XBMC webfrontend (yes / no)
WEBSERVER="yes"

View File

@ -155,6 +155,9 @@
# build with network support (yes / no)
NETWORK="yes"
# build and install bluetooth support (yes / no)
BLUETOOTH_SUPPORT="yes"
# build and install with XBMC webfrontend (yes / no)
WEBSERVER="yes"

View File

@ -155,6 +155,9 @@
# build with network support (yes / no)
NETWORK="yes"
# build and install bluetooth support (yes / no)
BLUETOOTH_SUPPORT="yes"
# build and install with XBMC webfrontend (yes / no)
WEBSERVER="yes"

View File

@ -155,6 +155,9 @@
# build with network support (yes / no)
NETWORK="yes"
# build and install bluetooth support (yes / no)
BLUETOOTH_SUPPORT="yes"
# build and install with XBMC webfrontend (yes / no)
WEBSERVER="yes"

View File

@ -155,6 +155,9 @@
# build with network support (yes / no)
NETWORK="yes"
# build and install bluetooth support (yes / no)
BLUETOOTH_SUPPORT="yes"
# build and install with XBMC webfrontend (yes / no)
WEBSERVER="yes"

View File

@ -155,6 +155,9 @@
# build with network support (yes / no)
NETWORK="yes"
# build and install bluetooth support (yes / no)
BLUETOOTH_SUPPORT="yes"
# build and install with XBMC webfrontend (yes / no)
WEBSERVER="yes"

View File

@ -155,6 +155,9 @@
# build with network support (yes / no)
NETWORK="yes"
# build and install bluetooth support (yes / no)
BLUETOOTH_SUPPORT="yes"
# build and install with XBMC webfrontend (yes / no)
WEBSERVER="yes"