summaryrefslogtreecommitdiff
path: root/config/kernel/linux.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-09 13:15:46 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-09 13:15:46 (GMT)
commit374744285e6f449a73c883c172726ab9f0b9f064 (patch)
tree6837e872de1e5138f8d9ab90835c5e6f6fcc0fb6 /config/kernel/linux.in
parent1fa683894fc60dc9cbb6f07896cde3ce48d9f935 (diff)
Add latest Linux kernel versions 2.6.25.18 & 2.6.26.6.
Fix using Linux kernel versions 2.6.25.{15,16,17}. /trunk/config/kernel/linux.in | 16 13 3 0 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-)
Diffstat (limited to 'config/kernel/linux.in')
-rw-r--r--config/kernel/linux.in16
1 files changed, 13 insertions, 3 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index 7fd0523..9b779d5 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -136,6 +136,10 @@ config KERNEL_V_2_6_25_17
bool
prompt "2.6.25.17"
+config KERNEL_V_2_6_25_18
+ bool
+ prompt "2.6.25.18"
+
config KERNEL_V_2_6_26
bool
prompt "2.6.26"
@@ -160,6 +164,10 @@ config KERNEL_V_2_6_26_5
bool
prompt "2.6.26.5"
+config KERNEL_V_2_6_26_6
+ bool
+ prompt "2.6.26.6"
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -188,15 +196,17 @@ config KERNEL_VERSION
default "2.6.25.12" if KERNEL_V_2_6_25_12
default "2.6.25.13" if KERNEL_V_2_6_25_13
default "2.6.25.14" if KERNEL_V_2_6_25_14
- default "2.6.25.14" if KERNEL_V_2_6_25_15
- default "2.6.25.15" if KERNEL_V_2_6_25_16
- default "2.6.25.15" if KERNEL_V_2_6_25_17
+ default "2.6.25.15" if KERNEL_V_2_6_25_15
+ default "2.6.25.16" if KERNEL_V_2_6_25_16
+ default "2.6.25.17" if KERNEL_V_2_6_25_17
+ default "2.6.25.18" if KERNEL_V_2_6_25_18
default "2.6.26" if KERNEL_V_2_6_26
default "2.6.26.1" if KERNEL_V_2_6_26_1
default "2.6.26.2" if KERNEL_V_2_6_26_2
default "2.6.26.3" if KERNEL_V_2_6_26_3
default "2.6.26.4" if KERNEL_V_2_6_26_4
default "2.6.26.5" if KERNEL_V_2_6_26_5
+ default "2.6.26.6" if KERNEL_V_2_6_26_6
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!