diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-01-24 00:05:17 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-01-24 00:05:17 +0100 |
commit | 3a2bf38f754a8a6b2f16069c069a4e776a775e86 (patch) | |
tree | ee07bb67722484d89fd8595146852db509aa944d | |
parent | 6ef5e12a07f1c23f1fb31d8de0373b2f43e3524a (diff) |
ppc64 little endian needs newer kernel
-rw-r--r-- | target/config/Config.in.kernelversion | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index 5f3a569e3..6debf543e 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -8,6 +8,7 @@ default ADK_TARGET_KERNEL_VERSION_4_3_3 if ADK_TARGET_ARCH_ARC default ADK_TARGET_KERNEL_VERSION_4_3_3 if ADK_TARGET_ARCH_SPARC default ADK_TARGET_KERNEL_VERSION_4_3_3 if ADK_TARGET_ARCH_BFIN default ADK_TARGET_KERNEL_VERSION_4_3_3 if ADK_TARGET_ARCH_H8300 +default ADK_TARGET_KERNEL_VERSION_4_3_3 if ADK_TARGET_ARCH_PPC64 default ADK_TARGET_KERNEL_VERSION_GIT if ADK_TARGET_WITHOUT_MMU && ADK_TARGET_ARCH_XTENSA default ADK_TARGET_KERNEL_VERSION_4_1_15 |