mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
Merge pull request #4466 from chewitt/misc-bits
Linux Kernel, Settings and some minor bits
This commit is contained in:
commit
74156da7dc
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="kernel-firmware"
|
||||
PKG_VERSION="20200421"
|
||||
PKG_SHA256="83554e7ebaae4f8cc812fa061b77c9ef93962dea0973149c98c755a1d34910c5"
|
||||
PKG_VERSION="20200619"
|
||||
PKG_SHA256="95e2b0f9eba189bd571294da32c81360f290b8b737790d8a14562095238d9be4"
|
||||
PKG_LICENSE="other"
|
||||
PKG_SITE="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/"
|
||||
PKG_URL="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/$PKG_VERSION.tar.gz"
|
||||
|
@ -29,8 +29,8 @@ case "$LINUX" in
|
||||
PKG_SOURCE_NAME="linux-$LINUX-$PKG_VERSION.tar.gz"
|
||||
;;
|
||||
*)
|
||||
PKG_VERSION="5.7.2"
|
||||
PKG_SHA256="6065ae820e2d52a77a549ef97444c36adf7ab2969b294460256f028b4eed7909"
|
||||
PKG_VERSION="5.7.6"
|
||||
PKG_SHA256="9fd4c93dc6df53efa904134aa2ede6100f7453c11383490dd32ebbed84f610e6"
|
||||
PKG_URL="https://www.kernel.org/pub/linux/kernel/v5.x/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||
PKG_PATCH_DIRS="default"
|
||||
;;
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="LibreELEC-settings"
|
||||
PKG_VERSION="7b5ef62bd17a2357fbdd43aa543194ab4f4beee5"
|
||||
PKG_SHA256="24b7879e67edc4d6ba41d0d243414a176770753293f2da9d5d659678572d47d1"
|
||||
PKG_VERSION="0e4d438be4471d61ada0f618355afeb205568515"
|
||||
PKG_SHA256="ddc3452a900d915b72325384ef9fd2bbbca706708411b65f2644a83277010b16"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://libreelec.tv"
|
||||
PKG_URL="https://github.com/LibreELEC/service.libreelec.settings/archive/$PKG_VERSION.tar.gz"
|
||||
|
@ -1,4 +1,4 @@
|
||||
<advancedsettings>
|
||||
<advancedsettings version="1.0">
|
||||
<cputempcommand>/usr/bin/cputemp</cputempcommand>
|
||||
<gputempcommand>/usr/bin/gputemp</gputempcommand>
|
||||
|
||||
|
@ -13,6 +13,7 @@ Pause p
|
||||
Screenshot s
|
||||
Skin Debug t
|
||||
Stop x
|
||||
Mute m
|
||||
Volume Down -
|
||||
Volume Up +
|
||||
Back Backspace
|
||||
@ -36,6 +37,7 @@ while true; do
|
||||
d) com "PlayerDebug";;
|
||||
f) com "FullScreen";;
|
||||
i) com "Info";;
|
||||
m) com "Mute";;
|
||||
o) com "CodecInfo";;
|
||||
p) com "Pause";;
|
||||
s) com "TakeScreenshot";;
|
||||
|
@ -9,8 +9,7 @@
|
||||
# (at your option) any later version.
|
||||
|
||||
[Unit]
|
||||
Description=Wait For Kernel Time Synchronized
|
||||
|
||||
Description=Wait for Kernel Time Synchronisation
|
||||
ConditionVirtualization=!container
|
||||
|
||||
DefaultDependencies=no
|
||||
|
Loading…
x
Reference in New Issue
Block a user