kernel/linux: add latest 2.6.32.8

This commit is contained in:
Yann E. MORIN" 2010-02-11 19:21:56 +01:00
parent 96f5d9003a
commit 9dc4e8172f

View File

@ -34,6 +34,10 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
config KERNEL_V_2_6_32_8
bool
prompt "2.6.32.8"
config KERNEL_V_2_6_32_7
bool
prompt "2.6.32.7"
@ -107,6 +111,7 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "2.6.32.8" if KERNEL_V_2_6_32_8
default "2.6.32.7" if KERNEL_V_2_6_32_7
default "2.6.32.6" if KERNEL_V_2_6_32_6
default "2.6.32.5" if KERNEL_V_2_6_32_5