summaryrefslogtreecommitdiff
path: root/config/kernel/linux.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/kernel/linux.in')
-rw-r--r--config/kernel/linux.in22
1 files changed, 16 insertions, 6 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index 21f199f..e0321b6 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