From ae82ca9cc58a61331b6c59368b772dfed9145365 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Mon, 1 Dec 2025 04:06:05 +0800 Subject: [PATCH] Helios4: enable uboot-btrfs extension --- config/boards/helios4.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/boards/helios4.conf b/config/boards/helios4.conf index f56eebdcfa..790f51c69f 100644 --- a/config/boards/helios4.conf +++ b/config/boards/helios4.conf @@ -11,6 +11,9 @@ FORCE_BOOTSCRIPT_UPDATE="yes" KERNEL_TARGET="current,edge" KERNEL_TEST_TARGET="current" +# Enable btrfs support in u-boot +enable_extension "uboot-btrfs" + function post_family_config__helios4_extra_packages() { add_packages_to_image "fancontrol" add_packages_to_image "ethtool"