Skip to content

Commit 26c68ba

Browse files
committed
fix: drop premature kernel 8.x, quote WOLFSSL_ROOT, fix regex
- Remove kernel 8.x from BUILD_EXCLUSIVE_KERNEL (doesn't exist yet) - Quote WOLFSSL_ROOT expansion for paths with spaces - Add trailing \. to 3.1x regex branch for consistency
1 parent 8521b09 commit 26c68ba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

kernel-src/dkms.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ AUTOINSTALL=yes
55
BUILT_MODULE_NAME="wolfguard"
66
DEST_MODULE_LOCATION="/wolfssl"
77

8-
MAKE="make -j WOLFSSL_ROOT=${WOLFSSL_ROOT:-/usr/src/wolfssl} module"
8+
MAKE="make -j WOLFSSL_ROOT='${WOLFSSL_ROOT:-/usr/src/wolfssl}' module"
99

10-
# requires kernel 3.10 - 8.x, inclusive:
11-
BUILD_EXCLUSIVE_KERNEL="^(([87654]\.)|(3\.1[0-9]))"
10+
# requires kernel 3.10 - 7.x, inclusive:
11+
BUILD_EXCLUSIVE_KERNEL="^(([7654]\.)|(3\.1[0-9]\.))"

0 commit comments

Comments
 (0)