config/kernel/linux.in
changeset 911 e0a3d5c1ecbd
parent 861 5506fbbad59b
child 915 452aa1d7f9b1
     1.1 --- a/config/kernel/linux.in	Tue Sep 16 17:39:40 2008 +0000
     1.2 +++ b/config/kernel/linux.in	Thu Oct 09 13:15:46 2008 +0000
     1.3 @@ -136,6 +136,10 @@
     1.4      bool
     1.5      prompt "2.6.25.17"
     1.6  
     1.7 +config KERNEL_V_2_6_25_18
     1.8 +    bool
     1.9 +    prompt "2.6.25.18"
    1.10 +
    1.11  config KERNEL_V_2_6_26
    1.12      bool
    1.13      prompt "2.6.26"
    1.14 @@ -160,6 +164,10 @@
    1.15      bool
    1.16      prompt "2.6.26.5"
    1.17  
    1.18 +config KERNEL_V_2_6_26_6
    1.19 +    bool
    1.20 +    prompt "2.6.26.6"
    1.21 +
    1.22  # CT_INSERT_VERSION_ABOVE
    1.23  # Don't remove above line!
    1.24  endchoice
    1.25 @@ -188,15 +196,17 @@
    1.26      default "2.6.25.12" if KERNEL_V_2_6_25_12
    1.27      default "2.6.25.13" if KERNEL_V_2_6_25_13
    1.28      default "2.6.25.14" if KERNEL_V_2_6_25_14
    1.29 -    default "2.6.25.14" if KERNEL_V_2_6_25_15
    1.30 -    default "2.6.25.15" if KERNEL_V_2_6_25_16
    1.31 -    default "2.6.25.15" if KERNEL_V_2_6_25_17
    1.32 +    default "2.6.25.15" if KERNEL_V_2_6_25_15
    1.33 +    default "2.6.25.16" if KERNEL_V_2_6_25_16
    1.34 +    default "2.6.25.17" if KERNEL_V_2_6_25_17
    1.35 +    default "2.6.25.18" if KERNEL_V_2_6_25_18
    1.36      default "2.6.26" if KERNEL_V_2_6_26
    1.37      default "2.6.26.1" if KERNEL_V_2_6_26_1
    1.38      default "2.6.26.2" if KERNEL_V_2_6_26_2
    1.39      default "2.6.26.3" if KERNEL_V_2_6_26_3
    1.40      default "2.6.26.4" if KERNEL_V_2_6_26_4
    1.41      default "2.6.26.5" if KERNEL_V_2_6_26_5
    1.42 +    default "2.6.26.6" if KERNEL_V_2_6_26_6
    1.43  # CT_INSERT_VERSION_STRING_ABOVE
    1.44  # Don't remove above line!
    1.45