summaryrefslogtreecommitdiff
path: root/config/kernel/linux.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-02-07 08:05:10 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-02-07 08:05:10 (GMT)
commit54001543d3eb7c491a08c184ec9cc9afee1d8ae7 (patch)
tree1b72e4259fba768af4b0d897ec31265295a501b8 /config/kernel/linux.in
parent26cb83f176cc31c5bf78d530232ae365baf1e452 (diff)
Add latest Linux kernel versions 2.6.27.15 and 2.6.28.4.
/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 0fad865..666b6f4 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -165,6 +165,10 @@ config KERNEL_V_2_6_27_14
bool
prompt "2.6.27.14"
+config KERNEL_V_2_6_27_15
+ bool
+ prompt "2.6.27.15"
+
config KERNEL_V_2_6_28
bool
prompt "2.6.28"
@@ -181,6 +185,10 @@ config KERNEL_V_2_6_28_3
bool
prompt "2.6.28.3"
+config KERNEL_V_2_6_28_4
+ bool
+ prompt "2.6.28.4"
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -219,10 +227,12 @@ config KERNEL_VERSION
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.27.15" if KERNEL_V_2_6_27_15
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
+ default "2.6.28.4" if KERNEL_V_2_6_28_4
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!