diff options
Diffstat (limited to 'target/config/Config.in.kernelversion')
-rw-r--r-- | target/config/Config.in.kernelversion | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index c6687d92a..0079a8c9e 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -7,7 +7,7 @@ depends on ADK_TARGET_OS_LINUX 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 +default ADK_TARGET_KERNEL_VERSION_4_4_13 config ADK_TARGET_KERNEL_VERSION_GIT bool "linux-git" @@ -23,8 +23,8 @@ config ADK_TARGET_KERNEL_VERSION_4_5_7 depends on !ADK_TARGET_BOARD_BCM28XX select ADK_TARGET_KERNEL_VERSION_4_5 -config ADK_TARGET_KERNEL_VERSION_4_4_10 - bool "4.4.10" +config ADK_TARGET_KERNEL_VERSION_4_4_13 + bool "4.4.13" depends on !ADK_TARGET_ARCH_NIOS2 select ADK_TARGET_KERNEL_VERSION_4_4 |