summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/kernel/linux.in50
1 files changed, 18 insertions, 32 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index 717c1de..34c5422 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -34,10 +34,22 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config KERNEL_V_2_6_31_1
+ bool
+ prompt "2.6.31.1"
+
config KERNEL_V_2_6_31
bool
prompt "2.6.31"
+config KERNEL_V_3_6_30_8
+ bool
+ prompt "3.6.30.8"
+
+config KERNEL_V_3_6_30_7
+ bool
+ prompt "3.6.30.7"
+
config KERNEL_V_2_6_30_6
bool
prompt "2.6.30.6"
@@ -70,37 +82,13 @@ config KERNEL_V_2_6_29_6
bool
prompt "2.6.29.6"
-config KERNEL_V_2_6_29_5
- bool
- prompt "2.6.29.5"
-
-config KERNEL_V_2_6_29_4
- bool
- prompt "2.6.29.4"
-
-config KERNEL_V_2_6_29_3
- bool
- prompt "2.6.29.3"
-
-config KERNEL_V_2_6_29_2
- bool
- prompt "2.6.29.2"
-
-config KERNEL_V_2_6_29_1
- bool
- prompt "2.6.29.1"
-
-config KERNEL_V_2_6_29
- bool
- prompt "2.6.29"
-
config KERNEL_V_2_6_28_10
bool
prompt "2.6.28.10"
-config KERNEL_V_2_6_27_33
+config KERNEL_V_2_6_27_35
bool
- prompt "2.6.27.33 (long-term stable)"
+ prompt "2.6.27.35 (long-term stable)"
config KERNEL_V_2_6_26_8
bool
@@ -159,7 +147,10 @@ config KERNEL_VERSION
prompt "Kernel version" if KERNEL_V_select
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "2.6.31.1" if KERNEL_V_2_6_31_1
default "2.6.31" if KERNEL_V_2_6_31
+ default "3.6.30.8" if KERNEL_V_3_6_30_8
+ default "3.6.30.7" if KERNEL_V_3_6_30_7
default "2.6.30.6" if KERNEL_V_2_6_30_6
default "2.6.30.5" if KERNEL_V_2_6_30_5
default "2.6.30.4" if KERNEL_V_2_6_30_4
@@ -168,14 +159,9 @@ config KERNEL_VERSION
default "2.6.30.1" if KERNEL_V_2_6_30_1
default "2.6.30" if KERNEL_V_2_6_30
default "2.6.29.6" if KERNEL_V_2_6_29_6
- default "2.6.29.5" if KERNEL_V_2_6_29_5
- default "2.6.29.4" if KERNEL_V_2_6_29_4
- default "2.6.29.3" if KERNEL_V_2_6_29_3
- default "2.6.29.2" if KERNEL_V_2_6_29_2
- default "2.6.29.1" if KERNEL_V_2_6_29_1
default "2.6.29" if KERNEL_V_2_6_29
default "2.6.28.10" if KERNEL_V_2_6_28_10
- default "2.6.27.33" if KERNEL_V_2_6_27_33
+ default "2.6.27.35" if KERNEL_V_2_6_27_35
default "2.6.26.8" if KERNEL_V_2_6_26_8
default "2.6.25.20" if KERNEL_V_2_6_25_20
default "2.6.24.7" if KERNEL_V_2_6_24_7