From 99a1b93078e43aefe07c76a535e92d4134571ef5 Mon Sep 17 00:00:00 2001 From: zador-blood-stained Date: Thu, 19 May 2016 15:01:55 +0300 Subject: [PATCH] Apply kernel compiler requirement for sun5i only for legacy kernel --- config/sources/sun5i.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/sources/sun5i.conf b/config/sources/sun5i.conf index 074c139335..4e67acc378 100644 --- a/config/sources/sun5i.conf +++ b/config/sources/sun5i.conf @@ -1,13 +1,12 @@ source "${BASH_SOURCE%/*}/sunxi_common.inc" -KERNEL_NEEDS_GCC='< 5.0' - case $BRANCH in default) LINUXKERNEL='https://github.com/linux-sunxi/linux-sunxi' KERNELBRANCH='sunxi-3.4' LINUXSOURCE='linux-sunxi' + KERNEL_NEEDS_GCC='< 5.0' ;; next)