config/kernel/linux.in
changeset 2325 046b36207331
parent 2317 6d21330d6db0
child 2337 236e33eda764
     1.1 --- a/config/kernel/linux.in	Tue Feb 22 23:47:15 2011 +0100
     1.2 +++ b/config/kernel/linux.in	Sun Feb 27 22:14:12 2011 +0100
     1.3 @@ -24,6 +24,10 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_2_6_37_2
     1.8 +    bool
     1.9 +    prompt "2.6.37.2"
    1.10 +
    1.11  config KERNEL_V_2_6_37_1
    1.12      bool
    1.13      prompt "2.6.37.1"
    1.14 @@ -127,6 +131,7 @@
    1.15      string
    1.16  # Don't remove next line
    1.17  # CT_INSERT_VERSION_STRING_BELOW
    1.18 +    default "2.6.37.2" if KERNEL_V_2_6_37_2
    1.19      default "2.6.37.1" if KERNEL_V_2_6_37_1
    1.20      default "2.6.37" if KERNEL_V_2_6_37
    1.21      default "2.6.36.4" if KERNEL_V_2_6_36_4