diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-15 23:07:51 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-15 23:08:36 +0200 |
commit | fb1227583603bc6fefbdac5c1b1bf81cdf737d65 (patch) | |
tree | a5bc6785527cf8bdc19e7ea5b27ceadae366edf5 /target/linux/Config.in.kernelversion | |
parent | fc597779adafc38a94c55798e42c11df610b7d4d (diff) |
allow to build nds32 toolchain with old kernel
Diffstat (limited to 'target/linux/Config.in.kernelversion')
-rw-r--r-- | target/linux/Config.in.kernelversion | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/Config.in.kernelversion b/target/linux/Config.in.kernelversion index 7aa58467f..8ee00c734 100644 --- a/target/linux/Config.in.kernelversion +++ b/target/linux/Config.in.kernelversion @@ -7,6 +7,7 @@ config ADK_TARGET_LINUX_KERNEL_NEW choice prompt "Linux Kernel version" if !ADK_TARGET_CHOOSE_ARCH depends on ADK_TARGET_OS_LINUX +default ADK_TARGET_LINUX_KERNEL_VERSION_3_10_NDS32 if ADK_TARGET_ARCH_NDS32 default ADK_TARGET_LINUX_KERNEL_VERSION_GIT if ADK_TARGET_BOARD_BCM28XX default ADK_TARGET_LINUX_KERNEL_VERSION_GIT if ADK_TARGET_SYSTEM_SOLIDRUN_CLEARFOG default ADK_TARGET_LINUX_KERNEL_VERSION_GIT if ADK_TARGET_SYSTEM_KINETIS_K70 |