summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-01-27 21:34:44 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-01-27 21:34:44 (GMT)
commit226d76c40b0dfcacb93a344966b866aeda15d649 (patch)
treef2466d8917dd831b43c0801d50acf70d942a88e0 /config
parentbf553ae72bdce5de054cdbbde09b60a1384ad93a (diff)
Add latest Linux kernel versions: 2.6.27.13 and 2.6.28.2.
/trunk/config/kernel/linux.in | 10 10 0 0 ++++++++++ 1 file changed, 10 insertions(+)
Diffstat (limited to 'config')
-rw-r--r--config/kernel/linux.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index 5dfe5ab..cdbdd20 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -157,6 +157,10 @@ config KERNEL_V_2_6_27_12
bool
prompt "2.6.27.12"
+config KERNEL_V_2_6_27_13
+ bool
+ prompt "2.6.27.13"
+
config KERNEL_V_2_6_28
bool
prompt "2.6.28"
@@ -165,6 +169,10 @@ config KERNEL_V_2_6_28_1
bool
prompt "2.6.28.1"
+config KERNEL_V_2_6_28_2
+ bool
+ prompt "2.6.28.2"
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -201,8 +209,10 @@ config KERNEL_VERSION
default "2.6.27.10" if KERNEL_V_2_6_27_10
default "2.6.27.11" if KERNEL_V_2_6_27_11
default "2.6.27.12" if KERNEL_V_2_6_27_12
+ default "2.6.27.13" if KERNEL_V_2_6_27_13
default "2.6.28" if KERNEL_V_2_6_28
default "2.6.28.1" if KERNEL_V_2_6_28_1
+ default "2.6.28.2" if KERNEL_V_2_6_28_2
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!