linux (RPi): update to 5.4.45-d00cdd8

PCI fix and firmware clock changes

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2020-06-12 11:08:29 +02:00
parent 24db41f171
commit 438aeae0a2

View File

@ -23,8 +23,8 @@ case "$LINUX" in
PKG_PATCH_DIRS="amlogic"
;;
raspberrypi)
PKG_VERSION="9be502dfddaaa8f33790a7293900f8916c883944" # 5.4.45
PKG_SHA256="a55143be4c8c19109e71bd4f3fb5d246763b8f13cbb621c030da610088b3b1ba"
PKG_VERSION="d00cdd80abb2a8c201cae2f6bd80e27eb2f7d347" # 5.4.45
PKG_SHA256="4c6e5c458dfd07c8557afaedb54ad037f8d35c741f297a1b92ed796c69dec9de"
PKG_URL="https://github.com/raspberrypi/linux/archive/$PKG_VERSION.tar.gz"
PKG_SOURCE_NAME="linux-$LINUX-$PKG_VERSION.tar.gz"
;;