diff options
author | Devaev Maxim <[email protected]> | 2020-10-03 05:10:00 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-10-03 05:10:00 +0300 |
commit | 792f94d9e8fcb7124fe3b292e6bc2a1339c6b464 (patch) | |
tree | 0ac53e21cacc07a66d057c0ef7e423435289c91e | |
parent | cccf44655aadc80d2d535033951e7af9ac65a271 (diff) |
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
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |