Disable AUFS for 5.6

Its not ready yet

Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
This commit is contained in:
Igor Pecovnik 2020-04-03 23:56:14 +02:00
parent 6cd31be57e
commit debb8f3eb6
No known key found for this signature in database
GPG Key ID: 93D6889F9F0E78D5

View File

@ -85,7 +85,7 @@ compilation_prepare()
#
# Older versions have AUFS support with a patch
if linux-version compare $version ge 5.1 && [ "$AUFS" == yes ]; then
if linux-version compare $version ge 5.1 && linux-version compare $version le 5.6 && [ "$AUFS" == yes ]; then
# attach to specifics tag or branch
local aufstag=$(echo ${version} | cut -f 1-2 -d ".")