mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
lib / main-config.sh: enable APA extension for sid Release builds
This commit is contained in:
@@ -319,6 +319,9 @@ function do_main_configuration() {
|
||||
;;
|
||||
esac
|
||||
|
||||
# enable APA extension for Debian Unstable release
|
||||
[ "$RELEASE" = "sid" ] && 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
|
||||
## place to initialize the extension manager. It will create functions
|
||||
|
||||
Reference in New Issue
Block a user