summaryrefslogtreecommitdiff
path: root/config/kernel/linux.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-24 15:38:13 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-24 15:38:13 (GMT)
commite6abad7e97249ecd4e7b6caee58deeb904e2e308 (patch)
treea15e4767936e78ab483f08be767de19ae2bffaff /config/kernel/linux.in
parente912ebc4756189f644cfe0b22806cd6d20b0f29f (diff)
Add the latest Linux kernel versions: 2.6.25.19, 2.6.26.7 and 2.6.27.3.
/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 aea5c74..ba3a1ba 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -64,9 +64,9 @@ config KERNEL_V_2_6_24_7
prompt "2.6.24.7 (OBSOLETE)"
depends on OBSOLETE
-config KERNEL_V_2_6_25_18
+config KERNEL_V_2_6_25_19
bool
- prompt "2.6.25.18 (OBSOLETE)"
+ prompt "2.6.25.19 (OBSOLETE)"
depends on OBSOLETE
config KERNEL_V_2_6_26
@@ -97,6 +97,10 @@ config KERNEL_V_2_6_26_6
bool
prompt "2.6.26.6"
+config KERNEL_V_2_6_26_7
+ bool
+ prompt "2.6.26.7"
+
config KERNEL_V_2_6_27
bool
prompt "2.6.27"
@@ -109,6 +113,10 @@ config KERNEL_V_2_6_27_2
bool
prompt "2.6.27.2"
+config KERNEL_V_2_6_27_3
+ bool
+ prompt "2.6.27.3"
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -122,7 +130,7 @@ config KERNEL_VERSION
default "2.6.22.19" if KERNEL_V_2_6_22_19
default "2.6.23.17" if KERNEL_V_2_6_23_17
default "2.6.24.7" if KERNEL_V_2_6_24_7
- default "2.6.25.18" if KERNEL_V_2_6_25_18
+ default "2.6.25.19" if KERNEL_V_2_6_25_19
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
@@ -130,9 +138,11 @@ config KERNEL_VERSION
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
+ default "2.6.26.7" if KERNEL_V_2_6_26_7
default "2.6.27" if KERNEL_V_2_6_27
default "2.6.27.1" if KERNEL_V_2_6_27_1
default "2.6.27.2" if KERNEL_V_2_6_27_2
+ default "2.6.27.3" if KERNEL_V_2_6_27_3
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!