From 0a52e654adc589b775ec54dcbe8fc89c8ee12d2c Mon Sep 17 00:00:00 2001 From: Igor Velkov <325961+iav@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:16:30 +0200 Subject: [PATCH] Disable APA for sid too (https://github.com/armbian/build/pull/9164#issuecomment-3756552792) --- lib/functions/configuration/main-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions/configuration/main-config.sh b/lib/functions/configuration/main-config.sh index 66482c64b4..a65297cec7 100644 --- a/lib/functions/configuration/main-config.sh +++ b/lib/functions/configuration/main-config.sh @@ -322,7 +322,7 @@ function do_main_configuration() { # enable APA extension for Debian Unstable release # loong64 is not supported now - [ "$RELEASE" = "sid" ] && [ "$ARCH" != "loong64" ] && enable_extension "apa" + # [ "$RELEASE" = "sid" ] && [ "$ARCH" != "loong64" ] && enable_extension "apa" ## Extensions: at this point we've sourced all the config files that will be used, ## and (hopefully) not yet invoked any extension methods. So this is the perfect