config: add Linux kernel 2.6.30.5
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Aug 19 17:05:42 2009 +0200 (2009-08-19)
changeset 14735377799f236e
parent 1472 96d73cd56e6c
child 1474 ad84997abba1
config: add Linux kernel 2.6.30.5
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Wed Aug 19 17:05:17 2009 +0200
     1.2 +++ b/config/kernel/linux.in	Wed Aug 19 17:05:42 2009 +0200
     1.3 @@ -132,6 +132,10 @@
     1.4      bool
     1.5      prompt "2.6.30.4"
     1.6  
     1.7 +config KERNEL_V_2_6_30_5
     1.8 +    bool
     1.9 +    prompt "2.6.30.5"
    1.10 +
    1.11  # CT_INSERT_VERSION_ABOVE
    1.12  # Don't remove above line!
    1.13  
    1.14 @@ -168,6 +172,7 @@
    1.15      default "2.6.30.2" if KERNEL_V_2_6_30_2
    1.16      default "2.6.30.3" if KERNEL_V_2_6_30_3
    1.17      default "2.6.30.4" if KERNEL_V_2_6_30_4
    1.18 +    default "2.6.30.5" if KERNEL_V_2_6_30_5
    1.19  # CT_INSERT_VERSION_STRING_ABOVE
    1.20  # Don't remove above line!
    1.21      help