Add headers_install for 2.6.20.7.

This commit is contained in:
Yann E. MORIN" 2007-04-15 16:35:14 +00:00
parent f1143ea8e9
commit 5fbbd29ee6

View File

@ -84,6 +84,11 @@ config KERNEL_INSTALL_V_2_6_20_6
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 @@ config KERNEL_VERSION
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!