Enable AUFS on 6.1.y (#4632)

This commit is contained in:
Igor Pečovnik 2022-12-31 15:08:38 +01:00 committed by GitHub
parent ab82ebac78
commit b120ddaed0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -173,7 +173,7 @@ compilation_prepare() {
#
# Older versions have AUFS support with a patch
if linux-version compare "${version}" gt 5.11 && linux-version compare "${version}" lt 6.1 && [ "$AUFS" == yes ]; then
if linux-version compare "${version}" gt 5.11 && linux-version compare "${version}" lt 6.2 && [ "$AUFS" == yes ]; then
# attach to specifics tag or branch
local aufstag