mirror of
https://github.com/armbian/build.git
synced 2026-01-06 09:58:46 -08:00
lib / main-config.sh: enable APA extension for questing and resolute builds. Closes: #8966
This commit is contained in:
@@ -321,9 +321,10 @@ function do_main_configuration() {
|
||||
;;
|
||||
esac
|
||||
|
||||
# enable APA extension for Debian Unstable release
|
||||
# loong64 is not supported now
|
||||
[ "$RELEASE" = "sid" ] && [ "$ARCH" != "loong64" ] && enable_extension "apa"
|
||||
# enable APA extension for latest Ubuntu and Debian releases
|
||||
# FIXME: drop this paragraph when APA becomes the default
|
||||
# FIXME: loong64 is not supported now
|
||||
[[ "$RELEASE" =~ ^(sid|questing|resolute)$ ]] && [[ "$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
|
||||
|
||||
Reference in New Issue
Block a user