Skip to content

Fix kernel version check for major > 5 and minor < 6 - #3

Open
its-luca wants to merge 1 commit into
batmac:masterfrom
its-luca:patch-1
Open

Fix kernel version check for major > 5 and minor < 6#3
its-luca wants to merge 1 commit into
batmac:masterfrom
its-luca:patch-1

Conversation

@its-luca

Copy link
Copy Markdown

This pull request updates the kernel version check logic in the Makefile to more accurately determine when to enable the -DHAVE_PROC_OPS compiler flag.

Build logic improvement:

  • Updated the version check in the Makefile to enable -DHAVE_PROC_OPS for kernel versions greater than 5, or exactly 5.6 and above, instead of only for 5.6 and above. This ensures compatibility with newer kernel versions.Previous version could reject kernels with major > 5 and minor <6

Previous version could reject kernels with major > 5 and minor <6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant