linux (RPi): update to 5.10.43-9eba214

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2021-06-16 21:28:56 +02:00
parent b38946e883
commit 919d317795

View File

@ -22,8 +22,8 @@ case "${LINUX}" in
PKG_SOURCE_NAME="linux-${LINUX}-${PKG_VERSION}.tar.gz"
;;
raspberrypi)
PKG_VERSION="86b1bed34352428d0826dff892b3ac06a9016cef" # 5.10.43
PKG_SHA256="b7432a3a0b3b1543dd3b68fdbf1b68adc2db4bf4b9c8f42b3df88ba5efd25f35"
PKG_VERSION="9eba2146c8991d0ef8a9dfc5c82faa1ce997e4f0" # 5.10.43
PKG_SHA256="226a730d5c573587aceb994eed552e683f7620150365659c3e8a986ed46e0335"
PKG_URL="https://github.com/raspberrypi/linux/archive/${PKG_VERSION}.tar.gz"
PKG_SOURCE_NAME="linux-${LINUX}-${PKG_VERSION}.tar.gz"
;;