projects/*/options:

- add option to install sensor support
This commit is contained in:
Stephan Raue 2010-04-23 23:26:06 +02:00
parent 5dd203b13b
commit 222bdafa17
4 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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"