diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-07-19 22:32:44 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-07-19 22:32:44 +0200 |
commit | aaf2065d16b25dfebae29d1db9d384d66ab2b917 (patch) | |
tree | e5fe1fb349fabc3e1d8972caa40c7f9f4f0cc282 /target | |
parent | abe7a36c861ae95eed937dc6762a52f3e73b8abe (diff) |
linux: default to 4.6.4
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.kernelversion | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index 97d421503..440bf5c18 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -4,14 +4,9 @@ choice prompt "Kernel version" if !ADK_TARGET_CHOOSE_ARCH depends on ADK_TARGET_OS_LINUX -default ADK_TARGET_KERNEL_VERSION_4_6_4 if ADK_TARGET_ARCH_ARC -default ADK_TARGET_KERNEL_VERSION_4_6_4 if ADK_TARGET_ARCH_NIOS2 -default ADK_TARGET_KERNEL_VERSION_4_6_4 if ADK_TARGET_ARCH_XTENSA -default ADK_TARGET_KERNEL_VERSION_4_6_4 if ADK_TARGET_CPU_MIPS_MIPS32R6 -default ADK_TARGET_KERNEL_VERSION_4_6_4 if ADK_TARGET_CPU_MIPS64_MIPS64R6 default ADK_TARGET_KERNEL_VERSION_RPI if ADK_TARGET_BOARD_BCM28XX default ADK_TARGET_KERNEL_VERSION_FSLC if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 -default ADK_TARGET_KERNEL_VERSION_4_4_14 +default ADK_TARGET_KERNEL_VERSION_4_6_4 config ADK_TARGET_KERNEL_VERSION_GIT bool "linux-git" |