summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2012-07-31 21:55:12 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2012-07-31 21:55:12 (GMT)
commit8b01aa3a2c2de0f3a1515eac15fc315e12f43a30 (patch)
tree6250836a9ac2fded0f259d1d0d088952bea6fa6d /config
parenta6a0c45642c7fa09bfacc757385a487e10888f52 (diff)
kernel/linux: forgot to update linux-stable
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'config')
-rw-r--r--config/kernel/linux.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index a8d0a5c..07e548e 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