summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.compiler8
-rw-r--r--target/linux/Config.in.kernelversion5
2 files changed, 11 insertions, 2 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler
index 74d56eb18..d00836b0a 100644
--- a/target/config/Config.in.compiler
+++ b/target/config/Config.in.compiler
@@ -44,6 +44,14 @@ config ADK_TOOLCHAIN_GCC_GIT
depends on !ADK_TARGET_ARCH_NDS32
depends on !ADK_TARGET_ARCH_OR1K
+config ADK_TOOLCHAIN_GCC_9
+ bool "9.2.0"
+ depends on !ADK_TARGET_ARCH_ARC
+ depends on !ADK_TARGET_ARCH_AVR32
+ depends on !ADK_TARGET_ARCH_CSKY
+ depends on !ADK_TARGET_ARCH_METAG
+ depends on !ADK_TARGET_ARCH_NDS32
+
config ADK_TOOLCHAIN_GCC_8
bool "8.3.0"
depends on !ADK_TARGET_ARCH_ARC
diff --git a/target/linux/Config.in.kernelversion b/target/linux/Config.in.kernelversion
index dee0b6977..adec9d2d8 100644
--- a/target/linux/Config.in.kernelversion
+++ b/target/linux/Config.in.kernelversion
@@ -34,7 +34,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_GIT
select ADK_TARGET_LINUX_KERNEL_IMAGE if ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK
config ADK_TARGET_LINUX_KERNEL_VERSION_4_19
- bool "4.19.55"
+ bool "4.19.71"
select ADK_TARGET_LINUX_KERNEL_NEW
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_CRIS
@@ -44,7 +44,8 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_4_19
depends on !ADK_TARGET_ARCH_RISCV64
config ADK_TARGET_LINUX_KERNEL_VERSION_4_14
- bool "4.14.129"
+ bool "4.14.142"
+ select ADK_TARGET_LINUX_KERNEL_NEW
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_CRIS
depends on !ADK_TARGET_ARCH_CSKY