diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-11 22:55:40 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-11 22:56:04 +0200 |
commit | 5eb7d34dd4d9a5b17b8ac86b57fd7584dea735c6 (patch) | |
tree | 2d13ea4a4c166f0b77e33d6e8220251d42b12c02 /target/config | |
parent | 23bfadf1f5478083d8458f82e1e472c7b96e13d2 (diff) |
linux: bump to 4.6.2, add patches
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.kernelversion | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index cc523a7dc..f7da8baa6 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -4,16 +4,16 @@ choice prompt "Kernel version" if !ADK_TARGET_CHOOSE_ARCH depends on ADK_TARGET_OS_LINUX -default ADK_TARGET_KERNEL_VERSION_4_6_1 if ADK_TARGET_ARCH_ARC -default ADK_TARGET_KERNEL_VERSION_4_6_1 if ADK_TARGET_ARCH_NIOS2 -default ADK_TARGET_KERNEL_VERSION_4_6_1 if ADK_TARGET_ARCH_XTENSA && ADK_TARGET_WITHOUT_MMU +default ADK_TARGET_KERNEL_VERSION_4_6_2 if ADK_TARGET_ARCH_ARC +default ADK_TARGET_KERNEL_VERSION_4_6_2 if ADK_TARGET_ARCH_NIOS2 +default ADK_TARGET_KERNEL_VERSION_4_6_2 if ADK_TARGET_ARCH_XTENSA default ADK_TARGET_KERNEL_VERSION_4_4_10 config ADK_TARGET_KERNEL_VERSION_GIT bool "linux-git" -config ADK_TARGET_KERNEL_VERSION_4_6_1 - bool "4.6.1" +config ADK_TARGET_KERNEL_VERSION_4_6_2 + bool "4.6.2" depends on !ADK_TARGET_BOARD_BCM28XX select ADK_TARGET_KERNEL_VERSION_4_6 |