mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-09 00:00:17 +03:00
Update dkms.conf.in
Use BUILD_EXCLUSIVE_KERNEL to match against kernels 6.16-6.99 as kernels older than 6.16 are currently not supported
This commit is contained in:
parent
4fa32ae515
commit
e96b1f7061
@ -5,3 +5,5 @@ AUTOINSTALL=yes
|
||||
BUILT_MODULE_NAME[0]="bcachefs"
|
||||
BUILT_MODULE_LOCATION[0]="src/fs/bcachefs"
|
||||
DEST_MODULE_LOCATION[0]="/kernel/fs/bcachefs"
|
||||
# Regex matches 6.16-6.99.9
|
||||
BUILD_EXCLUSIVE_KERNEL="^(6\.(1[6-9]|[2-9][0-9])|[7-9]\d*)\."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user