diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-07-21 21:07:50 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-07-21 21:07:50 +0200 |
commit | 111e47fffc6da2f8da3d0f4a6b81fbd4cc863959 (patch) | |
tree | 445c5247354e1c24e635177a6db1b571ca8b705e /config/kernel | |
parent | 274a8580ebd1e0fecd14b80be52fc0ce51e6bc46 (diff) | |
download | crosstool-ng-111e47fffc6da2f8da3d0f4a6b81fbd4cc863959.tar.gz crosstool-ng-111e47fffc6da2f8da3d0f4a6b81fbd4cc863959.tar.bz2 crosstool-ng-111e47fffc6da2f8da3d0f4a6b81fbd4cc863959.zip |
kernel/linux: add latest versions
Still waiting for 3.0, though... ;-)
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/kernel')
-rw-r--r-- | config/kernel/linux.in | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index b9106c55..ffcddbce 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -38,6 +38,10 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_2_6_39_3 + bool + prompt "2.6.39.3" + config KERNEL_V_2_6_39_2 bool prompt "2.6.39.2" @@ -85,13 +89,13 @@ config KERNEL_V_2_6_34_10 bool prompt "2.6.34.10" -config KERNEL_V_2_6_33_15 +config KERNEL_V_2_6_33_16 bool - prompt "2.6.33.15" + prompt "2.6.33.16" -config KERNEL_V_2_6_32_42 +config KERNEL_V_2_6_32_43 bool - prompt "2.6.32.42 (longterm)" + prompt "2.6.32.43 (longterm)" help The Linux 2.6.32 tree is a "longterm" maintenance branch. @@ -153,6 +157,7 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.6.39.3" if KERNEL_V_2_6_39_3 default "2.6.39.2" if KERNEL_V_2_6_39_2 default "2.6.39.1" if KERNEL_V_2_6_39_1 default "2.6.39" if KERNEL_V_2_6_39 @@ -161,8 +166,8 @@ config KERNEL_VERSION default "2.6.36.4" if KERNEL_V_2_6_36_4 default "2.6.35.13" if KERNEL_V_2_6_35_13 default "2.6.34.10" if KERNEL_V_2_6_34_10 - default "2.6.33.15" if KERNEL_V_2_6_33_15 - default "2.6.32.42" if KERNEL_V_2_6_32_42 + default "2.6.33.16" if KERNEL_V_2_6_33_16 + default "2.6.32.43" if KERNEL_V_2_6_32_43 default "2.6.31.14" if KERNEL_V_2_6_31_14 default "2.6.27.59" if KERNEL_V_2_6_27_59 |