mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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"
|
||||
|
||||
# additional packages to install
|
||||
ADDITIONAL_PACKAGES=""
|
||||
ADDITIONAL_PACKAGES+=""
|
||||
|
||||
# build with installer (yes / no)
|
||||
INSTALLER_SUPPORT="no"
|
||||
|
@ -63,4 +63,4 @@
|
||||
DEBUG_TTY="/dev/console"
|
||||
|
||||
# additional packages to install:
|
||||
ADDITIONAL_PACKAGES="dt-overlays"
|
||||
ADDITIONAL_PACKAGES+=" dt-overlays"
|
||||
|
@ -75,7 +75,7 @@
|
||||
DRIVER_ADDONS="crazycat dvb-latest"
|
||||
|
||||
# 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)
|
||||
CEC_FRAMEWORK_SUPPORT="yes"
|
||||
|
@ -62,7 +62,7 @@
|
||||
FIRMWARE="misc-firmware wlan-firmware dvb-firmware brcmfmac_sdio-firmware"
|
||||
|
||||
# additional packages to install
|
||||
ADDITIONAL_PACKAGES="dtc"
|
||||
ADDITIONAL_PACKAGES+=" dtc"
|
||||
|
||||
# build and install CEC framework support (yes / no)
|
||||
CEC_FRAMEWORK_SUPPORT="yes"
|
||||
|
@ -64,8 +64,8 @@
|
||||
|
||||
# additional packages to install:
|
||||
# Space separated list is supported,
|
||||
# e.g. ADDITIONAL_PACKAGES="PACKAGE1 PACKAGE2"
|
||||
ADDITIONAL_PACKAGES="dtc emmctool"
|
||||
# e.g. ADDITIONAL_PACKAGES+=" PACKAGE1 PACKAGE2"
|
||||
ADDITIONAL_PACKAGES+=" dtc emmctool"
|
||||
|
||||
# additional drivers to install:
|
||||
# for a list of additional drivers see packages/linux-drivers
|
||||
|
Loading…
x
Reference in New Issue
Block a user