mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-05 17:07:49 +00:00
amlogic: update project options
This commit is contained in:
parent
15ca9da520
commit
dc2297e40f
@ -9,7 +9,7 @@
|
|||||||
UBOOT_FIRMWARE="amlogic-boot-fip"
|
UBOOT_FIRMWARE="amlogic-boot-fip"
|
||||||
|
|
||||||
# Linux Kernel to use
|
# Linux Kernel to use
|
||||||
LINUX="default"
|
LINUX="amlogic"
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# setup build defaults
|
# setup build defaults
|
||||||
@ -37,20 +37,9 @@
|
|||||||
# Windowmanager to use (ratpoison / fluxbox / none)
|
# Windowmanager to use (ratpoison / fluxbox / none)
|
||||||
WINDOWMANAGER="none"
|
WINDOWMANAGER="none"
|
||||||
|
|
||||||
# Xorg Graphic drivers to use (all / i915,i965,r200,r300,r600,nvidia)
|
|
||||||
# Space separated list is supported,
|
|
||||||
# e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeonsi nvidia"
|
|
||||||
GRAPHIC_DRIVERS=""
|
|
||||||
|
|
||||||
# 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"
|
FIRMWARE="brcmfmac_sdio-firmware meson-firmware"
|
||||||
|
|
||||||
# build and install ATV IR remote support (yes / no)
|
|
||||||
ATVCLIENT_SUPPORT="no"
|
|
||||||
|
|
||||||
# build and install iSCSI support - iscsistart (yes / no)
|
|
||||||
ISCSI_SUPPORT="no"
|
|
||||||
|
|
||||||
# build with installer (yes / no)
|
# build with installer (yes / no)
|
||||||
INSTALLER_SUPPORT="no"
|
INSTALLER_SUPPORT="no"
|
||||||
|
|
||||||
@ -60,6 +49,9 @@
|
|||||||
# driver addons to install:
|
# driver addons to install:
|
||||||
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"
|
||||||
|
|
||||||
@ -68,3 +60,10 @@
|
|||||||
|
|
||||||
# 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