Skip to content

Commit e4c3969

Browse files
committed
Disable ATF for sid too
(armbian#9164 (comment))
1 parent 46b97be commit e4c3969

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/functions/configuration/main-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ function do_main_configuration() {
322322

323323
# enable APA extension for Debian Unstable release
324324
# loong64 is not supported now
325-
[ "$RELEASE" = "sid" ] && [ "$ARCH" != "loong64" ] && enable_extension "apa"
325+
# [ "$RELEASE" = "sid" ] && [ "$ARCH" != "loong64" ] && enable_extension "apa"
326326

327327
## Extensions: at this point we've sourced all the config files that will be used,
328328
## and (hopefully) not yet invoked any extension methods. So this is the perfect

0 commit comments

Comments
 (0)