Disable APA for sid too

(https://github.com/armbian/build/pull/9164#issuecomment-3756552792)
This commit is contained in:
Igor Velkov 2026-01-16 01:16:30 +02:00 committed by tabrisnet
parent 976b7ae524
commit 0a52e654ad

View File

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