From 61edafa79d992fd219341072380de0e1ef4424e6 Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Fri, 31 Oct 2025 12:57:15 +0100 Subject: [PATCH] nanopct6(-lts): u-boot: enable BTRFS support - CMD_BTRFS implies FS_BTRFS --- config/boards/nanopct6.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/boards/nanopct6.conf b/config/boards/nanopct6.conf index 5e10ca526b..8a76634dcb 100644 --- a/config/boards/nanopct6.conf +++ b/config/boards/nanopct6.conf @@ -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