linux (RPi): update to 6.1.46-e89e765

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2023-08-23 18:59:36 +02:00
parent ea0b554a3e
commit 3b47d208d4

View File

@ -23,8 +23,8 @@ case "${LINUX}" in
PKG_PATCH_DIRS="default"
;;
raspberrypi)
PKG_VERSION="19a1b03529363945fbbb4b9160fe8645809a9dce" # 6.1.45
PKG_SHA256="d349aa0a032c251cd186316b48419125f306874ecfafaeb03d0e1804cfdfc980"
PKG_VERSION="e89e7655a197d28df49da2be7e2003436cf52197" # 6.1.46
PKG_SHA256="218fce5a15fbb4a475aaaa04487fb43b615d0c6d73297d9f8efcce8a1b2e6c8b"
PKG_URL="https://github.com/raspberrypi/linux/archive/${PKG_VERSION}.tar.gz"
PKG_SOURCE_NAME="linux-${LINUX}-${PKG_VERSION}.tar.gz"
;;