linux (RPi): update to 5.15-2a6b02b

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2021-11-05 14:23:55 +01:00
parent 81bf778533
commit 848db31c6f

View File

@ -22,8 +22,8 @@ case "${LINUX}" in
PKG_SOURCE_NAME="linux-${LINUX}-${PKG_VERSION}.tar.gz"
;;
raspberrypi)
PKG_VERSION="581049d718caf95f5feb00607ac748d5841cf27c" # 5.10.76
PKG_SHA256="62ba9db3d534d18ad118a980330376624231abd38a7fe4bbe718164fa6486259"
PKG_VERSION="2a6b02b9236b85963dc6d25134bd3c6b0b960f10" # 5.15
PKG_SHA256="66220110e13649ae612651daf78a5a18cb07ba0d0b5ded05cae809ed2f7289a8"
PKG_URL="https://github.com/raspberrypi/linux/archive/${PKG_VERSION}.tar.gz"
PKG_SOURCE_NAME="linux-${LINUX}-${PKG_VERSION}.tar.gz"
;;