summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-06-22 20:54:14 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-06-22 20:54:14 (GMT)
commitfe5da0936ba5c98ea8d5e9dae566d2dcaf3e48a3 (patch)
tree90da197891fb6e0dea7df86f5247457c46bfd71a
parentd2a0193a8a6fa6085bbc7af18005a8d1fe88e7f3 (diff)
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>
-rw-r--r--config/kernel/linux.in4
1 files changed, 2 insertions, 2 deletions
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