Merge pull request #4466 from chewitt/misc-bits

Linux Kernel, Settings and some minor bits
This commit is contained in:
CvH 2020-07-01 11:48:48 +02:00 committed by GitHub
commit 74156da7dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 9 deletions

View File

@ -2,8 +2,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="kernel-firmware" PKG_NAME="kernel-firmware"
PKG_VERSION="20200421" PKG_VERSION="20200619"
PKG_SHA256="83554e7ebaae4f8cc812fa061b77c9ef93962dea0973149c98c755a1d34910c5" PKG_SHA256="95e2b0f9eba189bd571294da32c81360f290b8b737790d8a14562095238d9be4"
PKG_LICENSE="other" PKG_LICENSE="other"
PKG_SITE="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/" 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" PKG_URL="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/$PKG_VERSION.tar.gz"

View File

@ -29,8 +29,8 @@ case "$LINUX" in
PKG_SOURCE_NAME="linux-$LINUX-$PKG_VERSION.tar.gz" PKG_SOURCE_NAME="linux-$LINUX-$PKG_VERSION.tar.gz"
;; ;;
*) *)
PKG_VERSION="5.7.2" PKG_VERSION="5.7.6"
PKG_SHA256="6065ae820e2d52a77a549ef97444c36adf7ab2969b294460256f028b4eed7909" PKG_SHA256="9fd4c93dc6df53efa904134aa2ede6100f7453c11383490dd32ebbed84f610e6"
PKG_URL="https://www.kernel.org/pub/linux/kernel/v5.x/$PKG_NAME-$PKG_VERSION.tar.xz" PKG_URL="https://www.kernel.org/pub/linux/kernel/v5.x/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_PATCH_DIRS="default" PKG_PATCH_DIRS="default"
;; ;;

View File

@ -3,8 +3,8 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="LibreELEC-settings" PKG_NAME="LibreELEC-settings"
PKG_VERSION="7b5ef62bd17a2357fbdd43aa543194ab4f4beee5" PKG_VERSION="0e4d438be4471d61ada0f618355afeb205568515"
PKG_SHA256="24b7879e67edc4d6ba41d0d243414a176770753293f2da9d5d659678572d47d1" PKG_SHA256="ddc3452a900d915b72325384ef9fd2bbbca706708411b65f2644a83277010b16"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://libreelec.tv" PKG_SITE="https://libreelec.tv"
PKG_URL="https://github.com/LibreELEC/service.libreelec.settings/archive/$PKG_VERSION.tar.gz" PKG_URL="https://github.com/LibreELEC/service.libreelec.settings/archive/$PKG_VERSION.tar.gz"

View File

@ -1,4 +1,4 @@
<advancedsettings> <advancedsettings version="1.0">
<cputempcommand>/usr/bin/cputemp</cputempcommand> <cputempcommand>/usr/bin/cputemp</cputempcommand>
<gputempcommand>/usr/bin/gputemp</gputempcommand> <gputempcommand>/usr/bin/gputemp</gputempcommand>

View File

@ -13,6 +13,7 @@ Pause p
Screenshot s Screenshot s
Skin Debug t Skin Debug t
Stop x Stop x
Mute m
Volume Down - Volume Down -
Volume Up + Volume Up +
Back Backspace Back Backspace
@ -36,6 +37,7 @@ while true; do
d) com "PlayerDebug";; d) com "PlayerDebug";;
f) com "FullScreen";; f) com "FullScreen";;
i) com "Info";; i) com "Info";;
m) com "Mute";;
o) com "CodecInfo";; o) com "CodecInfo";;
p) com "Pause";; p) com "Pause";;
s) com "TakeScreenshot";; s) com "TakeScreenshot";;

View File

@ -9,8 +9,7 @@
# (at your option) any later version. # (at your option) any later version.
[Unit] [Unit]
Description=Wait For Kernel Time Synchronized Description=Wait for Kernel Time Synchronisation
ConditionVirtualization=!container ConditionVirtualization=!container
DefaultDependencies=no DefaultDependencies=no