Add headers from linux-2.6.27.11.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri Jan 16 09:13:16 2009 +0000 (2009-01-16)
changeset 113948e6a184e28e
parent 1138 ae135a73e338
child 1140 6bdb31785d6c
Add headers from linux-2.6.27.11.

/trunk/config/kernel/linux.in | 5 5 0 0 +++++
1 file changed, 5 insertions(+)
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Mon Jan 12 21:35:23 2009 +0000
     1.2 +++ b/config/kernel/linux.in	Fri Jan 16 09:13:16 2009 +0000
     1.3 @@ -149,6 +149,10 @@
     1.4      bool
     1.5      prompt "2.6.27.10"
     1.6  
     1.7 +config KERNEL_V_2_6_27_11
     1.8 +    bool
     1.9 +    prompt "2.6.27.11"
    1.10 +
    1.11  config KERNEL_V_2_6_28
    1.12      bool
    1.13      prompt "2.6.28"
    1.14 @@ -187,6 +191,7 @@
    1.15      default "2.6.27.8" if KERNEL_V_2_6_27_8
    1.16      default "2.6.27.9" if KERNEL_V_2_6_27_9
    1.17      default "2.6.27.10" if KERNEL_V_2_6_27_10
    1.18 +    default "2.6.27.11" if KERNEL_V_2_6_27_11
    1.19      default "2.6.28" if KERNEL_V_2_6_28
    1.20  # CT_INSERT_VERSION_STRING_ABOVE
    1.21  # Don't remove above line!