mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Enable AUFS on 6.1.y (#4632)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user