From 4cc12701e7fd656913d4965ce294b92c86f5463f Mon Sep 17 00:00:00 2001 From: tabris Date: Wed, 7 Jan 2026 08:43:20 -0500 Subject: [PATCH] framework - update comments around armbian_kernel_config__enable_various_filesystems to use extension_hook_opt_out --- lib/functions/compilation/armbian-kernel.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/functions/compilation/armbian-kernel.sh b/lib/functions/compilation/armbian-kernel.sh index da167a9032..7fbf93518a 100644 --- a/lib/functions/compilation/armbian-kernel.sh +++ b/lib/functions/compilation/armbian-kernel.sh @@ -350,7 +350,8 @@ function armbian_kernel_config__select_nftables() { # Enables various filesystems that we expect our users to need/demand in boot dependencies. # OVERLAY_FS isn't here b/c it's never required for boot [that this author is aware of as of 2026Jan] -# if you as a kernel family maintainer want to override this, unset -f armbian_kernel_config__enable_various_filesystems +# if you as a kernel family maintainer want to override this, make a function call like below: +# extension_hook_opt_out "armbian_kernel_config__enable_various_filesystems" # and then copy this function to your config/sources/families modified as appropriate. function armbian_kernel_config__enable_various_filesystems() { opts_m+=("BTRFS_FS") # Enables the BTRFS file system support