-
-
Couldn't load subscription status.
- Fork 2.7k
Open
Description
Summary
The alert message in armbian_kernel_config__disable_various_options function mentions debug but the function no longer toggles debug options after PR #8560.
Issue
Current alert message:
display_alert "Disabling module signing / debug / auto version" "armbian-kernel" "debug"
The mention of debug is inaccurate since this function doesn't disable debug-specific configurations.
Suggested Patch
-display_alert "Disabling module signing / debug / auto version" "armbian-kernel" "debug"
+display_alert "Disabling module signing and automatic versioning" "armbian-kernel" "debug"References
- Original discussion: armbian build machinery - allow kernel module compression. #8560
- Related PR: armbian build machinery - allow kernel module compression. #8560
/cc @leggewie @tabrisnet
Metadata
Metadata
Assignees
Labels
No labels