batman-adv: drop kmod-lib-crc32c on newer kernels#1162
Merged
simonwunderlich merged 1 commit intoopenwrt:masterfrom Mar 30, 2026
Merged
batman-adv: drop kmod-lib-crc32c on newer kernels#1162simonwunderlich merged 1 commit intoopenwrt:masterfrom
simonwunderlich merged 1 commit intoopenwrt:masterfrom
Conversation
This patch makes the dependency on kmod-lib-crc32c for the batman-adv package conditional: it is only required for Linux kernel 6.12. For kernel 6.18 and newer, the dependency is no longer needed. This prevents installing unnecessary modules on newer kernels. Signed-off-by: Mieczyslaw Nalewaj <namiltd@poczta.onet.pl>
This was referenced Mar 3, 2026
Contributor
Author
|
Ping @PolynomialDivision |
Member
Contributor
|
no, it is @simonwunderlich |
ecsv
approved these changes
Mar 30, 2026
Contributor
ecsv
left a comment
There was a problem hiding this comment.
it is only required for Linux kernel 6.12. For kernel 6.18 and newer, the dependency is no longer needed. This prevents installing unnecessary modules on newer kernels.
To be more factual correct: The CONFIG_LIBCRC32C dependency is gone since Linux v6.15-rc2. batman-adv is since then only depending on CONFIG_CRC32 - which is activated automatically by the generic kernel configuration.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This patch makes the dependency on kmod-lib-crc32c for the batman-adv package conditional: it is only required for Linux kernel 6.12. For kernel 6.18 and newer, the dependency is no longer needed. This prevents installing unnecessary modules on newer kernels.