# HG changeset patch # User "Yann E. MORIN" # Date 1261224514 -3600 # Node ID bf0dca8650a4632ad8f85976dd33039f435ef01c # Parent a3c0dc275759f342d2eeb0626c5c874ea359fb16 linux/kernel: fix version numbers diff -r a3c0dc275759 -r bf0dca8650a4 config/kernel/linux.in --- a/config/kernel/linux.in Thu Dec 10 15:09:13 2009 +0100 +++ b/config/kernel/linux.in Sat Dec 19 13:08:34 2009 +0100 @@ -42,13 +42,13 @@ bool prompt "2.6.31" -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 @@ -149,8 +149,8 @@ # CT_INSERT_VERSION_STRING_BELOW 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.8" if KERNEL_V_3_6_30_8 - default "3.6.30.7" if KERNEL_V_3_6_30_7 + 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