diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-04-02 19:50:22 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-04-02 19:50:22 +0200 |
commit | b2dff64861202c5777778cd005d6ca759ed64afe (patch) | |
tree | 35e4568df7a2f74ce545efacaee0b9264172c527 /config | |
parent | 7b34d405660ff25489e2ca63290bc1e0e2984958 (diff) | |
download | crosstool-ng-b2dff64861202c5777778cd005d6ca759ed64afe.tar.gz crosstool-ng-b2dff64861202c5777778cd005d6ca759ed64afe.tar.bz2 crosstool-ng-b2dff64861202c5777778cd005d6ca759ed64afe.zip |
kernel/linux: add latest versions
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'config')
-rw-r--r-- | config/kernel/linux.in | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index dd55bece..74d269b5 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -26,21 +26,25 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_3_3_1 + bool + prompt "3.3.1" + config KERNEL_V_3_3 bool prompt "3.3" -config KERNEL_V_3_2_12 +config KERNEL_V_3_2_14 bool - prompt "3.2.12" + prompt "3.2.14" config KERNEL_V_3_1_10 bool prompt "3.1.10" -config KERNEL_V_3_0_25 +config KERNEL_V_3_0_27 bool - prompt "3.0.25" + prompt "3.0.27" config KERNEL_V_2_6_39_4 bool @@ -131,10 +135,11 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "3.3.1" if KERNEL_V_3_3_1 default "3.3" if KERNEL_V_3_3 - default "3.2.12" if KERNEL_V_3_2_12 + default "3.2.14" if KERNEL_V_3_2_14 default "3.1.10" if KERNEL_V_3_1_10 - default "3.0.25" if KERNEL_V_3_0_25 + default "3.0.27" if KERNEL_V_3_0_27 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 |