Skip to content

Commit

Permalink
Merge pull request #3323 from MilhouseVH/le90_linux41923-backport
Browse files Browse the repository at this point in the history
linux (RPi/Generic): update to 4.19.23 [backport]
  • Loading branch information
CvH authored Feb 20, 2019
2 parents b0bb9cc + 6ab10fd commit 4c10f98
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 12,890 deletions.
4 changes: 2 additions & 2 deletions packages/graphics/bcm2835-driver/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="bcm2835-driver"
PKG_VERSION="81cca1a9380c828299e884dba5efd0d4acb39e8d"
PKG_SHA256="1db684b2be246b755a086603caad99c7ac9721da5ac390099e681e07b7b84931"
PKG_VERSION="d095b96ac33de9eb4b95539cb3261f35a3c74509"
PKG_SHA256="f3d40adebe3dd0cb9a85e4c8b6dec864aedfaa9661e134f447655b2a33097c8c"
PKG_LICENSE="nonfree"
PKG_SITE="http://www.broadcom.com"
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
Expand Down
4 changes: 2 additions & 2 deletions packages/linux-firmware/brcmfmac_sdio-firmware-rpi/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="brcmfmac_sdio-firmware-rpi"
PKG_VERSION="8c1e2bff1da9850f68efcfff3da5d939ec27a2ee"
PKG_SHA256="155ebd5f08b819e0ce4e1950fcc972b2086cee3c16d36aba348beba1910c1fd2"
PKG_VERSION="cda3df85ecbf1bf3ed756bc7c3cbd6ef4cce7c1d"
PKG_SHA256="866006c141c4dfb0e75cad3ea6136653659bc95f966cb66f1a7cf1db6167ed4a"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/LibreELEC/LibreELEC.tv"
PKG_URL="https://github.com/LibreELEC/$PKG_NAME/archive/$PKG_VERSION.tar.gz"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ rt2561.bin
rt2561s.bin
rt2661.bin
rt2860.bin
rt3290.bin
ar3k/*.dfu
intel/dsp_fw_{bxtn,cnl,glk,kbl,release}.bin
intel/fw_sst_*.bin*
Expand Down
4 changes: 2 additions & 2 deletions packages/linux-firmware/kernel-firmware/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="kernel-firmware"
PKG_VERSION="0f22c8527439eaaf5c3fcf87b31c89445b6fa84d"
PKG_SHA256="ac8edc72ea744c2992dbdd231ccb385c60a0027f9796be468ba9104f22d76c62"
PKG_VERSION="28f5f7dc1f077ea37d663f70de4490844db0449d"
PKG_SHA256="422efa46f633acede2290ee4b53e07d1e2786e9b26d5cd0a7a5b8991c3763334"
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"
Expand Down

This file was deleted.

8 changes: 4 additions & 4 deletions packages/linux/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ case "$LINUX" in
PKG_SOURCE_NAME="linux-$LINUX-$PKG_VERSION.tar.gz"
;;
raspberrypi)
PKG_VERSION="5c4a6441f890845472a698e35c8df995804e06e2" # 4.19.17
PKG_SHA256="58eac16e603edfd106993ae057bcc13adf3f8ffce609172f404144696edd7221"
PKG_VERSION="0a7f6900636f7c5a027124fe3388c928f1769c52" # 4.19.23
PKG_SHA256="937cbaa16d33260148c405f984a9c44bac0e62c5028249a00b2a3ca01605ba91"
PKG_URL="https://github.com/raspberrypi/linux/archive/$PKG_VERSION.tar.gz"
PKG_SOURCE_NAME="linux-$LINUX-$PKG_VERSION.tar.gz"
;;
*)
PKG_VERSION="4.19.17"
PKG_SHA256="872d92a17a2d252ccd6334503bc8f67eebceeb99cb822a77f5c72b936f2ccb59"
PKG_VERSION="4.19.23"
PKG_SHA256="2d9b25678aac7f3f109c52e6266fb6ee89cc424b597518a2875874bacb8f130a"
PKG_URL="https://www.kernel.org/pub/linux/kernel/v4.x/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_PATCH_DIRS="default"
;;
Expand Down
4 changes: 2 additions & 2 deletions packages/tools/bcm2835-bootloader/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="bcm2835-bootloader"
PKG_VERSION="81cca1a9380c828299e884dba5efd0d4acb39e8d"
PKG_SHA256="7e3a31c795748e9ddee97f8c14a74dc2feb208e268f0f6cfba62425af1658b45"
PKG_VERSION="d095b96ac33de9eb4b95539cb3261f35a3c74509"
PKG_SHA256="45fc65720e5792813a3c29ddab9da32d821020fae3b9076eecb184c73c6866d0"
PKG_ARCH="arm"
PKG_LICENSE="nonfree"
PKG_SITE="http://www.broadcom.com"
Expand Down
4 changes: 3 additions & 1 deletion projects/RPi/devices/RPi/linux/linux.arm.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 4.19.16 Kernel Configuration
# Linux/arm 4.19.20 Kernel Configuration
#

#
Expand Down Expand Up @@ -3184,6 +3184,8 @@ CONFIG_SND_SOC_I2C_AND_SPI=m
CONFIG_SND_SOC_ARIZONA=m
CONFIG_SND_SOC_WM_ADSP=m
# CONFIG_SND_SOC_AC97_CODEC is not set
# CONFIG_SND_SOC_AD193X_SPI is not set
# CONFIG_SND_SOC_AD193X_I2C is not set
CONFIG_SND_SOC_ADAU1701=m
# CONFIG_SND_SOC_ADAU1761_I2C is not set
# CONFIG_SND_SOC_ADAU1761_SPI is not set
Expand Down
4 changes: 3 additions & 1 deletion projects/RPi/devices/RPi2/linux/linux.arm.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 4.19.16 Kernel Configuration
# Linux/arm 4.19.20 Kernel Configuration
#

#
Expand Down Expand Up @@ -3299,6 +3299,8 @@ CONFIG_SND_SOC_I2C_AND_SPI=m
CONFIG_SND_SOC_ARIZONA=m
CONFIG_SND_SOC_WM_ADSP=m
# CONFIG_SND_SOC_AC97_CODEC is not set
# CONFIG_SND_SOC_AD193X_SPI is not set
# CONFIG_SND_SOC_AD193X_I2C is not set
CONFIG_SND_SOC_ADAU1701=m
# CONFIG_SND_SOC_ADAU1761_I2C is not set
# CONFIG_SND_SOC_ADAU1761_SPI is not set
Expand Down

0 comments on commit 4c10f98

Please sign in to comment.