summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-01-20 18:49:12 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-01-20 18:49:12 (GMT)
commite11cc118f2d0a2b2433c9bb81d223daa736d679b (patch)
tree6ba3be35cc099a91235b2819720ae127227354c0
parentf6a8ed369f9836fb68c3fc7db121ea89e895b051 (diff)
Add latest Linux kernel versions.
/trunk/config/kernel/linux.in | 10 10 0 0 ++++++++++ 1 file changed, 10 insertions(+)
-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 efebf6c..5dfe5ab 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -153,10 +153,18 @@ config KERNEL_V_2_6_27_11
bool
prompt "2.6.27.11"
+config KERNEL_V_2_6_27_12
+ bool
+ prompt "2.6.27.12"
+
config KERNEL_V_2_6_28
bool
prompt "2.6.28"
+config KERNEL_V_2_6_28_1
+ bool
+ prompt "2.6.28.1"
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -192,7 +200,9 @@ config KERNEL_VERSION
default "2.6.27.9" if KERNEL_V_2_6_27_9
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.28" if KERNEL_V_2_6_28
+ default "2.6.28.1" if KERNEL_V_2_6_28_1
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!