mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 17:20:30 +08:00
5.4.51 kernel for rpi4
This commit is contained in:
parent
6bd4fc769f
commit
e01ff66ff1
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=4.19.118-1\" \"linux-raspberrypi4-headers=4.19.118-1\")
|
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
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# https://unix.stackexchange.com/questions/66901/how-to-bind-usb-device-under-a-static-name
|
# https://unix.stackexchange.com/questions/66901/how-to-bind-usb-device-under-a-static-name
|
||||||
# https://wiki.archlinux.org/index.php/Udev#Setting_static_device_names
|
# https://wiki.archlinux.org/index.php/Udev#Setting_static_device_names
|
||||||
KERNEL=="video[0-9]*", SUBSYSTEM=="video4linux", KERNELS=="fe801000.csi|fe801000.csi1", GROUP="kvmd", SYMLINK+="kvmd-video", TAG+="systemd"
|
KERNEL=="video[0-9]*", SUBSYSTEM=="video4linux", KERNELS=="fe801000.csi|fe801000.csi1", ATTR{name}=="unicam-image", GROUP="kvmd", SYMLINK+="kvmd-video", TAG+="systemd"
|
||||||
KERNEL=="hidg0", GROUP="kvmd", SYMLINK+="kvmd-hid-keyboard"
|
KERNEL=="hidg0", GROUP="kvmd", SYMLINK+="kvmd-hid-keyboard"
|
||||||
KERNEL=="hidg1", GROUP="kvmd", SYMLINK+="kvmd-hid-mouse"
|
KERNEL=="hidg1", GROUP="kvmd", SYMLINK+="kvmd-hid-mouse"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user