diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-03-04 23:17:58 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-03-04 23:17:58 +0100 |
commit | 4638bd7625fd7d93eb2ceafff295cf84acdd1d72 (patch) | |
tree | af0dd1fe295018413b6eb76d2c0bbd350c4c163d /config | |
parent | bf2726cb9f3794bf82b960a854e96d1b5f29cf01 (diff) | |
download | crosstool-ng-4638bd7625fd7d93eb2ceafff295cf84acdd1d72.tar.gz crosstool-ng-4638bd7625fd7d93eb2ceafff295cf84acdd1d72.tar.bz2 crosstool-ng-4638bd7625fd7d93eb2ceafff295cf84acdd1d72.zip |
kernel/linux: update 3.0 and long term 2.6.32
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'config')
-rw-r--r-- | config/kernel/linux.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index 600baa3d..1f8d9ff2 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -70,9 +70,9 @@ config KERNEL_V_3_1_10 bool prompt "3.1.10" -config KERNEL_V_3_0_21 +config KERNEL_V_3_0_23 bool - prompt "3.0.21" + prompt "3.0.23" config KERNEL_V_2_6_39_4 bool @@ -98,9 +98,9 @@ config KERNEL_V_2_6_33_20 .33-rt kernel. Anyone else who really wants to use the .33 kernel tree is welcome to use this one as well. -config KERNEL_V_2_6_32_57 +config KERNEL_V_2_6_32_58 bool - prompt "2.6.32.57 (longterm)" + prompt "2.6.32.58 (longterm)" help The Linux 2.6.32 tree is a "longterm" maintenance branch. @@ -174,13 +174,13 @@ config KERNEL_VERSION default "3.2.1" if KERNEL_V_3_2_1 default "3.2" if KERNEL_V_3_2 default "3.1.10" if KERNEL_V_3_1_10 - default "3.0.21" if KERNEL_V_3_0_21 + default "3.0.23" if KERNEL_V_3_0_23 default "2.6.39.4" if KERNEL_V_2_6_39_4 default "2.6.38.8" if KERNEL_V_2_6_38_8 default "2.6.37.6" if KERNEL_V_2_6_37_6 default "2.6.36.4" if KERNEL_V_2_6_36_4 default "2.6.33.20" if KERNEL_V_2_6_33_20 - default "2.6.32.57" if KERNEL_V_2_6_32_57 + default "2.6.32.58" if KERNEL_V_2_6_32_58 default "2.6.31.14" if KERNEL_V_2_6_31_14 default "2.6.27.61" if KERNEL_V_2_6_27_61 default "custom" if KERNEL_LINUX_CUSTOM |