linux (RPi): update to 4.19.126-f6b3ac2

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2020-06-03 19:53:45 +02:00
parent 6f5c5ad073
commit 4add9c2c4e

View File

@ -23,8 +23,8 @@ case "$LINUX" in
PKG_SOURCE_NAME="linux-$LINUX-$PKG_VERSION.tar.gz"
;;
raspberrypi)
PKG_VERSION="f0e620550b8b422fef4adcabb2d0e8e69f1fec75" # 4.19.122
PKG_SHA256="33601014b658e2257a51c9b474bd590f75193e11cf78ac200fa5e6dea0caf6d8"
PKG_VERSION="f6b3ac28f0a9137d4c24c0b8832e693bbd16f5b7" # 4.19.126
PKG_SHA256="89136a6021436f5cef0daf75aeb79a11975874a8aa636cd3701f224fe10853fb"
PKG_URL="https://github.com/raspberrypi/linux/archive/$PKG_VERSION.tar.gz"
PKG_SOURCE_NAME="linux-$LINUX-$PKG_VERSION.tar.gz"
;;