config/kernel/linux.in
changeset 1224 959134130e3e
parent 1222 c7558c696cc4
child 1227 0e41968c3463
     1.1 --- a/config/kernel/linux.in	Tue Mar 03 20:29:35 2009 +0000
     1.2 +++ b/config/kernel/linux.in	Wed Mar 04 17:49:10 2009 +0000
     1.3 @@ -201,6 +201,14 @@
     1.4      bool
     1.5      prompt "2.6.28.5"
     1.6  
     1.7 +config KERNEL_V_2_6_28_6
     1.8 +    bool
     1.9 +    prompt "2.6.28.6"
    1.10 +
    1.11 +config KERNEL_V_2_6_28_7
    1.12 +    bool
    1.13 +    prompt "2.6.28.7"
    1.14 +
    1.15  # CT_INSERT_VERSION_ABOVE
    1.16  # Don't remove above line!
    1.17  endchoice
    1.18 @@ -248,6 +256,8 @@
    1.19      default "2.6.28.3" if KERNEL_V_2_6_28_3
    1.20      default "2.6.28.4" if KERNEL_V_2_6_28_4
    1.21      default "2.6.28.5" if KERNEL_V_2_6_28_5
    1.22 +    default "2.6.28.6" if KERNEL_V_2_6_28_6
    1.23 +    default "2.6.28.7" if KERNEL_V_2_6_28_7
    1.24  # CT_INSERT_VERSION_STRING_ABOVE
    1.25  # Don't remove above line!
    1.26