mirror of https://github.com/armbian/build.git
nanopct6(-lts): u-boot: enable BTRFS support
- CMD_BTRFS implies FS_BTRFS
This commit is contained in:
parent
1d8b3865ee
commit
61edafa79d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue