diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-03-17 19:58:08 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-03-17 19:58:08 +0100 |
commit | f541f15463b3dd75d0a0e33ded741972fa0f3c30 (patch) | |
tree | b3bfc2988e786664b1e626b3ca2788c190109b9a | |
parent | b2c9b2d48f2770aa4d62759a4111e2a51c87d2b0 (diff) | |
download | crosstool-ng-f541f15463b3dd75d0a0e33ded741972fa0f3c30.tar.gz crosstool-ng-f541f15463b3dd75d0a0e33ded741972fa0f3c30.tar.bz2 crosstool-ng-f541f15463b3dd75d0a0e33ded741972fa0f3c30.zip |
kernel/linux: add latest versions 2.6.32.10 and 2.6.33.1
-rw-r--r-- | config/kernel/linux.in | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index 6d0990d1..c47b3680 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -34,13 +34,17 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_2_6_33_1 + bool + prompt "2.6.33.1" + config KERNEL_V_2_6_33 bool prompt "2.6.33" -config KERNEL_V_2_6_32_9 +config KERNEL_V_2_6_32_10 bool - prompt "2.6.32.9" + prompt "2.6.32.10" config KERNEL_V_2_6_31_12 bool @@ -83,8 +87,9 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + 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.9" if KERNEL_V_2_6_32_9 + default "2.6.32.10" if KERNEL_V_2_6_32_10 default "2.6.31.12" if KERNEL_V_2_6_31_12 default "2.6.30.10" if KERNEL_V_2_6_30_10 default "2.6.29.6" if KERNEL_V_2_6_29_6 |