From d5b747dc2506c3a4cc0b94868770466b6913c1a7 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 28 Oct 2021 11:35:17 +0200 Subject: raspberry-pi: use 5.4.x kernel --- target/config/Config.in.compiler | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/config/Config.in.compiler') diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 648fc87c0..e8146fe3b 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -33,13 +33,14 @@ config ADK_TOOLCHAIN_GCC_11 bool "11.2.0" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_METAG - depends on !ADK_TARGET_ARCH_NDS32 + depends on !ADK_TARGET_CPU_ARM_CORTEX_A53 config ADK_TOOLCHAIN_GCC_10 bool "10.3.0" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_METAG depends on !ADK_TARGET_ARCH_NDS32 + depends on !ADK_TARGET_CPU_ARM_CORTEX_A53 config ADK_TOOLCHAIN_GCC_9 bool "9.4.0" -- cgit v1.2.3