mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 17:20:30 +08:00
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
This commit is contained in:
parent
cccf44655a
commit
792f94d9e8
4
PKGBUILD
4
PKGBUILD
@ -130,9 +130,9 @@ for _variant in "${_variants[@]}"; do
|
|||||||
if [[ $_platform =~ ^.*-hdmi$ ]]; then
|
if [[ $_platform =~ ^.*-hdmi$ ]]; then
|
||||||
depends=(\"\${depends[@]}\")
|
depends=(\"\${depends[@]}\")
|
||||||
if [ $_board == rpi4 ]; then
|
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
|
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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user