From 74cfde04538bd978b9a63f3959c802a15692bc72 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 19 Dec 2009 12:54:59 +0100 Subject: kernel/linux: fix versions diff --git a/config/kernel/linux.in b/config/kernel/linux.in index c5211eb..24ac5db 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -62,17 +62,17 @@ config KERNEL_V_2_6_31 bool prompt "2.6.31" -config KERNEL_V_3_6_30_9 +config KERNEL_V_2_6_30_9 bool - prompt "3.6.30.9" + prompt "2.6.30.9" -config KERNEL_V_3_6_30_8 +config KERNEL_V_2_6_30_8 bool - prompt "3.6.30.8" + prompt "2.6.30.8" -config KERNEL_V_3_6_30_7 +config KERNEL_V_2_6_30_7 bool - prompt "3.6.30.7" + prompt "2.6.30.7" config KERNEL_V_2_6_30_6 bool @@ -129,9 +129,9 @@ config KERNEL_VERSION default "2.6.31.2" if KERNEL_V_2_6_31_2 default "2.6.31.1" if KERNEL_V_2_6_31_1 default "2.6.31" if KERNEL_V_2_6_31 - default "3.6.30.9" if KERNEL_V_3_6_30_9 - default "3.6.30.8" if KERNEL_V_3_6_30_8 - default "3.6.30.7" if KERNEL_V_3_6_30_7 + default "2.6.30.9" if KERNEL_V_2_6_30_9 + default "2.6.30.8" if KERNEL_V_2_6_30_8 + default "2.6.30.7" if KERNEL_V_2_6_30_7 default "2.6.30.6" if KERNEL_V_2_6_30_6 default "2.6.30.5" if KERNEL_V_2_6_30_5 default "2.6.30.4" if KERNEL_V_2_6_30_4 -- cgit v0.10.2-6-g49f6