diff --git a/config/boards/odroidn2.conf b/config/boards/odroidn2.conf index 906e4990d2..8c1c1f4d25 100644 --- a/config/boards/odroidn2.conf +++ b/config/boards/odroidn2.conf @@ -10,6 +10,9 @@ FORCE_BOOTSCRIPT_UPDATE="yes" BOOT_LOGO="desktop" BOOTCONFIG="odroid-n2_defconfig" # For mainline uboot +# Enable btrfs support in u-boot +enable_extension "uboot-btrfs" + # Newer u-boot for the N2/N2+ BOOTBRANCH_BOARD="tag:v2026.01-rc2" BOOTPATCHDIR="v2026.01"