mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
projects/*: enable udevil support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f81f72ac12
commit
5eff68c97d
@ -344,6 +344,7 @@ if [ "$BOOTLOADER" = "u-boot" ]; then
|
|||||||
config_message="$config_message\n - U-Boot configuration:\t\t $UBOOT_CONFIG"
|
config_message="$config_message\n - U-Boot configuration:\t\t $UBOOT_CONFIG"
|
||||||
config_message="$config_message\n - U-Boot config file:\t\t\t $UBOOT_CONFIGFILE"
|
config_message="$config_message\n - U-Boot config file:\t\t\t $UBOOT_CONFIGFILE"
|
||||||
fi
|
fi
|
||||||
|
config_message="$config_message\n - UDevil support:\t\t\t $UDEVIL"
|
||||||
config_message="$config_message\n - UPower support:\t\t\t $UPOWER"
|
config_message="$config_message\n - UPower support:\t\t\t $UPOWER"
|
||||||
config_message="$config_message\n - Installer support:\t\t\t $INSTALLER_SUPPORT"
|
config_message="$config_message\n - Installer support:\t\t\t $INSTALLER_SUPPORT"
|
||||||
|
|
||||||
|
@ -220,7 +220,7 @@
|
|||||||
# build and install diskmounter support (udevil)
|
# build and install diskmounter support (udevil)
|
||||||
# this service provide auto mounting support for external drives in the
|
# this service provide auto mounting support for external drives in the
|
||||||
# mediacenter also automount internally drives at boottime via udev (yes / no)
|
# mediacenter also automount internally drives at boottime via udev (yes / no)
|
||||||
UDEVIL="no"
|
UDEVIL="yes"
|
||||||
|
|
||||||
# build and install powermanagement support (upower) (yes / no)
|
# build and install powermanagement support (upower) (yes / no)
|
||||||
UPOWER="yes"
|
UPOWER="yes"
|
||||||
|
@ -220,7 +220,7 @@
|
|||||||
# build and install diskmounter support (udevil)
|
# build and install diskmounter support (udevil)
|
||||||
# this service provide auto mounting support for external drives in the
|
# this service provide auto mounting support for external drives in the
|
||||||
# mediacenter also automount internally drives at boottime via udev (yes / no)
|
# mediacenter also automount internally drives at boottime via udev (yes / no)
|
||||||
UDEVIL="no"
|
UDEVIL="yes"
|
||||||
|
|
||||||
# build and install powermanagement support (upower) (yes / no)
|
# build and install powermanagement support (upower) (yes / no)
|
||||||
UPOWER="no"
|
UPOWER="no"
|
||||||
|
@ -220,7 +220,7 @@
|
|||||||
# build and install diskmounter support (udevil)
|
# build and install diskmounter support (udevil)
|
||||||
# this service provide auto mounting support for external drives in the
|
# this service provide auto mounting support for external drives in the
|
||||||
# mediacenter also automount internally drives at boottime via udev (yes / no)
|
# mediacenter also automount internally drives at boottime via udev (yes / no)
|
||||||
UDEVIL="no"
|
UDEVIL="yes"
|
||||||
|
|
||||||
# build and install powermanagement support (upower) (yes / no)
|
# build and install powermanagement support (upower) (yes / no)
|
||||||
UPOWER="yes"
|
UPOWER="yes"
|
||||||
|
@ -220,7 +220,7 @@
|
|||||||
# build and install diskmounter support (udevil)
|
# build and install diskmounter support (udevil)
|
||||||
# this service provide auto mounting support for external drives in the
|
# this service provide auto mounting support for external drives in the
|
||||||
# mediacenter also automount internally drives at boottime via udev (yes / no)
|
# mediacenter also automount internally drives at boottime via udev (yes / no)
|
||||||
UDEVIL="no"
|
UDEVIL="yes"
|
||||||
|
|
||||||
# build and install powermanagement support (upower) (yes / no)
|
# build and install powermanagement support (upower) (yes / no)
|
||||||
UPOWER="yes"
|
UPOWER="yes"
|
||||||
|
@ -220,7 +220,7 @@
|
|||||||
# build and install diskmounter support (udevil)
|
# build and install diskmounter support (udevil)
|
||||||
# this service provide auto mounting support for external drives in the
|
# this service provide auto mounting support for external drives in the
|
||||||
# mediacenter also automount internally drives at boottime via udev (yes / no)
|
# mediacenter also automount internally drives at boottime via udev (yes / no)
|
||||||
UDEVIL="no"
|
UDEVIL="yes"
|
||||||
|
|
||||||
# build and install powermanagement support (upower) (yes / no)
|
# build and install powermanagement support (upower) (yes / no)
|
||||||
UPOWER="yes"
|
UPOWER="yes"
|
||||||
|
@ -220,7 +220,7 @@
|
|||||||
# build and install diskmounter support (udevil)
|
# build and install diskmounter support (udevil)
|
||||||
# this service provide auto mounting support for external drives in the
|
# this service provide auto mounting support for external drives in the
|
||||||
# mediacenter also automount internally drives at boottime via udev (yes / no)
|
# mediacenter also automount internally drives at boottime via udev (yes / no)
|
||||||
UDEVIL="no"
|
UDEVIL="yes"
|
||||||
|
|
||||||
# build and install powermanagement support (upower) (yes / no)
|
# build and install powermanagement support (upower) (yes / no)
|
||||||
UPOWER="yes"
|
UPOWER="yes"
|
||||||
|
@ -220,7 +220,7 @@
|
|||||||
# build and install diskmounter support (udevil)
|
# build and install diskmounter support (udevil)
|
||||||
# this service provide auto mounting support for external drives in the
|
# this service provide auto mounting support for external drives in the
|
||||||
# mediacenter also automount internally drives at boottime via udev (yes / no)
|
# mediacenter also automount internally drives at boottime via udev (yes / no)
|
||||||
UDEVIL="no"
|
UDEVIL="yes"
|
||||||
|
|
||||||
# build and install powermanagement support (upower) (yes / no)
|
# build and install powermanagement support (upower) (yes / no)
|
||||||
UPOWER="yes"
|
UPOWER="yes"
|
||||||
|
@ -220,7 +220,7 @@
|
|||||||
# build and install diskmounter support (udevil)
|
# build and install diskmounter support (udevil)
|
||||||
# this service provide auto mounting support for external drives in the
|
# this service provide auto mounting support for external drives in the
|
||||||
# mediacenter also automount internally drives at boottime via udev (yes / no)
|
# mediacenter also automount internally drives at boottime via udev (yes / no)
|
||||||
UDEVIL="no"
|
UDEVIL="yes"
|
||||||
|
|
||||||
# build and install powermanagement support (upower) (yes / no)
|
# build and install powermanagement support (upower) (yes / no)
|
||||||
UPOWER="no"
|
UPOWER="no"
|
||||||
|
@ -215,7 +215,7 @@
|
|||||||
# build and install diskmounter support (udevil)
|
# build and install diskmounter support (udevil)
|
||||||
# this service provide auto mounting support for external drives in the
|
# this service provide auto mounting support for external drives in the
|
||||||
# mediacenter also automount internally drives at boottime via udev (yes / no)
|
# mediacenter also automount internally drives at boottime via udev (yes / no)
|
||||||
UDEVIL="no"
|
UDEVIL="yes"
|
||||||
|
|
||||||
# build and install powermanagement support (upower) (yes / no)
|
# build and install powermanagement support (upower) (yes / no)
|
||||||
UPOWER="yes"
|
UPOWER="yes"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user