diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-07-31 23:55:12 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-07-31 23:55:12 +0200 |
commit | 8b01aa3a2c2de0f3a1515eac15fc315e12f43a30 (patch) | |
tree | 6250836a9ac2fded0f259d1d0d088952bea6fa6d | |
parent | a6a0c45642c7fa09bfacc757385a487e10888f52 (diff) | |
download | crosstool-ng-8b01aa3a2c2de0f3a1515eac15fc315e12f43a30.tar.gz crosstool-ng-8b01aa3a2c2de0f3a1515eac15fc315e12f43a30.tar.bz2 crosstool-ng-8b01aa3a2c2de0f3a1515eac15fc315e12f43a30.zip |
kernel/linux: forgot to update linux-stable
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
-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 |