diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-12 14:29:31 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-12 14:29:31 +0100 |
commit | 2e7d4d1f28cfa4a9bfc4d57a08f63654586a798b (patch) | |
tree | 7c92189db1d137d6574bbb3b796f4c4aa0e1dd86 /target | |
parent | 1da9da140ef0c84c763cee7139d0581dbc5a43ee (diff) |
sparc: we need at least 4.2.x, 4.1 is broken
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.kernelversion | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index be0e2b60a..09a83e670 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -6,6 +6,7 @@ prompt "Kernel Version" depends on ADK_TARGET_KERNEL_CUSTOMISING default ADK_TARGET_KERNEL_VERSION_4_2_5 if ADK_TARGET_ARCH_ARC default ADK_TARGET_KERNEL_VERSION_4_2_5 if ADK_TARGET_ARCH_H8300 +default ADK_TARGET_KERNEL_VERSION_4_2_5 if ADK_TARGET_ARCH_SPARC default ADK_TARGET_KERNEL_VERSION_4_1_10 config ADK_TARGET_KERNEL_VERSION_GIT @@ -19,6 +20,7 @@ config ADK_TARGET_KERNEL_VERSION_4_1_10 bool "4.1.10" depends on !ADK_TARGET_ARCH_ARC depends on !ADK_TARGET_ARCH_H8300 + depends on !ADK_TARGET_ARCH_SPARC depends on !ADK_TARGET_SYSTEM_KINETIS_K70 select ADK_TARGET_KERNEL_VERSION_4_1 |