config/kernel/linux.in
changeset 1130 78681fe5cdd1
parent 1042 3d35a55cdfbc
child 1139 48e6a184e28e
     1.1 --- a/config/kernel/linux.in	Thu Nov 13 20:19:50 2008 +0000
     1.2 +++ b/config/kernel/linux.in	Tue Jan 06 22:22:02 2009 +0000
     1.3 @@ -133,6 +133,26 @@
     1.4      bool
     1.5      prompt "2.6.27.6"
     1.6  
     1.7 +config KERNEL_V_2_6_27_7
     1.8 +    bool
     1.9 +    prompt "2.6.27.7"
    1.10 +
    1.11 +config KERNEL_V_2_6_27_8
    1.12 +    bool
    1.13 +    prompt "2.6.27.8"
    1.14 +
    1.15 +config KERNEL_V_2_6_27_9
    1.16 +    bool
    1.17 +    prompt "2.6.27.9"
    1.18 +
    1.19 +config KERNEL_V_2_6_27_10
    1.20 +    bool
    1.21 +    prompt "2.6.27.10"
    1.22 +
    1.23 +config KERNEL_V_2_6_28
    1.24 +    bool
    1.25 +    prompt "2.6.28"
    1.26 +
    1.27  # CT_INSERT_VERSION_ABOVE
    1.28  # Don't remove above line!
    1.29  endchoice
    1.30 @@ -163,6 +183,11 @@
    1.31      default "2.6.27.4" if KERNEL_V_2_6_27_4
    1.32      default "2.6.27.5" if KERNEL_V_2_6_27_5
    1.33      default "2.6.27.6" if KERNEL_V_2_6_27_6
    1.34 +    default "2.6.27.7" if KERNEL_V_2_6_27_7
    1.35 +    default "2.6.27.8" if KERNEL_V_2_6_27_8
    1.36 +    default "2.6.27.9" if KERNEL_V_2_6_27_9
    1.37 +    default "2.6.27.10" if KERNEL_V_2_6_27_10
    1.38 +    default "2.6.28" if KERNEL_V_2_6_28
    1.39  # CT_INSERT_VERSION_STRING_ABOVE
    1.40  # Don't remove above line!
    1.41