diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-08-18 00:03:02 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-08-18 00:03:02 +0200 |
commit | 9efd78814765267e74c7fdd2a5044c10b8676bc7 (patch) | |
tree | 52478cc9ed44153dd42af24014ae8e6770db217e /config/kernel | |
parent | 09e5711dcb480363e2ffb96498c36ac53482e65c (diff) | |
download | crosstool-ng-9efd78814765267e74c7fdd2a5044c10b8676bc7.tar.gz crosstool-ng-9efd78814765267e74c7fdd2a5044c10b8676bc7.tar.bz2 crosstool-ng-9efd78814765267e74c7fdd2a5044c10b8676bc7.zip |
kernel/linux: add latest versions
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/kernel')
-rw-r--r-- | config/kernel/linux.in | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index 47e7baea..413355a6 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -26,6 +26,14 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_3_0_3 + bool + prompt "3.0.3" + +config KERNEL_V_3_0_2 + bool + prompt "3.0.2" + config KERNEL_V_3_0_1 bool prompt "3.0.1" @@ -73,17 +81,17 @@ config KERNEL_V_2_6_34_10 bool prompt "2.6.34.10" -config KERNEL_V_2_6_33_17 +config KERNEL_V_2_6_33_18 bool - prompt "2.6.33.17" + prompt "2.6.33.18" help This is primarily for the use of those people who are stuck using the .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_44 +config KERNEL_V_2_6_32_45 bool - prompt "2.6.32.44 (longterm)" + prompt "2.6.32.45 (longterm)" help The Linux 2.6.32 tree is a "longterm" maintenance branch. @@ -145,6 +153,8 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "3.0.3" if KERNEL_V_3_0_3 + default "3.0.2" if KERNEL_V_3_0_2 default "3.0.1" if KERNEL_V_3_0_1 default "3.0" if KERNEL_V_3_0 default "2.6.39.4" if KERNEL_V_2_6_39_4 @@ -153,8 +163,8 @@ config KERNEL_VERSION default "2.6.36.4" if KERNEL_V_2_6_36_4 default "2.6.35.14" if KERNEL_V_2_6_35_14 default "2.6.34.10" if KERNEL_V_2_6_34_10 - default "2.6.33.17" if KERNEL_V_2_6_33_17 - default "2.6.32.44" if KERNEL_V_2_6_32_44 + default "2.6.33.18" if KERNEL_V_2_6_33_18 + default "2.6.32.45" if KERNEL_V_2_6_32_45 default "2.6.31.14" if KERNEL_V_2_6_31_14 default "2.6.27.59" if KERNEL_V_2_6_27_59 default "custom" if KERNEL_LINUX_CUSTOM |