kernel/linux: add latest 2.6.37.2 version

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
Yann E. MORIN" 2011-02-27 22:14:12 +01:00
parent ae2ca9a8d8
commit ef429a5a5d

View File

@ -24,6 +24,10 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
config KERNEL_V_2_6_37_2
bool
prompt "2.6.37.2"
config KERNEL_V_2_6_37_1
bool
prompt "2.6.37.1"
@ -127,6 +131,7 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "2.6.37.2" if KERNEL_V_2_6_37_2
default "2.6.37.1" if KERNEL_V_2_6_37_1
default "2.6.37" if KERNEL_V_2_6_37
default "2.6.36.4" if KERNEL_V_2_6_36_4