extensions: add uboot-btrfs extension to add btrfs support in u-boot

This commit is contained in:
Rolf Leggewie 2025-11-30 20:25:14 +08:00
parent be41a6180f
commit 42851ab469
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# Enable BTRFS support in u-boot
function post_config_uboot_target__enable_uboot_btrfs_support() {
display_alert "u-boot for ${BOARD}/${BRANCH}" "u-boot: enable BTRFS filesystem support" "info"
run_host_command_logged scripts/config --enable CONFIG_CMD_BTRFS
}