mirror of
https://github.com/armbian/build.git
synced 2026-01-06 09:58:46 -08:00
extensions: add uboot-btrfs extension to add btrfs support in u-boot
This commit is contained in:
6
extensions/uboot-btrfs.sh
Normal file
6
extensions/uboot-btrfs.sh
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user