mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 17:20:30 +08:00
fixed kernel version
This commit is contained in:
parent
7e9ab7679a
commit
d3dc7809c5
2
PKGBUILD
2
PKGBUILD
@ -120,7 +120,7 @@ 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.51\" \"linux-raspberrypi4-headers=5.4.51\")
|
depends=(\"\${depends[@]}\" \"linux-raspberrypi4>=5.4.51\" \"linux-raspberrypi4-headers>=5.4.51\")
|
||||||
else
|
else
|
||||||
depends=(\"\${depends[@]}\" \"linux-raspberrypi=4.19.118-1\" \"linux-raspberrypi-headers=4.19.118-1\")
|
depends=(\"\${depends[@]}\" \"linux-raspberrypi=4.19.118-1\" \"linux-raspberrypi-headers=4.19.118-1\")
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user