config/kernel_linux_headers_install.in
changeset 38 f56b2f274040
parent 24 b83d8c1afd79
child 51 7faec10341f1
     1.1 --- a/config/kernel_linux_headers_install.in	Tue Apr 10 15:04:33 2007 +0000
     1.2 +++ b/config/kernel_linux_headers_install.in	Sun Apr 15 16:35:14 2007 +0000
     1.3 @@ -84,6 +84,11 @@
     1.4      prompt "2.6.20.6"
     1.5      depends on KERNEL_VERSION_SEE_EXTRAVERSION
     1.6  
     1.7 +config KERNEL_INSTALL_V_2_6_20_7
     1.8 +    bool
     1.9 +    prompt "2.6.20.7"
    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 @@ -107,5 +112,6 @@
    1.16      default "2.6.20.4" if KERNEL_INSTALL_V_2_6_20_4
    1.17      default "2.6.20.5" if KERNEL_INSTALL_V_2_6_20_5
    1.18      default "2.6.20.6" if KERNEL_INSTALL_V_2_6_20_6
    1.19 +    default "2.6.20.7" if KERNEL_INSTALL_V_2_6_20_7
    1.20  # CT_INSERT_VERSION_STRING_ABOVE
    1.21  # Don't remove above line!