kernel/linux: add 3.0 Woohoo! \o/

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
Yann E. MORIN" 2011-07-22 21:48:35 +02:00
parent c4d628f257
commit 6914d03380

View File

@ -38,6 +38,10 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
config KERNEL_V_3_0
bool
prompt "3.0"
config KERNEL_V_2_6_39_3
bool
prompt "2.6.39.3"
@ -157,6 +161,7 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "3.0" if KERNEL_V_3_0
default "2.6.39.3" if KERNEL_V_2_6_39_3
default "2.6.39.2" if KERNEL_V_2_6_39_2
default "2.6.39.1" if KERNEL_V_2_6_39_1