diff options
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -106,8 +106,8 @@ depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_ choice prompt "Kernel Version" -config ADK_KERNEL_VERSION_3_11_5 - prompt "3.11.5" +config ADK_KERNEL_VERSION_3_11_10 + prompt "3.11.10" boolean config ADK_KERNEL_VERSION_3_9_11 @@ -122,7 +122,7 @@ endchoice config ADK_KERNEL_VERSION string - default "3.11.5" if ADK_KERNEL_VERSION_3_11_5 + default "3.11.10" if ADK_KERNEL_VERSION_3_11_10 default "3.9.11" if ADK_KERNEL_VERSION_3_9_11 default "3.4.65" if ADK_KERNEL_VERSION_3_4_65 help |