From 792f94d9e8fcb7124fe3b292e6bc2a1339c6b464 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Sat, 3 Oct 2020 05:10:00 +0300 Subject: [PATCH] Linux 5.4.69 with some fixes For all boards: - https://github.com/raspberrypi/linux/issues/3870 - https://github.com/raspberrypi/linux/pull/3151 For zero: - https://github.com/raspberrypi/linux/issues/3602 --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index fcb1e52b..15b54b4d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -130,9 +130,9 @@ for _variant in "${_variants[@]}"; do if [[ $_platform =~ ^.*-hdmi$ ]]; then depends=(\"\${depends[@]}\") if [ $_board == rpi4 ]; then - depends=(\"\${depends[@]}\" \"linux-raspberrypi4>=5.4.65\" \"linux-raspberrypi4-headers>=5.4.65\") + depends=(\"\${depends[@]}\" \"linux-raspberrypi4>=5.4.69\" \"linux-raspberrypi4-headers>=5.4.69\") else - depends=(\"\${depends[@]}\" \"linux-raspberrypi>=5.4.65\" \"linux-raspberrypi-headers>=5.4.65\") + depends=(\"\${depends[@]}\" \"linux-raspberrypi>=5.4.69\" \"linux-raspberrypi-headers>=5.4.69\") fi fi