mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
options: allow using ADDITIONAL_PACKAGES in distributions file for all projects
This commit is contained in:
parent
4c5c57053f
commit
1582234188
@ -124,7 +124,7 @@
|
|||||||
SWAP_SUPPORT="no"
|
SWAP_SUPPORT="no"
|
||||||
|
|
||||||
# additional packages to install
|
# additional packages to install
|
||||||
ADDITIONAL_PACKAGES=""
|
ADDITIONAL_PACKAGES+=""
|
||||||
|
|
||||||
# build with installer (yes / no)
|
# build with installer (yes / no)
|
||||||
INSTALLER_SUPPORT="no"
|
INSTALLER_SUPPORT="no"
|
||||||
|
@ -63,4 +63,4 @@
|
|||||||
DEBUG_TTY="/dev/console"
|
DEBUG_TTY="/dev/console"
|
||||||
|
|
||||||
# additional packages to install:
|
# additional packages to install:
|
||||||
ADDITIONAL_PACKAGES="dt-overlays"
|
ADDITIONAL_PACKAGES+=" dt-overlays"
|
||||||
|
@ -75,7 +75,7 @@
|
|||||||
DRIVER_ADDONS="crazycat dvb-latest"
|
DRIVER_ADDONS="crazycat dvb-latest"
|
||||||
|
|
||||||
# additional packages to install:
|
# additional packages to install:
|
||||||
ADDITIONAL_PACKAGES="dtc ethmactool emmctool flashrom"
|
ADDITIONAL_PACKAGES+=" dtc ethmactool emmctool flashrom"
|
||||||
|
|
||||||
# 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"
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
FIRMWARE="misc-firmware wlan-firmware dvb-firmware brcmfmac_sdio-firmware"
|
FIRMWARE="misc-firmware wlan-firmware dvb-firmware brcmfmac_sdio-firmware"
|
||||||
|
|
||||||
# additional packages to install
|
# additional packages to install
|
||||||
ADDITIONAL_PACKAGES="dtc"
|
ADDITIONAL_PACKAGES+=" dtc"
|
||||||
|
|
||||||
# build and install CEC framework support (yes / no)
|
# build and install CEC framework support (yes / no)
|
||||||
CEC_FRAMEWORK_SUPPORT="yes"
|
CEC_FRAMEWORK_SUPPORT="yes"
|
||||||
|
@ -64,8 +64,8 @@
|
|||||||
|
|
||||||
# additional packages to install:
|
# additional packages to install:
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
# e.g. ADDITIONAL_PACKAGES="PACKAGE1 PACKAGE2"
|
# e.g. ADDITIONAL_PACKAGES+=" PACKAGE1 PACKAGE2"
|
||||||
ADDITIONAL_PACKAGES="dtc emmctool"
|
ADDITIONAL_PACKAGES+=" dtc emmctool"
|
||||||
|
|
||||||
# additional drivers to install:
|
# additional drivers to install:
|
||||||
# for a list of additional drivers see packages/linux-drivers
|
# for a list of additional drivers see packages/linux-drivers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user