mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 15:37:49 +00:00
commit
eb556b1e6b
@ -5,4 +5,4 @@
|
|||||||
OS_VERSION="9.80"
|
OS_VERSION="9.80"
|
||||||
|
|
||||||
# ADDON_VERSION: Addon version
|
# ADDON_VERSION: Addon version
|
||||||
ADDON_VERSION="9.80.3"
|
ADDON_VERSION="9.80.4"
|
||||||
|
@ -45,3 +45,6 @@
|
|||||||
|
|
||||||
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
|
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
|
||||||
KODIPLAYER_DRIVER="$OPENGLES"
|
KODIPLAYER_DRIVER="$OPENGLES"
|
||||||
|
|
||||||
|
# set the addon project
|
||||||
|
ADDON_PROJECT="ARMv7"
|
||||||
|
@ -39,3 +39,6 @@
|
|||||||
|
|
||||||
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
|
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
|
||||||
KODIPLAYER_DRIVER="$OPENGLES"
|
KODIPLAYER_DRIVER="$OPENGLES"
|
||||||
|
|
||||||
|
# set the addon project
|
||||||
|
ADDON_PROJECT="ARMv8"
|
||||||
|
@ -45,3 +45,6 @@
|
|||||||
|
|
||||||
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
|
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
|
||||||
KODIPLAYER_DRIVER="$OPENGLES"
|
KODIPLAYER_DRIVER="$OPENGLES"
|
||||||
|
|
||||||
|
# set the addon project
|
||||||
|
ADDON_PROJECT="ARMv7"
|
||||||
|
@ -39,3 +39,6 @@
|
|||||||
|
|
||||||
# KODI Player implementation to use
|
# KODI Player implementation to use
|
||||||
KODIPLAYER_DRIVER="$OPENGLES"
|
KODIPLAYER_DRIVER="$OPENGLES"
|
||||||
|
|
||||||
|
# set the addon project
|
||||||
|
ADDON_PROJECT="ARMv8"
|
||||||
|
@ -36,3 +36,6 @@
|
|||||||
|
|
||||||
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
|
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
|
||||||
KODIPLAYER_DRIVER="$OPENGLES"
|
KODIPLAYER_DRIVER="$OPENGLES"
|
||||||
|
|
||||||
|
# set the addon project
|
||||||
|
ADDON_PROJECT="ARMv8"
|
||||||
|
@ -61,6 +61,3 @@
|
|||||||
|
|
||||||
# debug tty path
|
# debug tty path
|
||||||
DEBUG_TTY="/dev/console"
|
DEBUG_TTY="/dev/console"
|
||||||
|
|
||||||
# set the addon project
|
|
||||||
ADDON_PROJECT="H3"
|
|
||||||
|
@ -91,4 +91,4 @@
|
|||||||
DEBUG_TTY="/dev/ttyAML0"
|
DEBUG_TTY="/dev/ttyAML0"
|
||||||
|
|
||||||
# set the addon project
|
# set the addon project
|
||||||
ADDON_PROJECT="AMLG12"
|
ADDON_PROJECT="ARMv8"
|
||||||
|
@ -68,3 +68,5 @@
|
|||||||
# build with installer (yes / no)
|
# build with installer (yes / no)
|
||||||
INSTALLER_SUPPORT="no"
|
INSTALLER_SUPPORT="no"
|
||||||
|
|
||||||
|
# set the addon project
|
||||||
|
ADDON_PROJECT="ARMv7"
|
||||||
|
@ -104,3 +104,6 @@
|
|||||||
|
|
||||||
# debug tty path
|
# debug tty path
|
||||||
DEBUG_TTY="/dev/ttyMSM0"
|
DEBUG_TTY="/dev/ttyMSM0"
|
||||||
|
|
||||||
|
# set the addon project
|
||||||
|
ADDON_PROJECT="ARMv8"
|
||||||
|
@ -29,3 +29,6 @@
|
|||||||
|
|
||||||
# kernel serial console
|
# kernel serial console
|
||||||
EXTRA_CMDLINE="console=uart8250,mmio32,0xff690000 console=tty0 coherent_pool=2M cec.debounce_ms=5000"
|
EXTRA_CMDLINE="console=uart8250,mmio32,0xff690000 console=tty0 coherent_pool=2M cec.debounce_ms=5000"
|
||||||
|
|
||||||
|
# set the addon project
|
||||||
|
ADDON_PROJECT="ARMv7"
|
||||||
|
@ -33,3 +33,6 @@
|
|||||||
if [ "$UBOOT_SYSTEM" != "box-trn9" ]; then
|
if [ "$UBOOT_SYSTEM" != "box-trn9" ]; then
|
||||||
EXTRA_CMDLINE="console=uart8250,mmio32,0xff130000 $EXTRA_CMDLINE"
|
EXTRA_CMDLINE="console=uart8250,mmio32,0xff130000 $EXTRA_CMDLINE"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# set the addon project
|
||||||
|
ADDON_PROJECT="ARMv8"
|
||||||
|
@ -30,3 +30,6 @@
|
|||||||
|
|
||||||
# kernel serial console
|
# kernel serial console
|
||||||
EXTRA_CMDLINE="console=uart8250,mmio32,0xff1a0000 console=tty0 coherent_pool=2M cec.debounce_ms=5000"
|
EXTRA_CMDLINE="console=uart8250,mmio32,0xff1a0000 console=tty0 coherent_pool=2M cec.debounce_ms=5000"
|
||||||
|
|
||||||
|
# set the addon project
|
||||||
|
ADDON_PROJECT="ARMv8"
|
||||||
|
@ -85,6 +85,3 @@
|
|||||||
|
|
||||||
# debug tty path
|
# debug tty path
|
||||||
DEBUG_TTY="/dev/ttyS2"
|
DEBUG_TTY="/dev/ttyS2"
|
||||||
|
|
||||||
# set the addon project
|
|
||||||
ADDON_PROJECT="H3"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user