From 222bdafa173dab066d4ee236107a9b4483feffc7 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 23 Apr 2010 23:26:06 +0200 Subject: [PATCH] projects/*/options: - add option to install sensor support --- packages/mediacenter/xbmc/install | 2 +- projects/ION/options | 3 +++ projects/generic/options | 3 +++ projects/intel/options | 3 +++ 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/packages/mediacenter/xbmc/install b/packages/mediacenter/xbmc/install index 80641b0ee7..347b08cfa8 100755 --- a/packages/mediacenter/xbmc/install +++ b/packages/mediacenter/xbmc/install @@ -130,6 +130,6 @@ mkdir -p $INSTALL/usr/share/xbmc/addons $SCRIPTS/install alsa $SCRIPTS/install lirc [ ! "$LCD_DRIVER" = none ] && $SCRIPTS/install lcdproc + [ "$SENSOR_SUPPORT" = yes ] && $SCRIPTS/install lm_sensors $SCRIPTS/install autoupdate - $SCRIPTS/install lm_sensors diff --git a/projects/ION/options b/projects/ION/options index 9b31482838..63e5c3d9e1 100644 --- a/projects/ION/options +++ b/projects/ION/options @@ -115,6 +115,9 @@ # e.g. FIRMWARE="iwl3945 iwl5000" FIRMWARE="" +# build with lm_sensors hardware monitoring support (yes / no) + SENSOR_SUPPORT="yes" + # build with games support (yes / no) GAMES="no" diff --git a/projects/generic/options b/projects/generic/options index 6483253d69..a356da41db 100644 --- a/projects/generic/options +++ b/projects/generic/options @@ -115,6 +115,9 @@ # e.g. FIRMWARE="iwl3945 iwl5000" FIRMWARE="ipw2100 ipw2200 iwl1000 iwl3945 iwl4965 iwl5000 iwl5150 iwl6000" +# build with lm_sensors hardware monitoring support (yes / no) + SENSOR_SUPPORT="yes" + # build with games support (yes / no) GAMES="no" diff --git a/projects/intel/options b/projects/intel/options index ce8519f887..2f0aaa15d9 100644 --- a/projects/intel/options +++ b/projects/intel/options @@ -115,6 +115,9 @@ # e.g. FIRMWARE="iwl3945 iwl5000" FIRMWARE="iwl5000" +# build with lm_sensors hardware monitoring support (yes / no) + SENSOR_SUPPORT="yes" + # build with games support (yes / no) GAMES="no"