diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-12-11 23:14:57 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-12-11 23:14:57 +0100 |
commit | e216f3b865c0e7013214d3d6761759d628fd6938 (patch) | |
tree | bafd4aecb508645afca78eb9dec406666ea23262 /config | |
parent | 9b92f56f2f8793224ec21689896885163e9c8301 (diff) | |
download | crosstool-ng-e216f3b865c0e7013214d3d6761759d628fd6938.tar.gz crosstool-ng-e216f3b865c0e7013214d3d6761759d628fd6938.tar.bz2 crosstool-ng-e216f3b865c0e7013214d3d6761759d628fd6938.zip |
kernel/linux: add latest versions
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config')
-rw-r--r-- | config/kernel/linux.in | 32 |
1 files changed, 26 insertions, 6 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index c8829615..771f4d80 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -26,6 +26,22 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_3_1_5 + bool + prompt "3.1.5" + +config KERNEL_V_3_1_4 + bool + prompt "3.1.4" + +config KERNEL_V_3_1_3 + bool + prompt "3.1.3" + +config KERNEL_V_3_1_2 + bool + prompt "3.1.2" + config KERNEL_V_3_1_1 bool prompt "3.1.1" @@ -34,9 +50,9 @@ config KERNEL_V_3_1 bool prompt "3.1" -config KERNEL_V_3_0_9 +config KERNEL_V_3_0_13 bool - prompt "3.0.9" + prompt "3.0.13" config KERNEL_V_2_6_39_4 bool @@ -62,9 +78,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_48 +config KERNEL_V_2_6_32_50 bool - prompt "2.6.32.48 (longterm)" + prompt "2.6.32.50 (longterm)" help The Linux 2.6.32 tree is a "longterm" maintenance branch. @@ -127,15 +143,19 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "3.1.5" if KERNEL_V_3_1_5 + default "3.1.4" if KERNEL_V_3_1_4 + default "3.1.3" if KERNEL_V_3_1_3 + default "3.1.2" if KERNEL_V_3_1_2 default "3.1.1" if KERNEL_V_3_1_1 default "3.1" if KERNEL_V_3_1 - default "3.0.9" if KERNEL_V_3_0_9 + default "3.0.13" if KERNEL_V_3_0_13 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.48" if KERNEL_V_2_6_32_48 + default "2.6.32.50" if KERNEL_V_2_6_32_50 default "2.6.31.14" if KERNEL_V_2_6_31_14 default "2.6.27.57" if KERNEL_V_2_6_27_57 default "custom" if KERNEL_LINUX_CUSTOM |