summaryrefslogtreecommitdiff
path: root/config/kernel/linux.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-12-28 09:38:35 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-12-28 09:38:35 (GMT)
commit59f66ebdee30c5d0022243a58a00278a7e0555da (patch)
treec08c99c98a8aae66ffea49216a94f02044220539 /config/kernel/linux.in
parenta4e2d34a0fa11a7728303dd761586492ed40b016 (diff)
Add latest Linux kernel versions:
- 2.6.27.{7,8,9,10} - 2.6.28 /trunk/config/kernel/linux.in | 25 25 0 0 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+)
Diffstat (limited to 'config/kernel/linux.in')
-rw-r--r--config/kernel/linux.in25
1 files changed, 25 insertions, 0 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index f4ee8fa..a8f69f3 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -133,6 +133,26 @@ config KERNEL_V_2_6_27_6
bool
prompt "2.6.27.6"
+config KERNEL_V_2_6_27_7
+ bool
+ prompt "2.6.27.7"
+
+config KERNEL_V_2_6_27_8
+ bool
+ prompt "2.6.27.8"
+
+config KERNEL_V_2_6_27_9
+ bool
+ prompt "2.6.27.9"
+
+config KERNEL_V_2_6_27_10
+ bool
+ prompt "2.6.27.10"
+
+config KERNEL_V_2_6_28
+ bool
+ prompt "2.6.28"
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -163,6 +183,11 @@ config KERNEL_VERSION
default "2.6.27.4" if KERNEL_V_2_6_27_4
default "2.6.27.5" if KERNEL_V_2_6_27_5
default "2.6.27.6" if KERNEL_V_2_6_27_6
+ default "2.6.27.7" if KERNEL_V_2_6_27_7
+ default "2.6.27.8" if KERNEL_V_2_6_27_8
+ 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.28" if KERNEL_V_2_6_28
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!