diff --git a/dkms.conf b/dkms.conf index aa66661..222d92d 100644 --- a/dkms.conf +++ b/dkms.conf @@ -1,7 +1,7 @@ PACKAGE_NAME="cm4io-fan" PACKAGE_VERSION="0.2.0" -# allow anything 5.10 thru 5.99, which should be fine... -BUILD_EXCLUSIVE_KERNEL="^5\.([1-9][0-9])\..*" +# allow anything 5.10 thru 5.99, and 6 which should be fine... +BUILD_EXCLUSIVE_KERNEL="^((5\.([1-9][0-9])\.)|(6\.)).*" MAKE="make" CLEAN="make clean"