Add latest Linux kernel versions:

- 2.6.27.{7,8,9,10}
- 2.6.28

 /trunk/config/kernel/linux.in |   25    25     0     0 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
This commit is contained in:
Yann E. MORIN" 2008-12-28 09:38:35 +00:00
parent a4e2d34a0f
commit 59f66ebdee

View File

@ -133,6 +133,26 @@ config KERNEL_V_2_6_27_6
bool
prompt "2.6.27.6"
config KERNEL_V_2_6_27_7
bool
prompt "2.6.27.7"
config KERNEL_V_2_6_27_8
bool
prompt "2.6.27.8"
config KERNEL_V_2_6_27_9
bool
prompt "2.6.27.9"
config KERNEL_V_2_6_27_10
bool
prompt "2.6.27.10"
config KERNEL_V_2_6_28
bool
prompt "2.6.28"
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@ -163,6 +183,11 @@ config KERNEL_VERSION
default "2.6.27.4" if KERNEL_V_2_6_27_4
default "2.6.27.5" if KERNEL_V_2_6_27_5
default "2.6.27.6" if KERNEL_V_2_6_27_6
default "2.6.27.7" if KERNEL_V_2_6_27_7
default "2.6.27.8" if KERNEL_V_2_6_27_8
default "2.6.27.9" if KERNEL_V_2_6_27_9
default "2.6.27.10" if KERNEL_V_2_6_27_10
default "2.6.28" if KERNEL_V_2_6_28
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!