kernel/linux: fix type in version strings
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Jun 22 22:54:14 2011 +0200 (2011-06-22)
changeset 25148bb5151c5b01
parent 2513 586678dfff0b
child 2515 364b06df9e3a
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>
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Tue Jun 21 21:01:20 2011 -0700
     1.2 +++ b/config/kernel/linux.in	Wed Jun 22 22:54:14 2011 +0200
     1.3 @@ -156,8 +156,8 @@
     1.4      default "2.6.36.4" if KERNEL_V_2_6_36_4
     1.5      default "2.6.35.13" if KERNEL_V_2_6_35_13
     1.6      default "2.6.34.9" if KERNEL_V_2_6_34_9
     1.7 -    default "2.6.33.14" if KERNEL_V_2_6_33_13
     1.8 -    default "2.6.32.41" if KERNEL_V_2_6_32_40
     1.9 +    default "2.6.33.14" if KERNEL_V_2_6_33_14
    1.10 +    default "2.6.32.41" if KERNEL_V_2_6_32_41
    1.11      default "2.6.31.14" if KERNEL_V_2_6_31_14
    1.12      default "2.6.27.59" if KERNEL_V_2_6_27_59
    1.13