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:
Krzysztof Hajdamowicz 2025-09-19 08:34:11 +02:00 committed by GitHub
parent 4fa32ae515
commit e96b1f7061
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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*)\."