diff options
-rw-r--r-- | config/kernel/linux.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index a8d0a5cd..07e548e5 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -38,9 +38,9 @@ config KERNEL_V_3_3_8 bool prompt "3.3.8" -config KERNEL_V_3_2_23 +config KERNEL_V_3_2_24 bool - prompt "3.2.23" + prompt "3.2.24" config KERNEL_V_3_1_10 bool @@ -142,7 +142,7 @@ config KERNEL_VERSION default "3.5" if KERNEL_V_3_5 default "3.4.7" if KERNEL_V_3_4_7 default "3.3.8" if KERNEL_V_3_3_8 - default "3.2.23" if KERNEL_V_3_2_23 + default "3.2.24" if KERNEL_V_3_2_24 default "3.1.10" if KERNEL_V_3_1_10 default "3.0.38" if KERNEL_V_3_0_38 default "2.6.39.4" if KERNEL_V_2_6_39_4 |