diff options
-rw-r--r-- | config/kernel/linux.in | 33 |
1 files changed, 24 insertions, 9 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index 541b141c..b37f7e2c 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -38,6 +38,18 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_2_6_39 + bool + prompt "2.6.39" + +config KERNEL_V_2_6_38_6 + bool + prompt "2.6.38.6" + +config KERNEL_V_2_6_38_5 + bool + prompt "2.6.38.5" + config KERNEL_V_2_6_38_4 bool prompt "2.6.38.4" @@ -89,13 +101,13 @@ config KERNEL_V_2_6_34_9 bool prompt "2.6.34.9" -config KERNEL_V_2_6_33_12 +config KERNEL_V_2_6_33_13 bool - prompt "2.6.33.12" + prompt "2.6.33.13" -config KERNEL_V_2_6_32_39 +config KERNEL_V_2_6_32_40 bool - prompt "2.6.32.39 (longterm)" + prompt "2.6.32.40 (longterm)" help The Linux 2.6.32 tree is a "longterm" maintenance branch. @@ -116,9 +128,9 @@ config KERNEL_V_2_6_31_14 bool prompt "2.6.31.14" -config KERNEL_V_2_6_27_58 +config KERNEL_V_2_6_27_59 bool - prompt "2.6.27.58 (longterm)" + prompt "2.6.27.59 (longterm)" help The Linux 2.6.27 tree is a "longterm" maintenance branch. @@ -157,6 +169,9 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.6.39" if KERNEL_V_2_6_39 + default "2.6.38.6" if KERNEL_V_2_6_38_6 + default "2.6.38.5" if KERNEL_V_2_6_38_5 default "2.6.38.4" if KERNEL_V_2_6_38_4 default "2.6.38.3" if KERNEL_V_2_6_38_3 default "2.6.38.2" if KERNEL_V_2_6_38_2 @@ -166,10 +181,10 @@ config KERNEL_VERSION 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.12" if KERNEL_V_2_6_33_12 - default "2.6.32.39" if KERNEL_V_2_6_32_39 + default "2.6.33.13" if KERNEL_V_2_6_33_13 + default "2.6.32.40" if KERNEL_V_2_6_32_40 default "2.6.31.14" if KERNEL_V_2_6_31_14 - default "2.6.27.58" if KERNEL_V_2_6_27_58 + default "2.6.27.59" if KERNEL_V_2_6_27_59 endif # KERNEL_LINUX_INSTALL |