summaryrefslogtreecommitdiff
path: root/config/kernel/linux.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-02-02 21:05:40 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-02-02 21:05:40 (GMT)
commita706d09c2e841a6e98f559264053a2789d87c08a (patch)
tree51cf709507d8999c758e5ba12baf1d9263e9c4a1 /config/kernel/linux.in
parent7fc16eff80dc041ce00349b150352cf51607c453 (diff)
Add latest Linux kernel versions (2.6.27.14 and 2.6.28.3).
/trunk/config/kernel/linux.in | 10 10 0 0 ++++++++++ 1 file changed, 10 insertions(+)
Diffstat (limited to 'config/kernel/linux.in')
-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 cdbdd20..0fad865 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -161,6 +161,10 @@ config KERNEL_V_2_6_27_13
bool
prompt "2.6.27.13"
+config KERNEL_V_2_6_27_14
+ bool
+ prompt "2.6.27.14"
+
config KERNEL_V_2_6_28
bool
prompt "2.6.28"
@@ -173,6 +177,10 @@ config KERNEL_V_2_6_28_2
bool
prompt "2.6.28.2"
+config KERNEL_V_2_6_28_3
+ bool
+ prompt "2.6.28.3"
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -210,9 +218,11 @@ config KERNEL_VERSION
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.27.14" if KERNEL_V_2_6_27_14
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
+ default "2.6.28.3" if KERNEL_V_2_6_28_3
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!