summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/kernel/linux.in.229
1 files changed, 17 insertions, 12 deletions
diff --git a/config/kernel/linux.in.2 b/config/kernel/linux.in.2
index a1112bd..36b6655 100644
--- a/config/kernel/linux.in.2
+++ b/config/kernel/linux.in.2
@@ -34,6 +34,10 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config KERNEL_V_2_6_38_4
+ bool
+ prompt "2.6.38.4"
+
config KERNEL_V_2_6_38_3
bool
prompt "2.6.38.3"
@@ -58,9 +62,9 @@ config KERNEL_V_2_6_36_4
bool
prompt "2.6.36.4"
-config KERNEL_V_2_6_35_12
+config KERNEL_V_2_6_35_13
bool
- prompt "2.6.35.12 (longterm)"
+ prompt "2.6.35.13 (longterm)"
help
The Linux 2.6.35 tree is a "longterm" maintenance branch.
@@ -77,17 +81,17 @@ config KERNEL_V_2_6_35_12
list entry:
http://marc.info/?l=linux-kernel&m=129136895415202&w=4
-config KERNEL_V_2_6_34_8
+config KERNEL_V_2_6_34_9
bool
- prompt "2.6.34.8"
+ prompt "2.6.34.9"
-config KERNEL_V_2_6_33_11
+config KERNEL_V_2_6_33_12
bool
- prompt "2.6.33.11"
+ prompt "2.6.33.12"
-config KERNEL_V_2_6_32_38
+config KERNEL_V_2_6_32_39
bool
- prompt "2.6.32.38 (longterm)"
+ prompt "2.6.32.39 (longterm)"
help
The Linux 2.6.32 tree is a "longterm" maintenance branch.
@@ -149,16 +153,17 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ 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
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.36.4" if KERNEL_V_2_6_36_4
- default "2.6.35.12" if KERNEL_V_2_6_35_12
- default "2.6.34.8" if KERNEL_V_2_6_34_8
- default "2.6.33.11" if KERNEL_V_2_6_33_11
- default "2.6.32.38" if KERNEL_V_2_6_32_38
+ 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.31.14" if KERNEL_V_2_6_31_14
default "2.6.27.58" if KERNEL_V_2_6_27_58