kernel/linux: add latest versions
author"Yann E. MORIN" <yann.morin.1998@free.fr>
Mon Oct 07 00:03:19 2013 +0200 (2013-10-07)
changeset 32419bcbfe402be0
parent 3240 bc4b36e3df0c
child 3242 009261a930fc
kernel/linux: add latest versions

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Mon Oct 07 00:00:34 2013 +0200
     1.2 +++ b/config/kernel/linux.in	Mon Oct 07 00:03:19 2013 +0200
     1.3 @@ -26,9 +26,29 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_3_11_4
     1.8 +    bool
     1.9 +    prompt "3.11.4"
    1.10 +
    1.11 +config KERNEL_V_3_11_3
    1.12 +    bool
    1.13 +    prompt "3.11.3"
    1.14 +
    1.15 +config KERNEL_V_3_11_2
    1.16 +    bool
    1.17 +    prompt "3.11.2"
    1.18 +
    1.19 +config KERNEL_V_3_11_1
    1.20 +    bool
    1.21 +    prompt "3.11.1"
    1.22 +
    1.23 +config KERNEL_V_3_11
    1.24 +    bool
    1.25 +    prompt "3.11"
    1.26 +
    1.27  config KERNEL_V_3_10
    1.28      bool
    1.29 -    prompt "3.10.2"
    1.30 +    prompt "3.10.15"
    1.31  
    1.32  config KERNEL_V_3_9
    1.33      bool
    1.34 @@ -52,7 +72,7 @@
    1.35  
    1.36  config KERNEL_V_3_4
    1.37      bool
    1.38 -    prompt "3.4.54"
    1.39 +    prompt "3.4.65"
    1.40  
    1.41  config KERNEL_V_3_3
    1.42      bool
    1.43 @@ -60,7 +80,7 @@
    1.44  
    1.45  config KERNEL_V_3_2
    1.46      bool
    1.47 -    prompt "3.2.48"
    1.48 +    prompt "3.2.51"
    1.49  
    1.50  config KERNEL_V_3_1
    1.51      bool
    1.52 @@ -68,7 +88,7 @@
    1.53  
    1.54  config KERNEL_V_3_0
    1.55      bool
    1.56 -    prompt "3.0.87"
    1.57 +    prompt "3.0.99"
    1.58  
    1.59  config KERNEL_V_2_6_39
    1.60      bool
    1.61 @@ -159,17 +179,22 @@
    1.62      string
    1.63  # Don't remove next line
    1.64  # CT_INSERT_VERSION_STRING_BELOW
    1.65 -    default "3.10.2" if KERNEL_V_3_10
    1.66 +    default "3.11.4" if KERNEL_V_3_11_4
    1.67 +    default "3.11.3" if KERNEL_V_3_11_3
    1.68 +    default "3.11.2" if KERNEL_V_3_11_2
    1.69 +    default "3.11.1" if KERNEL_V_3_11_1
    1.70 +    default "3.11" if KERNEL_V_3_11
    1.71 +    default "3.10.15" if KERNEL_V_3_10
    1.72      default "3.9.11" if KERNEL_V_3_9
    1.73      default "3.8.13" if KERNEL_V_3_8
    1.74      default "3.7.10" if KERNEL_V_3_7
    1.75      default "3.6.11" if KERNEL_V_3_6
    1.76      default "3.5.7" if KERNEL_V_3_5
    1.77 -    default "3.4.54" if KERNEL_V_3_4
    1.78 +    default "3.4.65" if KERNEL_V_3_4
    1.79      default "3.3.8" if KERNEL_V_3_3
    1.80 -    default "3.2.48" if KERNEL_V_3_2
    1.81 +    default "3.2.51" if KERNEL_V_3_2
    1.82      default "3.1.10" if KERNEL_V_3_1
    1.83 -    default "3.0.87" if KERNEL_V_3_0
    1.84 +    default "3.0.99" if KERNEL_V_3_0
    1.85      default "2.6.39.4" if KERNEL_V_2_6_39
    1.86      default "2.6.38.8" if KERNEL_V_2_6_38
    1.87      default "2.6.37.6" if KERNEL_V_2_6_37