linux (RPi): update to 6.1.14-0c9bfdb

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2023-03-02 14:51:01 +01:00
parent d7d581451a
commit a720cd39f5

View File

@ -23,8 +23,8 @@ case "${LINUX}" in
PKG_PATCH_DIRS="default"
;;
raspberrypi)
PKG_VERSION="4161eac00a3c1c2e756e0210005080bc90494577" # 6.1.13
PKG_SHA256="a8bcfcf1b9fafb7f99781f40fb334c6afffcc9c90fa034ff8e50a8c9e40442e6"
PKG_VERSION="0c9bfdb7d67b1b81079d14f17a50fc1a35242c85" # 6.1.14
PKG_SHA256="f85e20a4b4c9f5a67101264b5f7af7a2d14ee4bcfb3f1ec07c73f518b9daadbb"
PKG_URL="https://github.com/raspberrypi/linux/archive/${PKG_VERSION}.tar.gz"
PKG_SOURCE_NAME="linux-${LINUX}-${PKG_VERSION}.tar.gz"
;;