diff --git a/packages/network/install b/packages/network/install index 09c85ca17b..fdbec1607a 100755 --- a/packages/network/install +++ b/packages/network/install @@ -25,3 +25,7 @@ $SCRIPTS/install connman $SCRIPTS/install ethtool $SCRIPTS/install openssh + +if [ "$BLUETOOTH_SUPPORT" = "yes" ]; then + $SCRIPTS/install bluez +fi diff --git a/projects/ATV/options b/projects/ATV/options index 387fa3a69c..ee319b7e77 100644 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -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" diff --git a/projects/Fusion/options b/projects/Fusion/options index 7198c4c410..ea117cf6fa 100644 --- a/projects/Fusion/options +++ b/projects/Fusion/options @@ -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" diff --git a/projects/Generic/options b/projects/Generic/options index b5be8a50b8..d913d2be93 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -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" diff --git a/projects/Generic_OSS/options b/projects/Generic_OSS/options index 02c87b30f2..3a1dd24019 100644 --- a/projects/Generic_OSS/options +++ b/projects/Generic_OSS/options @@ -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" diff --git a/projects/ION/options b/projects/ION/options index 7cbcf5ca88..29636393f5 100644 --- a/projects/ION/options +++ b/projects/ION/options @@ -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" diff --git a/projects/Intel/options b/projects/Intel/options index b9d7391c72..f6370eb80c 100644 --- a/projects/Intel/options +++ b/projects/Intel/options @@ -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" diff --git a/projects/Ultra/options b/projects/Ultra/options index 3d8a84726c..839c969c21 100644 --- a/projects/Ultra/options +++ b/projects/Ultra/options @@ -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"