diff options
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -121,8 +121,8 @@ config ADK_KERNEL_VERSION_3_11_10 prompt "3.11.10" boolean -config ADK_KERNEL_VERSION_3_10_30 - prompt "3.10.30" +config ADK_KERNEL_VERSION_3_10_33 + prompt "3.10.33" boolean config ADK_KERNEL_VERSION_3_4_82 @@ -136,7 +136,7 @@ config ADK_KERNEL_VERSION default "3.13.6" if ADK_KERNEL_VERSION_3_13_6 default "3.12.13" if ADK_KERNEL_VERSION_3_12_13 default "3.11.10" if ADK_KERNEL_VERSION_3_11_10 - default "3.10.30" if ADK_KERNEL_VERSION_3_10_30 + default "3.10.33" if ADK_KERNEL_VERSION_3_10_33 default "3.4.82" if ADK_KERNEL_VERSION_3_4_82 help |