config/kernel/linux.in
changeset 1227 0e41968c3463
parent 1224 959134130e3e
child 1275 cbfe92452378
child 1365 c4d124ed9f8e
     1.1 --- a/config/kernel/linux.in	Wed Mar 04 17:49:10 2009 +0000
     1.2 +++ b/config/kernel/linux.in	Wed Mar 04 18:45:26 2009 +0000
     1.3 @@ -177,6 +177,14 @@
     1.4      bool
     1.5      prompt "2.6.27.17"
     1.6  
     1.7 +config KERNEL_V_2_6_27_18
     1.8 +    bool
     1.9 +    prompt "2.6.27.18"
    1.10 +
    1.11 +config KERNEL_V_2_6_27_19
    1.12 +    bool
    1.13 +    prompt "2.6.27.19"
    1.14 +
    1.15  config KERNEL_V_2_6_28
    1.16      bool
    1.17      prompt "2.6.28"
    1.18 @@ -250,6 +258,8 @@
    1.19      default "2.6.27.15" if KERNEL_V_2_6_27_15
    1.20      default "2.6.27.16" if KERNEL_V_2_6_27_16
    1.21      default "2.6.27.17" if KERNEL_V_2_6_27_17
    1.22 +    default "2.6.27.18" if KERNEL_V_2_6_27_18
    1.23 +    default "2.6.27.19" if KERNEL_V_2_6_27_19
    1.24      default "2.6.28" if KERNEL_V_2_6_28
    1.25      default "2.6.28.1" if KERNEL_V_2_6_28_1
    1.26      default "2.6.28.2" if KERNEL_V_2_6_28_2