# HG changeset patch # User "Yann E. MORIN" # Date 1176654914 0 # Node ID f56b2f2740403125ac15c0fc7bb33f76bf05a252 # Parent 21bcbfde80944bfd300ae3da2388144b35b871c8 Add headers_install for 2.6.20.7. diff -r 21bcbfde8094 -r f56b2f274040 config/kernel_linux_headers_install.in --- a/config/kernel_linux_headers_install.in Wed Apr 11 21:26:03 2007 +0000 +++ b/config/kernel_linux_headers_install.in Sun Apr 15 16:35:14 2007 +0000 @@ -84,6 +84,11 @@ prompt "2.6.20.6" depends on KERNEL_VERSION_SEE_EXTRAVERSION +config KERNEL_INSTALL_V_2_6_20_7 + bool + prompt "2.6.20.7" + depends on KERNEL_VERSION_SEE_EXTRAVERSION + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -107,5 +112,6 @@ default "2.6.20.4" if KERNEL_INSTALL_V_2_6_20_4 default "2.6.20.5" if KERNEL_INSTALL_V_2_6_20_5 default "2.6.20.6" if KERNEL_INSTALL_V_2_6_20_6 + default "2.6.20.7" if KERNEL_INSTALL_V_2_6_20_7 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!