config/kernel_linux_headers_install.in
changeset 337 f083425c84e3
parent 330 447b203edc2e
child 345 4d618b3b3de5
     1.1 --- a/config/kernel_linux_headers_install.in	Tue Aug 14 20:11:44 2007 +0000
     1.2 +++ b/config/kernel_linux_headers_install.in	Wed Aug 15 20:57:19 2007 +0000
     1.3 @@ -36,6 +36,11 @@
     1.4      prompt "2.6.22.2"
     1.5      depends on KERNEL_VERSION_SEE_EXTRAVERSION
     1.6  
     1.7 +config KERNEL_INSTALL_V_2_6_22_3
     1.8 +    bool
     1.9 +    prompt "2.6.22.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 @@ -49,6 +54,7 @@
    1.16      default "2.6.22" if KERNEL_INSTALL_V_2_6_22
    1.17      default "2.6.22.1" if KERNEL_INSTALL_V_2_6_22_1
    1.18      default "2.6.22.2" if KERNEL_INSTALL_V_2_6_22_2
    1.19 +    default "2.6.22.3" if KERNEL_INSTALL_V_2_6_22_3
    1.20  # CT_INSERT_VERSION_STRING_ABOVE
    1.21  # Don't remove above line!
    1.22