summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederic Roussel" <fr.frasc@gmail.com>2009-11-17 17:54:10 (GMT)
committerFrederic Roussel" <fr.frasc@gmail.com>2009-11-17 17:54:10 (GMT)
commit7f6d11480011bfdf81ff60647b8263e81971c06d (patch)
tree25a50b84fdf8d2907ae43de919100bf6e9888f80
parent15627cbf8c568323af89cc0de9adbfddecbd8960 (diff)
Adding kernel 2.6.31.6 and 2.6.27.39
-rw-r--r--config/kernel/linux.in11
1 files changed, 8 insertions, 3 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index 9a388ee..c5211eb 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -34,6 +34,10 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config KERNEL_V_2_6_31_6
+ bool
+ prompt "2.6.31.6"
+
config KERNEL_V_2_6_31_5
bool
prompt "2.6.31.5"
@@ -108,9 +112,9 @@ config KERNEL_V_2_6_28_10
prompt "2.6.28.10 (OBSOLETE)"
depends on OBSOLETE
-config KERNEL_V_2_6_27_38
+config KERNEL_V_2_6_27_39
bool
- prompt "2.6.27.38 (long-term stable)"
+ prompt "2.6.27.39 (long-term stable)"
endchoice
@@ -118,6 +122,7 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "2.6.31.6" if KERNEL_V_2_6_31_6
default "2.6.31.5" if KERNEL_V_2_6_31_5
default "2.6.31.4" if KERNEL_V_2_6_31_4
default "2.6.31.3" if KERNEL_V_2_6_31_3
@@ -136,7 +141,7 @@ config KERNEL_VERSION
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.28.10" if KERNEL_V_2_6_28_10
- default "2.6.27.38" if KERNEL_V_2_6_27_38
+ default "2.6.27.39" if KERNEL_V_2_6_27_39
choice
bool