diff options
author | Johannes Stezenbach <js@sig21.net> | 2010-07-09 15:51:59 +0200 |
---|---|---|
committer | Johannes Stezenbach <js@sig21.net> | 2010-07-09 15:51:59 +0200 |
commit | e1ebd3039d25d6048e66de1c4ce319f9207d4a66 (patch) | |
tree | d620e4acb647abfe0049a8f1bc333acad6e2e6b1 | |
parent | 42a7dc19469118054b6b81487ab7a373191de925 (diff) | |
download | crosstool-ng-e1ebd3039d25d6048e66de1c4ce319f9207d4a66.tar.gz crosstool-ng-e1ebd3039d25d6048e66de1c4ce319f9207d4a66.tar.bz2 crosstool-ng-e1ebd3039d25d6048e66de1c4ce319f9207d4a66.zip |
kernel/linux: update linux stable releases
Signed-off-by: Johannes Stezenbach <js@sig21.net>
-rw-r--r-- | config/kernel/linux.in | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index da17dbbc..8c9033b7 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -26,10 +26,18 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_2_6_34_1 + bool + prompt "2.6.34.1" + config KERNEL_V_2_6_34 bool prompt "2.6.34" +config KERNEL_V_2_6_33_6 + bool + prompt "2.6.33.6" + config KERNEL_V_2_6_33_5 bool prompt "2.6.33.5" @@ -54,21 +62,21 @@ config KERNEL_V_2_6_33 bool prompt "2.6.33" -config KERNEL_V_2_6_32_14 +config KERNEL_V_2_6_32_16 bool - prompt "2.6.32.14" + prompt "2.6.32.16" -config KERNEL_V_2_6_31_13 +config KERNEL_V_2_6_31_14 bool - prompt "2.6.31.13" + prompt "2.6.31.14" config KERNEL_V_2_6_30_10 bool prompt "2.6.30.10" -config KERNEL_V_2_6_27_47 +config KERNEL_V_2_6_27_48 bool - prompt "2.6.27.47 (long-term stable)" + prompt "2.6.27.48 (long-term stable)" help The Linux 2.6.27 tree is the current "long-term stable" maintenance branch. It is intended to fill the niche for users who are not using distribution @@ -102,17 +110,19 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.6.34.1" if KERNEL_V_2_6_34_1 default "2.6.34" if KERNEL_V_2_6_34 + default "2.6.33.6" if KERNEL_V_2_6_33_6 default "2.6.33.5" if KERNEL_V_2_6_33_5 default "2.6.33.4" if KERNEL_V_2_6_33_4 default "2.6.33.3" if KERNEL_V_2_6_33_3 default "2.6.33.2" if KERNEL_V_2_6_33_2 default "2.6.33.1" if KERNEL_V_2_6_33_1 default "2.6.33" if KERNEL_V_2_6_33 - default "2.6.32.14" if KERNEL_V_2_6_32_14 - default "2.6.31.13" if KERNEL_V_2_6_31_13 + default "2.6.32.16" if KERNEL_V_2_6_32_16 + default "2.6.31.14" if KERNEL_V_2_6_31_14 default "2.6.30.10" if KERNEL_V_2_6_30_10 - default "2.6.27.47" if KERNEL_V_2_6_27_47 + default "2.6.27.48" if KERNEL_V_2_6_27_48 choice bool |