kernel/linux: fix type in version strings

I missed refreshing the patch before pushing. :-(

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
Yann E. MORIN" 2011-06-22 22:54:14 +02:00
parent d2a0193a8a
commit fe5da0936b

View File

@ -156,8 +156,8 @@ config KERNEL_VERSION
default "2.6.36.4" if KERNEL_V_2_6_36_4
default "2.6.35.13" if KERNEL_V_2_6_35_13
default "2.6.34.9" if KERNEL_V_2_6_34_9
default "2.6.33.14" if KERNEL_V_2_6_33_13
default "2.6.32.41" if KERNEL_V_2_6_32_40
default "2.6.33.14" if KERNEL_V_2_6_33_14
default "2.6.32.41" if KERNEL_V_2_6_32_41
default "2.6.31.14" if KERNEL_V_2_6_31_14
default "2.6.27.59" if KERNEL_V_2_6_27_59