mirror of
https://github.com/xddxdd/nix-cachyos-kernel.git
synced 2026-07-03 11:08:07 +02:00
Try to fix HID_HAPTIC related linking error on LTS kernel
This commit is contained in:
parent
c8cb04ea37
commit
6d6ccb22d0
@ -124,6 +124,9 @@ lib.makeOverridable (
|
|||||||
OVERLAY_FS_XINO_AUTO = no;
|
OVERLAY_FS_XINO_AUTO = no;
|
||||||
OVERLAY_FS_METACOPY = no;
|
OVERLAY_FS_METACOPY = no;
|
||||||
OVERLAY_FS_DEBUG = no;
|
OVERLAY_FS_DEBUG = no;
|
||||||
|
|
||||||
|
# Fix HID_HAPTIC linking error
|
||||||
|
HID = yes;
|
||||||
})
|
})
|
||||||
|
|
||||||
# Apply CachyOS specific settings
|
# Apply CachyOS specific settings
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user