diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-03-28 22:45:49 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-03-28 22:45:49 +0200 |
commit | fbd37d5d5769c3565beae27617c977ba81ddefc5 (patch) | |
tree | 85c26dc8deb612c382e484be58197f7e856048e3 | |
parent | a06a66d32607d67fc3cc642792419e6c4be9ca38 (diff) | |
download | crosstool-ng-fbd37d5d5769c3565beae27617c977ba81ddefc5.tar.gz crosstool-ng-fbd37d5d5769c3565beae27617c977ba81ddefc5.tar.bz2 crosstool-ng-fbd37d5d5769c3565beae27617c977ba81ddefc5.zip |
kernel/linux: update to latest versions
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
-rw-r--r-- | config/kernel/linux.in | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index 21f199fc..e0321b68 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -24,6 +24,10 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_2_6_38_2 + bool + prompt "2.6.38.2" + config KERNEL_V_2_6_38_1 bool prompt "2.6.38.1" @@ -32,6 +36,10 @@ config KERNEL_V_2_6_38 bool prompt "2.6.38" +config KERNEL_V_2_6_37_6 + bool + prompt "2.6.37.6" + config KERNEL_V_2_6_37_5 bool prompt "2.6.37.5" @@ -83,13 +91,13 @@ config KERNEL_V_2_6_34_8 bool prompt "2.6.34.8" -config KERNEL_V_2_6_33_8 +config KERNEL_V_2_6_33_9 bool - prompt "2.6.33.8" + prompt "2.6.33.9" -config KERNEL_V_2_6_32_35 +config KERNEL_V_2_6_32_36 bool - prompt "2.6.32.35 (longterm)" + prompt "2.6.32.36 (longterm)" help The Linux 2.6.32 tree is a "longterm" maintenance branch. @@ -151,8 +159,10 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.6.38.2" if KERNEL_V_2_6_38_2 default "2.6.38.1" if KERNEL_V_2_6_38_1 default "2.6.38" if KERNEL_V_2_6_38 + default "2.6.37.6" if KERNEL_V_2_6_37_6 default "2.6.37.5" if KERNEL_V_2_6_37_5 default "2.6.37.4" if KERNEL_V_2_6_37_4 default "2.6.37.3" if KERNEL_V_2_6_37_3 @@ -162,8 +172,8 @@ config KERNEL_VERSION default "2.6.36.4" if KERNEL_V_2_6_36_4 default "2.6.35.11" if KERNEL_V_2_6_35_11 default "2.6.34.8" if KERNEL_V_2_6_34_8 - default "2.6.33.8" if KERNEL_V_2_6_33_8 - default "2.6.32.35" if KERNEL_V_2_6_32_35 + default "2.6.33.9" if KERNEL_V_2_6_33_9 + default "2.6.32.36" if KERNEL_V_2_6_32_36 default "2.6.31.14" if KERNEL_V_2_6_31_14 default "2.6.27.58" if KERNEL_V_2_6_27_58 |