nanopct6(-lts): u-boot: enable BTRFS support

- CMD_BTRFS implies FS_BTRFS
This commit is contained in:
Ricardo Pardini 2025-10-31 12:57:15 +01:00 committed by Igor
parent 1d8b3865ee
commit 61edafa79d
1 changed files with 3 additions and 0 deletions

View File

@ -112,6 +112,9 @@ function post_config_uboot_target__extra_configs_for_nanopct6_mainline_environme
run_host_command_logged scripts/config --enable CMD_EFIDEBUG
run_host_command_logged scripts/config --enable CMD_NVEDIT_EFI
display_alert "u-boot for ${BOARD}/${BRANCH}" "u-boot: enable more filesystems support" "info"
run_host_command_logged scripts/config --enable CONFIG_CMD_BTRFS
display_alert "u-boot for ${BOARD}/${BRANCH}" "u-boot: enable more compression support" "info"
run_host_command_logged scripts/config --enable CONFIG_LZO
run_host_command_logged scripts/config --enable CONFIG_BZIP2