mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
treewide: move DRIVER_ADDONS_SUPPORT to distribution options
Note: the digital_devices package only builds for x86_64 arch. Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
This commit is contained in:
parent
d7c7c37ab2
commit
c5bc81b3fe
@ -259,3 +259,11 @@
|
|||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
# e.g. ADDITIONAL_PACKAGES="PACKAGE1 PACKAGE2"
|
# e.g. ADDITIONAL_PACKAGES="PACKAGE1 PACKAGE2"
|
||||||
ADDITIONAL_PACKAGES=""
|
ADDITIONAL_PACKAGES=""
|
||||||
|
|
||||||
|
# build and install driver addons (yes / no)
|
||||||
|
DRIVER_ADDONS_SUPPORT="no"
|
||||||
|
|
||||||
|
# driver addons to install:
|
||||||
|
# for a list of additional drivers see packages/linux-driver-addons
|
||||||
|
# Space separated list is supported,
|
||||||
|
DRIVER_ADDONS="crazycat digital_devices dvb-latest"
|
||||||
|
@ -66,14 +66,6 @@
|
|||||||
# e.g. ADDITIONAL_DRIVERS+=" DRIVER1 DRIVER2"
|
# e.g. ADDITIONAL_DRIVERS+=" DRIVER1 DRIVER2"
|
||||||
ADDITIONAL_DRIVERS+=""
|
ADDITIONAL_DRIVERS+=""
|
||||||
|
|
||||||
# build and install driver addons (yes / no)
|
|
||||||
DRIVER_ADDONS_SUPPORT="no"
|
|
||||||
|
|
||||||
# driver addons to install:
|
|
||||||
# for a list of additional drivers see packages/linux-driver-addons
|
|
||||||
# Space separated list is supported,
|
|
||||||
DRIVER_ADDONS="crazycat dvb-latest"
|
|
||||||
|
|
||||||
# additional packages to install:
|
# additional packages to install:
|
||||||
ADDITIONAL_PACKAGES+=" dtc ethmactool emmctool flashrom pciutils"
|
ADDITIONAL_PACKAGES+=" dtc ethmactool emmctool flashrom pciutils"
|
||||||
|
|
||||||
|
@ -62,14 +62,6 @@
|
|||||||
# e.g. ADDITIONAL_DRIVERS+=" DRIVER1 DRIVER2"
|
# e.g. ADDITIONAL_DRIVERS+=" DRIVER1 DRIVER2"
|
||||||
ADDITIONAL_DRIVERS+=""
|
ADDITIONAL_DRIVERS+=""
|
||||||
|
|
||||||
# build and install driver addons (yes / no)
|
|
||||||
DRIVER_ADDONS_SUPPORT="no"
|
|
||||||
|
|
||||||
# driver addons to install:
|
|
||||||
# for a list of additional drivers see packages/linux-driver-addons
|
|
||||||
# Space separated list is supported,
|
|
||||||
DRIVER_ADDONS="crazycat digital_devices dvb-latest"
|
|
||||||
|
|
||||||
# Default size of the ova image, in MB, eg. 4096
|
# Default size of the ova image, in MB, eg. 4096
|
||||||
OVA_SIZE="4096"
|
OVA_SIZE="4096"
|
||||||
|
|
||||||
|
@ -52,14 +52,6 @@
|
|||||||
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
|
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
|
||||||
KODIPLAYER_DRIVER="mesa"
|
KODIPLAYER_DRIVER="mesa"
|
||||||
|
|
||||||
# build and install driver addons (yes / no)
|
|
||||||
DRIVER_ADDONS_SUPPORT="no"
|
|
||||||
|
|
||||||
# driver addons to install:
|
|
||||||
# for a list of additional drivers see packages/linux-driver-addons
|
|
||||||
# Space separated list is supported,
|
|
||||||
DRIVER_ADDONS="crazycat dvb-latest"
|
|
||||||
|
|
||||||
# additional Firmware to use (dvb-firmware, misc-firmware, wlan-firmware)
|
# additional Firmware to use (dvb-firmware, misc-firmware, wlan-firmware)
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
# e.g. FIRMWARE="dvb-firmware misc-firmware wlan-firmware"
|
# e.g. FIRMWARE="dvb-firmware misc-firmware wlan-firmware"
|
||||||
|
@ -85,14 +85,6 @@
|
|||||||
# e.g. FIRMWARE="dvb-firmware misc-firmware wlan-firmware"
|
# e.g. FIRMWARE="dvb-firmware misc-firmware wlan-firmware"
|
||||||
FIRMWARE="misc-firmware wlan-firmware dvb-firmware firmware-dragonboard"
|
FIRMWARE="misc-firmware wlan-firmware dvb-firmware firmware-dragonboard"
|
||||||
|
|
||||||
# build and install driver addons (yes / no)
|
|
||||||
DRIVER_ADDONS_SUPPORT="no"
|
|
||||||
|
|
||||||
# driver addons to install:
|
|
||||||
# for a list of additional drivers see packages/linux-driver-addons
|
|
||||||
# Space separated list is supported,
|
|
||||||
DRIVER_ADDONS="crazycat dvb-latest"
|
|
||||||
|
|
||||||
# build with installer (yes / no)
|
# build with installer (yes / no)
|
||||||
INSTALLER_SUPPORT="no"
|
INSTALLER_SUPPORT="no"
|
||||||
|
|
||||||
|
@ -80,14 +80,6 @@
|
|||||||
ADDITIONAL_DRIVERS+=" rpi-cirrus-config"
|
ADDITIONAL_DRIVERS+=" rpi-cirrus-config"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# build and install driver addons (yes / no)
|
|
||||||
DRIVER_ADDONS_SUPPORT="no"
|
|
||||||
|
|
||||||
# driver addons to install:
|
|
||||||
# for a list of additional drivers see packages/linux-driver-addons
|
|
||||||
# Space separated list is supported,
|
|
||||||
DRIVER_ADDONS="crazycat dvb-latest"
|
|
||||||
|
|
||||||
# additional packages to install:
|
# additional packages to install:
|
||||||
ADDITIONAL_PACKAGES+=" bcm2835-utils dtc"
|
ADDITIONAL_PACKAGES+=" bcm2835-utils dtc"
|
||||||
|
|
||||||
|
@ -73,13 +73,5 @@
|
|||||||
# Start boot partition at 16MiB, same as https://github.com/rockchip-linux/build images
|
# Start boot partition at 16MiB, same as https://github.com/rockchip-linux/build images
|
||||||
SYSTEM_PART_START=32768
|
SYSTEM_PART_START=32768
|
||||||
|
|
||||||
# build and install driver addons (yes / no)
|
|
||||||
DRIVER_ADDONS_SUPPORT="no"
|
|
||||||
|
|
||||||
# driver addons to install:
|
|
||||||
# for a list of additinoal drivers see packages/linux-driver-addons
|
|
||||||
# Space separated list is supported,
|
|
||||||
DRIVER_ADDONS="dvb-latest"
|
|
||||||
|
|
||||||
# debug tty path
|
# debug tty path
|
||||||
DEBUG_TTY="/dev/ttyS2"
|
DEBUG_TTY="/dev/ttyS2"
|
||||||
|
@ -73,14 +73,6 @@
|
|||||||
# e.g. ADDITIONAL_DRIVERS+=" DRIVER1 DRIVER2"
|
# e.g. ADDITIONAL_DRIVERS+=" DRIVER1 DRIVER2"
|
||||||
ADDITIONAL_DRIVERS+=""
|
ADDITIONAL_DRIVERS+=""
|
||||||
|
|
||||||
# build and install driver addons (yes / no)
|
|
||||||
DRIVER_ADDONS_SUPPORT="no"
|
|
||||||
|
|
||||||
# driver addons to install:
|
|
||||||
# for a list of additional drivers see packages/linux-driver-addons
|
|
||||||
# Space separated list is supported,
|
|
||||||
DRIVER_ADDONS="crazycat dvb-latest"
|
|
||||||
|
|
||||||
# use the kernel CEC framework for libcec (yes / no)
|
# use the kernel CEC framework for libcec (yes / no)
|
||||||
CEC_FRAMEWORK_SUPPORT="yes"
|
CEC_FRAMEWORK_SUPPORT="yes"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user