diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2013-01-07 00:58:13 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2013-01-07 00:58:13 +0100 |
commit | 0bd771f70554a6ffe43499ab6ee475c68255feb6 (patch) | |
tree | b0a796059194cbe54843c6e8e9a2045dcd92c71f | |
parent | 982cfde700ed515f4ce2044d490e0932d4bbfd08 (diff) | |
download | crosstool-ng-0bd771f70554a6ffe43499ab6ee475c68255feb6.tar.gz crosstool-ng-0bd771f70554a6ffe43499ab6ee475c68255feb6.tar.bz2 crosstool-ng-0bd771f70554a6ffe43499ab6ee475c68255feb6.zip |
kernel/linux: add latest versions
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
-rw-r--r-- | config/kernel/linux.in | 29 |
1 files changed, 17 insertions, 12 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index 1db7d82b..4f8e5e7b 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -26,37 +26,41 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_3_7_1 + bool + prompt "3.7.1" + config KERNEL_V_3_7 bool prompt "3.7" -config KERNEL_V_3_6_10 +config KERNEL_V_3_6_11 bool - prompt "3.6.10" + prompt "3.6.11" config KERNEL_V_3_5_7 bool prompt "3.5.7" -config KERNEL_V_3_4_23 +config KERNEL_V_3_4_24 bool - prompt "3.4.23" + prompt "3.4.24" config KERNEL_V_3_3_8 bool prompt "3.3.8" -config KERNEL_V_3_2_35 +config KERNEL_V_3_2_36 bool - prompt "3.2.35" + prompt "3.2.36" config KERNEL_V_3_1_10 bool prompt "3.1.10" -config KERNEL_V_3_0_56 +config KERNEL_V_3_0_57 bool - prompt "3.0.56" + prompt "3.0.57" config KERNEL_V_2_6_39_4 bool @@ -147,14 +151,15 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "3.7.1" if KERNEL_V_3_7_1 default "3.7" if KERNEL_V_3_7 - default "3.6.10" if KERNEL_V_3_6_10 + default "3.6.11" if KERNEL_V_3_6_11 default "3.5.7" if KERNEL_V_3_5_7 - default "3.4.23" if KERNEL_V_3_4_23 + default "3.4.24" if KERNEL_V_3_4_24 default "3.3.8" if KERNEL_V_3_3_8 - default "3.2.35" if KERNEL_V_3_2_35 + default "3.2.36" if KERNEL_V_3_2_36 default "3.1.10" if KERNEL_V_3_1_10 - default "3.0.56" if KERNEL_V_3_0_56 + default "3.0.57" if KERNEL_V_3_0_57 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 |