ODroid-N2: enable btrfs support in u-boot

This commit is contained in:
Rolf Leggewie 2025-11-30 20:30:31 +08:00
parent 94533e961d
commit 5408ecf410

View File

@ -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"