Apply kernel compiler requirement for sun5i only for legacy kernel
This commit is contained in:
parent
81c36d87df
commit
99a1b93078
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user