# HG changeset patch # User "Yann E. MORIN" # Date 1308776054 -7200 # Node ID 8bb5151c5b01fb4d1ab7bc48cec563a1e6277304 # Parent 586678dfff0b19d1cee41c96755bc05b0dc62b5b kernel/linux: fix type in version strings I missed refreshing the patch before pushing. :-( Signed-off-by: "Yann E. MORIN" diff -r 586678dfff0b -r 8bb5151c5b01 config/kernel/linux.in --- a/config/kernel/linux.in Tue Jun 21 21:01:20 2011 -0700 +++ b/config/kernel/linux.in Wed Jun 22 22:54:14 2011 +0200 @@ -156,8 +156,8 @@ 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