From b34d7f13bf211d738fbc7424fcd6e2b9a2775ca6 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Wed, 23 Aug 2017 21:09:31 +0200 Subject: [PATCH] We need older compiler for this source. --- config/sources/meson64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sources/meson64.conf b/config/sources/meson64.conf index 308b94acf8..fcdc3a1760 100644 --- a/config/sources/meson64.conf +++ b/config/sources/meson64.conf @@ -28,7 +28,7 @@ case $BRANCH in KERNELBRANCH='branch:armbian' KERNELDIR='linux-meson64' - KERNEL_USE_GCC='> 7.0' + KERNEL_USE_GCC='< 6.0' ;; dev)