From fe5da0936ba5c98ea8d5e9dae566d2dcaf3e48a3 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 22 Jun 2011 22:54:14 +0200 Subject: kernel/linux: fix type in version strings I missed refreshing the patch before pushing. :-( Signed-off-by: "Yann E. MORIN" diff --git a/config/kernel/linux.in b/config/kernel/linux.in index 371ce51..f19cf27 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -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 -- cgit v0.10.2-6-g49f6