Add linux-2.6.26.3.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Sep 01 16:57:41 2008 +0000 (2008-09-01)
changeset 81968b6534aad77
parent 818 7f65fde1eb5b
child 820 d43c250051c7
Add linux-2.6.26.3.

/trunk/config/kernel/linux_headers_install.in | 6 6 0 0 ++++++
1 file changed, 6 insertions(+)
config/kernel/linux_headers_install.in
     1.1 --- a/config/kernel/linux_headers_install.in	Mon Sep 01 09:15:31 2008 +0000
     1.2 +++ b/config/kernel/linux_headers_install.in	Mon Sep 01 16:57:41 2008 +0000
     1.3 @@ -164,6 +164,11 @@
     1.4      prompt "2.6.26.2"
     1.5      depends on KERNEL_VERSION_SEE_EXTRAVERSION
     1.6  
     1.7 +config KERNEL_INSTALL_V_2_6_26_3
     1.8 +    bool
     1.9 +    prompt "2.6.26.3"
    1.10 +    depends on KERNEL_VERSION_SEE_EXTRAVERSION
    1.11 +
    1.12  # CT_INSERT_VERSION_ABOVE
    1.13  # Don't remove above line!
    1.14  endchoice
    1.15 @@ -203,6 +208,7 @@
    1.16      default "2.6.26" if KERNEL_INSTALL_V_2_6_26
    1.17      default "2.6.26.1" if KERNEL_INSTALL_V_2_6_26_1
    1.18      default "2.6.26.2" if KERNEL_INSTALL_V_2_6_26_2
    1.19 +    default "2.6.26.3" if KERNEL_INSTALL_V_2_6_26_3
    1.20  # CT_INSERT_VERSION_STRING_ABOVE
    1.21  # Don't remove above line!
    1.22