mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
Merge pull request #3828 from CvH/10.0/aml_options_cleanup
Amlogic: cleanup options
This commit is contained in:
commit
b6fff6cbed
@ -8,7 +8,7 @@
|
|||||||
# U-Boot firmware package(s) to use
|
# U-Boot firmware package(s) to use
|
||||||
UBOOT_FIRMWARE="amlogic-boot-fip"
|
UBOOT_FIRMWARE="amlogic-boot-fip"
|
||||||
|
|
||||||
# Linux Kernel to use
|
# Kernel to use
|
||||||
LINUX="amlogic"
|
LINUX="amlogic"
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
@ -34,24 +34,35 @@
|
|||||||
# Displayserver to use (x11 / no)
|
# Displayserver to use (x11 / no)
|
||||||
DISPLAYSERVER="no"
|
DISPLAYSERVER="no"
|
||||||
|
|
||||||
# Windowmanager to use (ratpoison / fluxbox / none)
|
# Windowmanager to use (fluxbox / none)
|
||||||
WINDOWMANAGER="none"
|
WINDOWMANAGER="none"
|
||||||
|
|
||||||
# additional Firmware to use (dvb-firmware, misc-firmware, wlan-firmware)
|
# additional Firmware to use (dvb-firmware, misc-firmware, wlan-firmware)
|
||||||
FIRMWARE="brcmfmac_sdio-firmware meson-firmware"
|
# Space separated list is supported,
|
||||||
|
# e.g. FIRMWARE="dvb-firmware misc-firmware wlan-firmware"
|
||||||
|
FIRMWARE="dvb-firmware brcmfmac_sdio-firmware meson-firmware"
|
||||||
|
|
||||||
# build with installer (yes / no)
|
# build with installer (yes / no)
|
||||||
INSTALLER_SUPPORT="no"
|
INSTALLER_SUPPORT="no"
|
||||||
|
|
||||||
|
# build debug with valgrind (yes / no)
|
||||||
|
# Increases image size significantly
|
||||||
|
VALGRIND="no"
|
||||||
|
|
||||||
|
# additional drivers to install:
|
||||||
|
# for a list of additional drivers see packages/linux-drivers
|
||||||
|
# Space separated list is supported,
|
||||||
|
# e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2"
|
||||||
|
ADDITIONAL_DRIVERS=""
|
||||||
|
|
||||||
# build and install driver addons (yes / no)
|
# build and install driver addons (yes / no)
|
||||||
DRIVER_ADDONS_SUPPORT="no"
|
DRIVER_ADDONS_SUPPORT="no"
|
||||||
|
|
||||||
# driver addons to install:
|
# 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"
|
DRIVER_ADDONS="crazycat dvb-latest"
|
||||||
|
|
||||||
# additional drivers to install:
|
|
||||||
ADDITIONAL_DRIVERS=""
|
|
||||||
|
|
||||||
# additional packages to install:
|
# additional packages to install:
|
||||||
ADDITIONAL_PACKAGES="u-boot-script dtc ethmactool"
|
ADDITIONAL_PACKAGES="u-boot-script dtc ethmactool"
|
||||||
|
|
||||||
@ -60,10 +71,3 @@
|
|||||||
|
|
||||||
# debug tty path
|
# debug tty path
|
||||||
DEBUG_TTY="/dev/ttyAML0"
|
DEBUG_TTY="/dev/ttyAML0"
|
||||||
|
|
||||||
# Addon Server Url
|
|
||||||
ADDON_SERVER_URL="https://amlgx.libreelec.tv"
|
|
||||||
|
|
||||||
# set the addon dirs
|
|
||||||
ADDON_PATH="$ADDON_VERSION/${DEVICE:-$PROJECT}/$TARGET_ARCH"
|
|
||||||
ADDON_URL="$ADDON_SERVER_URL/$ADDON_PATH"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user