diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2012-01-12 22:41:47 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2012-01-12 22:41:47 +0100 |
commit | c3c8a70767e9e3b2d4bda3d43f2fbb646c1ed0b3 (patch) | |
tree | 7c03ffe90524656dc99b046480f058c876d2d5f4 | |
parent | 979c79e4ff4b9c3827491e6ff6366b9c7f675e90 (diff) | |
download | crosstool-ng-c3c8a70767e9e3b2d4bda3d43f2fbb646c1ed0b3.tar.gz crosstool-ng-c3c8a70767e9e3b2d4bda3d43f2fbb646c1ed0b3.tar.bz2 crosstool-ng-c3c8a70767e9e3b2d4bda3d43f2fbb646c1ed0b3.zip |
kernel/linux: update versions
A few newer versions, second shot in a row...
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
-rw-r--r-- | config/kernel/linux.in | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index 738d2e50..18ddc0d5 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -26,17 +26,21 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_3_2_1 + bool + prompt "3.2.1" + config KERNEL_V_3_2 bool prompt "3.2" -config KERNEL_V_3_1_8 +config KERNEL_V_3_1_9 bool - prompt "3.1.8" + prompt "3.1.9" -config KERNEL_V_3_0_16 +config KERNEL_V_3_0_17 bool - prompt "3.0.16" + prompt "3.0.17" config KERNEL_V_2_6_39_4 bool @@ -62,9 +66,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_53 +config KERNEL_V_2_6_32_54 bool - prompt "2.6.32.53 (longterm)" + prompt "2.6.32.54 (longterm)" help The Linux 2.6.32 tree is a "longterm" maintenance branch. @@ -127,15 +131,16 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "3.2.1" if KERNEL_V_3_2_1 default "3.2" if KERNEL_V_3_2 - default "3.1.8" if KERNEL_V_3_1_8 - default "3.0.16" if KERNEL_V_3_0_16 + default "3.1.9" if KERNEL_V_3_1_9 + default "3.0.17" if KERNEL_V_3_0_17 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.53" if KERNEL_V_2_6_32_53 + default "2.6.32.54" if KERNEL_V_2_6_32_54 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 |