mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
projects/*/options:
- add option to install sensor support
This commit is contained in:
parent
5dd203b13b
commit
222bdafa17
@ -130,6 +130,6 @@ mkdir -p $INSTALL/usr/share/xbmc/addons
|
|||||||
$SCRIPTS/install alsa
|
$SCRIPTS/install alsa
|
||||||
$SCRIPTS/install lirc
|
$SCRIPTS/install lirc
|
||||||
[ ! "$LCD_DRIVER" = none ] && $SCRIPTS/install lcdproc
|
[ ! "$LCD_DRIVER" = none ] && $SCRIPTS/install lcdproc
|
||||||
|
[ "$SENSOR_SUPPORT" = yes ] && $SCRIPTS/install lm_sensors
|
||||||
|
|
||||||
$SCRIPTS/install autoupdate
|
$SCRIPTS/install autoupdate
|
||||||
$SCRIPTS/install lm_sensors
|
|
||||||
|
@ -115,6 +115,9 @@
|
|||||||
# e.g. FIRMWARE="iwl3945 iwl5000"
|
# e.g. FIRMWARE="iwl3945 iwl5000"
|
||||||
FIRMWARE=""
|
FIRMWARE=""
|
||||||
|
|
||||||
|
# build with lm_sensors hardware monitoring support (yes / no)
|
||||||
|
SENSOR_SUPPORT="yes"
|
||||||
|
|
||||||
# build with games support (yes / no)
|
# build with games support (yes / no)
|
||||||
GAMES="no"
|
GAMES="no"
|
||||||
|
|
||||||
|
@ -115,6 +115,9 @@
|
|||||||
# e.g. FIRMWARE="iwl3945 iwl5000"
|
# e.g. FIRMWARE="iwl3945 iwl5000"
|
||||||
FIRMWARE="ipw2100 ipw2200 iwl1000 iwl3945 iwl4965 iwl5000 iwl5150 iwl6000"
|
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)
|
# build with games support (yes / no)
|
||||||
GAMES="no"
|
GAMES="no"
|
||||||
|
|
||||||
|
@ -115,6 +115,9 @@
|
|||||||
# e.g. FIRMWARE="iwl3945 iwl5000"
|
# e.g. FIRMWARE="iwl3945 iwl5000"
|
||||||
FIRMWARE="iwl5000"
|
FIRMWARE="iwl5000"
|
||||||
|
|
||||||
|
# build with lm_sensors hardware monitoring support (yes / no)
|
||||||
|
SENSOR_SUPPORT="yes"
|
||||||
|
|
||||||
# build with games support (yes / no)
|
# build with games support (yes / no)
|
||||||
GAMES="no"
|
GAMES="no"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user