From e29b0f2b4531f8d84040b21fa2aade94f80b6021 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 19 May 2017 03:41:24 +0200 Subject: linux: update 4.9.x kernel, disable avr32 for latest kernel versions --- target/config/Config.in.kernelversion | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'target/config/Config.in.kernelversion') diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index 13c1f1781..32ccf6227 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -18,6 +18,7 @@ default ADK_TARGET_KERNEL_VERSION_4_9 config ADK_TARGET_KERNEL_VERSION_GIT bool "git" + depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_NDS32 depends on !ADK_TARGET_ARCH_RISCV32 depends on !ADK_TARGET_ARCH_RISCV64 @@ -28,6 +29,7 @@ config ADK_TARGET_KERNEL_VERSION_GIT config ADK_TARGET_KERNEL_VERSION_4_11 bool "4.11" + depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_CRIS depends on !ADK_TARGET_ARCH_METAG depends on !ADK_TARGET_ARCH_NDS32 @@ -37,6 +39,7 @@ config ADK_TARGET_KERNEL_VERSION_4_11 config ADK_TARGET_KERNEL_VERSION_4_10 bool "4.10.16" + depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_CRIS depends on !ADK_TARGET_ARCH_METAG depends on !ADK_TARGET_ARCH_NDS32 @@ -45,7 +48,7 @@ config ADK_TARGET_KERNEL_VERSION_4_10 depends on !ADK_TARGET_SYSTEM_QEMU_ARM_VERSATILEPB_NOMMU config ADK_TARGET_KERNEL_VERSION_4_9 - bool "4.9.22" + bool "4.9.28" depends on !ADK_TARGET_ARCH_CRIS depends on !ADK_TARGET_ARCH_METAG depends on !ADK_TARGET_ARCH_NDS32 -- cgit v1.2.3