kernel build machinery - allow BTRFS to be built as module

This commit is contained in:
tabris
2025-08-30 01:00:15 -04:00
committed by Rolf Leggewie
parent 0ad640d182
commit 3fc39c409e

View File

@@ -205,7 +205,7 @@ function armbian_kernel_config__enable_zram_support() {
function armbian_kernel_config__enable_docker_support() {
kernel_config_modifying_hashes+=("CONFIG_DOCKER=y")
if [[ -f .config ]]; then
kernel_config_set_y BTRFS_FS # Enables the BTRFS file system support
kernel_config_set_m BTRFS_FS # Enables the BTRFS file system support
kernel_config_set_y BTRFS_FS_POSIX_ACL # Enables POSIX ACL support for BTRFS
kernel_config_set_y BLK_CGROUP # Enables block layer control groups (cgroups)
kernel_config_set_y BLK_DEV_THROTTLING # Enables block device IO throttling