diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-03-28 22:27:22 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-03-28 22:27:22 +0000 |
commit | 609dee36c71f92cb717b9a86d289d74409037ac4 (patch) | |
tree | 10c2cd15fb59914b23cab313c4d4a6cb17aad87f | |
parent | c72d8c33074e828442a7d0ab239af0191af01b0a (diff) | |
download | crosstool-ng-609dee36c71f92cb717b9a86d289d74409037ac4.tar.gz crosstool-ng-609dee36c71f92cb717b9a86d289d74409037ac4.tar.bz2 crosstool-ng-609dee36c71f92cb717b9a86d289d74409037ac4.zip |
Add latest Linux kernel versions:
- 2.6.27.21
- 2.6.28.8 & .9
- 2.6.29
Remove /old/ versions:
- 2.6.26 -> .7
/trunk/config/kernel/linux.in | 68 27 41 0 +++++++++++++++++++------------------------------
1 file changed, 27 insertions(+), 41 deletions(-)
-rw-r--r-- | config/kernel/linux.in | 68 |
1 files changed, 27 insertions, 41 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index 47ec91db..e7859469 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -69,41 +69,10 @@ config KERNEL_V_2_6_25_20 prompt "2.6.25.20 (OBSOLETE)" depends on OBSOLETE -config KERNEL_V_2_6_26 - bool - prompt "2.6.26" - -config KERNEL_V_2_6_26_1 - bool - prompt "2.6.26.1" - -config KERNEL_V_2_6_26_2 - bool - prompt "2.6.26.2" - -config KERNEL_V_2_6_26_3 - bool - prompt "2.6.26.3" - -config KERNEL_V_2_6_26_4 - bool - prompt "2.6.26.4" - -config KERNEL_V_2_6_26_5 - bool - prompt "2.6.26.5" - -config KERNEL_V_2_6_26_6 - bool - prompt "2.6.26.6" - -config KERNEL_V_2_6_26_7 - bool - prompt "2.6.26.7" - config KERNEL_V_2_6_26_8 bool - prompt "2.6.26.8" + prompt "2.6.26.8 (OBSOLETE)" + depends on OBSOLETE config KERNEL_V_2_6_27 bool @@ -185,6 +154,14 @@ config KERNEL_V_2_6_27_19 bool prompt "2.6.27.19" +config KERNEL_V_2_6_27_20 + bool + prompt "2.6.27.20" + +config KERNEL_V_2_6_27_21 + bool + prompt "2.6.27.21" + config KERNEL_V_2_6_28 bool prompt "2.6.28" @@ -217,6 +194,18 @@ config KERNEL_V_2_6_28_7 bool prompt "2.6.28.7" +config KERNEL_V_2_6_28_8 + bool + prompt "2.6.28.8" + +config KERNEL_V_2_6_28_9 + bool + prompt "2.6.28.9" + +config KERNEL_V_2_6_29 + bool + prompt "2.6.29" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -231,14 +220,6 @@ config KERNEL_VERSION default "2.6.23.17" if KERNEL_V_2_6_23_17 default "2.6.24.7" if KERNEL_V_2_6_24_7 default "2.6.25.20" if KERNEL_V_2_6_25_20 - default "2.6.26" if KERNEL_V_2_6_26 - default "2.6.26.1" if KERNEL_V_2_6_26_1 - default "2.6.26.2" if KERNEL_V_2_6_26_2 - default "2.6.26.3" if KERNEL_V_2_6_26_3 - default "2.6.26.4" if KERNEL_V_2_6_26_4 - default "2.6.26.5" if KERNEL_V_2_6_26_5 - default "2.6.26.6" if KERNEL_V_2_6_26_6 - default "2.6.26.7" if KERNEL_V_2_6_26_7 default "2.6.26.8" if KERNEL_V_2_6_26_8 default "2.6.27" if KERNEL_V_2_6_27 default "2.6.27.1" if KERNEL_V_2_6_27_1 @@ -260,6 +241,8 @@ config KERNEL_VERSION default "2.6.27.17" if KERNEL_V_2_6_27_17 default "2.6.27.18" if KERNEL_V_2_6_27_18 default "2.6.27.19" if KERNEL_V_2_6_27_19 + default "2.6.27.20" if KERNEL_V_2_6_27_20 + default "2.6.27.21" if KERNEL_V_2_6_27_21 default "2.6.28" if KERNEL_V_2_6_28 default "2.6.28.1" if KERNEL_V_2_6_28_1 default "2.6.28.2" if KERNEL_V_2_6_28_2 @@ -268,6 +251,9 @@ config KERNEL_VERSION default "2.6.28.5" if KERNEL_V_2_6_28_5 default "2.6.28.6" if KERNEL_V_2_6_28_6 default "2.6.28.7" if KERNEL_V_2_6_28_7 + default "2.6.28.8" if KERNEL_V_2_6_28_8 + default "2.6.28.9" if KERNEL_V_2_6_28_9 + default "2.6.29" if KERNEL_V_2_6_29 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! |