summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-02-13 07:22:56 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-02-13 07:22:56 (GMT)
commit3f72b63050862503f4663455bc22628184b7e4cf (patch)
tree8e06d00414e3fc6e8facf5e0bf84bd242aabb655 /config
parentf962e240a3dc68ff10de71e12ceccd80151ab922 (diff)
Add latest Linux kernel versions (for headers): 2.6.27.1{6,7} & 2.6.28.5
/trunk/config/kernel/linux.in | 15 15 0 0 +++++++++++++++ 1 file changed, 15 insertions(+)
Diffstat (limited to 'config')
-rw-r--r--config/kernel/linux.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index 666b6f4..c5b8752 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -169,6 +169,14 @@ config KERNEL_V_2_6_27_15
bool
prompt "2.6.27.15"
+config KERNEL_V_2_6_27_16
+ bool
+ prompt "2.6.27.16"
+
+config KERNEL_V_2_6_27_17
+ bool
+ prompt "2.6.27.17"
+
config KERNEL_V_2_6_28
bool
prompt "2.6.28"
@@ -189,6 +197,10 @@ config KERNEL_V_2_6_28_4
bool
prompt "2.6.28.4"
+config KERNEL_V_2_6_28_5
+ bool
+ prompt "2.6.28.5"
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -228,11 +240,14 @@ config KERNEL_VERSION
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.27.16" if KERNEL_V_2_6_27_16
+ default "2.6.27.17" if KERNEL_V_2_6_27_17
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
+ default "2.6.28.5" if KERNEL_V_2_6_28_5
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!