summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-05-07 18:53:49 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-05-07 18:53:49 (GMT)
commitd9378214ccb3fbdee65e56e63441aff938c79a70 (patch)
treef8718d7e540e8895c75d298d85805a0cb5d98381 /config
parenta0cf91e83ba73841a4ad810af8df7bf5c8dc0ab4 (diff)
Add katest Linux kernel versions: 2.6.27.22, 2.6.28.10 and 2.6.29.2.
-------- diffstat follows -------- /trunk/config/kernel/linux.in | 16 13 3 0 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-)
Diffstat (limited to 'config')
-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 440f671..06a179b 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -74,9 +74,9 @@ config KERNEL_V_2_6_26_8
prompt "2.6.26.8 (OBSOLETE)"
depends on OBSOLETE
-config KERNEL_V_2_6_27_21
+config KERNEL_V_2_6_27_22
bool
- prompt "2.6.27.21 (OBSOLETE)"
+ prompt "2.6.27.22 (OBSOLETE)"
depends on OBSOLETE
config KERNEL_V_2_6_28
@@ -119,6 +119,10 @@ config KERNEL_V_2_6_28_9
bool
prompt "2.6.28.9"
+config KERNEL_V_2_6_28_10
+ bool
+ prompt "2.6.28.10"
+
config KERNEL_V_2_6_29
bool
prompt "2.6.29"
@@ -127,6 +131,10 @@ config KERNEL_V_2_6_29_1
bool
prompt "2.6.29.1"
+config KERNEL_V_2_6_29_2
+ bool
+ prompt "2.6.29.2"
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
@@ -149,7 +157,7 @@ config KERNEL_VERSION
default "2.6.24.7" if KERNEL_V_2_6_24_7
default "2.6.25.20" if KERNEL_V_2_6_25_20
default "2.6.26.8" if KERNEL_V_2_6_26_8
- default "2.6.27.21" if KERNEL_V_2_6_27_21
+ default "2.6.27.22" if KERNEL_V_2_6_27_22
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
@@ -160,8 +168,10 @@ config KERNEL_VERSION
default "2.6.28.7" if KERNEL_V_2_6_28_7
default "2.6.28.8" if KERNEL_V_2_6_28_8
default "2.6.28.9" if KERNEL_V_2_6_28_9
+ default "2.6.28.10" if KERNEL_V_2_6_28_10
default "2.6.29" if KERNEL_V_2_6_29
default "2.6.29.1" if KERNEL_V_2_6_29_1
+ default "2.6.29.2" if KERNEL_V_2_6_29_2
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!
help