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