diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2011-06-27 12:44:45 -0700 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2011-06-27 12:44:45 -0700 |
commit | d0f914810538c85aa456f2ac26fb6e1cc5f688f7 (patch) | |
tree | 6f62152c635cbf26ecb3ae2fc0698162e95322d3 /config/kernel | |
parent | 0543d6006e581452abec602aef3ebd09e500760d (diff) | |
download | crosstool-ng-d0f914810538c85aa456f2ac26fb6e1cc5f688f7.tar.gz crosstool-ng-d0f914810538c85aa456f2ac26fb6e1cc5f688f7.tar.bz2 crosstool-ng-d0f914810538c85aa456f2ac26fb6e1cc5f688f7.zip |
config/kernel: Update kernel versions
Add 2.6.39.2
Update 2.6.34 to 2.6.34.10
Update 2.6.33 to 2.6.33.15
Update 2.6.32 to 2.6.32.42
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'config/kernel')
-rw-r--r-- | config/kernel/linux.in | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index f19cf278..b9106c55 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -38,6 +38,10 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_2_6_39_2 + bool + prompt "2.6.39.2" + config KERNEL_V_2_6_39_1 bool prompt "2.6.39.1" @@ -77,17 +81,17 @@ config KERNEL_V_2_6_35_13 list entry: http://marc.info/?l=linux-kernel&m=129136895415202&w=4 -config KERNEL_V_2_6_34_9 +config KERNEL_V_2_6_34_10 bool - prompt "2.6.34.9" + prompt "2.6.34.10" -config KERNEL_V_2_6_33_14 +config KERNEL_V_2_6_33_15 bool - prompt "2.6.33.14" + prompt "2.6.33.15" -config KERNEL_V_2_6_32_41 +config KERNEL_V_2_6_32_42 bool - prompt "2.6.32.41 (longterm)" + prompt "2.6.32.42 (longterm)" help The Linux 2.6.32 tree is a "longterm" maintenance branch. @@ -149,15 +153,16 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.6.39.2" if KERNEL_V_2_6_39_2 default "2.6.39.1" if KERNEL_V_2_6_39_1 default "2.6.39" if KERNEL_V_2_6_39 default "2.6.38.8" if KERNEL_V_2_6_38_8 default "2.6.37.6" if KERNEL_V_2_6_37_6 default "2.6.36.4" if KERNEL_V_2_6_36_4 default "2.6.35.13" if KERNEL_V_2_6_35_13 - default "2.6.34.9" if KERNEL_V_2_6_34_9 - default "2.6.33.14" if KERNEL_V_2_6_33_14 - default "2.6.32.41" if KERNEL_V_2_6_32_41 + default "2.6.34.10" if KERNEL_V_2_6_34_10 + default "2.6.33.15" if KERNEL_V_2_6_33_15 + default "2.6.32.42" if KERNEL_V_2_6_32_42 default "2.6.31.14" if KERNEL_V_2_6_31_14 default "2.6.27.59" if KERNEL_V_2_6_27_59 |