Skip to content

Commit

Permalink
Linux 5.4.69 with some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevaev committed Oct 3, 2020
1 parent cccf446 commit 792f94d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 792f94d

Please sign in to comment.