linux/kernel: fix version numbers 1.5
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Dec 19 13:08:34 2009 +0100 (2009-12-19)
branch1.5
changeset 1666bf0dca8650a4
parent 1661 a3c0dc275759
child 1706 5360c810222d
linux/kernel: fix version numbers
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Thu Dec 10 15:09:13 2009 +0100
     1.2 +++ b/config/kernel/linux.in	Sat Dec 19 13:08:34 2009 +0100
     1.3 @@ -42,13 +42,13 @@
     1.4      bool
     1.5      prompt "2.6.31"
     1.6  
     1.7 -config KERNEL_V_3_6_30_8
     1.8 +config KERNEL_V_2_6_30_8
     1.9      bool
    1.10 -    prompt "3.6.30.8"
    1.11 +    prompt "2.6.30.8"
    1.12  
    1.13 -config KERNEL_V_3_6_30_7
    1.14 +config KERNEL_V_2_6_30_7
    1.15      bool
    1.16 -    prompt "3.6.30.7"
    1.17 +    prompt "2.6.30.7"
    1.18  
    1.19  config KERNEL_V_2_6_30_6
    1.20      bool
    1.21 @@ -149,8 +149,8 @@
    1.22  # CT_INSERT_VERSION_STRING_BELOW
    1.23      default "2.6.31.1" if KERNEL_V_2_6_31_1
    1.24      default "2.6.31" if KERNEL_V_2_6_31
    1.25 -    default "3.6.30.8" if KERNEL_V_3_6_30_8
    1.26 -    default "3.6.30.7" if KERNEL_V_3_6_30_7
    1.27 +    default "2.6.30.8" if KERNEL_V_2_6_30_8
    1.28 +    default "2.6.30.7" if KERNEL_V_2_6_30_7
    1.29      default "2.6.30.6" if KERNEL_V_2_6_30_6
    1.30      default "2.6.30.5" if KERNEL_V_2_6_30_5
    1.31      default "2.6.30.4" if KERNEL_V_2_6_30_4