diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-12-19 13:00:51 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-12-19 13:00:51 +0100 |
commit | 0e097f0b25e61866dad557993ae76b2dbd1bf6ac (patch) | |
tree | 827b864f0e67d5042252a9f77250aa01ec3a0453 /config/kernel | |
parent | 74cfde04538bd978b9a63f3959c802a15692bc72 (diff) | |
download | crosstool-ng-0e097f0b25e61866dad557993ae76b2dbd1bf6ac.tar.gz crosstool-ng-0e097f0b25e61866dad557993ae76b2dbd1bf6ac.tar.bz2 crosstool-ng-0e097f0b25e61866dad557993ae76b2dbd1bf6ac.zip |
kernel/linux: add latest versions
Diffstat (limited to 'config/kernel')
-rw-r--r-- | config/kernel/linux.in | 41 |
1 files changed, 38 insertions, 3 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index 24ac5db1..2c088527 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -34,6 +34,30 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_2_6_32_2 + bool + prompt "2.6.32.2" + +config KERNEL_V_2_6_32_1 + bool + prompt "2.6.32.1" + +config KERNEL_V_2_6_32 + bool + prompt "2.6.32" + +config KERNEL_V_2_6_31_9 + bool + prompt "2.6.31.9" + +config KERNEL_V_2_6_31_8 + bool + prompt "2.6.31.8" + +config KERNEL_V_2_6_31_7 + bool + prompt "2.6.31.7" + config KERNEL_V_2_6_31_6 bool prompt "2.6.31.6" @@ -62,6 +86,10 @@ config KERNEL_V_2_6_31 bool prompt "2.6.31" +config KERNEL_V_2_6_30_10 + bool + prompt "2.6.30.10" + config KERNEL_V_2_6_30_9 bool prompt "2.6.30.9" @@ -112,9 +140,9 @@ config KERNEL_V_2_6_28_10 prompt "2.6.28.10 (OBSOLETE)" depends on OBSOLETE -config KERNEL_V_2_6_27_39 +config KERNEL_V_2_6_27_42 bool - prompt "2.6.27.39 (long-term stable)" + prompt "2.6.27.42 (long-term stable)" endchoice @@ -122,6 +150,12 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.6.32.2" if KERNEL_V_2_6_32_2 + default "2.6.32.1" if KERNEL_V_2_6_32_1 + default "2.6.32" if KERNEL_V_2_6_32 + default "2.6.31.9" if KERNEL_V_2_6_31_9 + default "2.6.31.8" if KERNEL_V_2_6_31_8 + default "2.6.31.7" if KERNEL_V_2_6_31_7 default "2.6.31.6" if KERNEL_V_2_6_31_6 default "2.6.31.5" if KERNEL_V_2_6_31_5 default "2.6.31.4" if KERNEL_V_2_6_31_4 @@ -129,6 +163,7 @@ config KERNEL_VERSION default "2.6.31.2" if KERNEL_V_2_6_31_2 default "2.6.31.1" if KERNEL_V_2_6_31_1 default "2.6.31" if KERNEL_V_2_6_31 + default "2.6.30.10" if KERNEL_V_2_6_30_10 default "2.6.30.9" if KERNEL_V_2_6_30_9 default "2.6.30.8" if KERNEL_V_2_6_30_8 default "2.6.30.7" if KERNEL_V_2_6_30_7 @@ -141,7 +176,7 @@ config KERNEL_VERSION default "2.6.30" if KERNEL_V_2_6_30 default "2.6.29.6" if KERNEL_V_2_6_29_6 default "2.6.28.10" if KERNEL_V_2_6_28_10 - default "2.6.27.39" if KERNEL_V_2_6_27_39 + default "2.6.27.42" if KERNEL_V_2_6_27_42 choice bool |