Add linux 2.6.21 and 2.6.21.1 for headers_install.

This commit is contained in:
Yann E. MORIN" 2007-05-01 09:09:30 +00:00
parent 3aa41a1751
commit 3da40a23b7

View File

@ -89,6 +89,15 @@ config KERNEL_INSTALL_V_2_6_20_7
prompt "2.6.20.7"
depends on KERNEL_VERSION_SEE_EXTRAVERSION
config KERNEL_INSTALL_V_2_6_21
bool
prompt "2.6.21"
config KERNEL_INSTALL_V_2_6_21_1
bool
prompt "2.6.21.1"
depends on KERNEL_VERSION_SEE_EXTRAVERSION
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@ -113,5 +122,7 @@ config KERNEL_VERSION
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
default "2.6.21" if KERNEL_INSTALL_V_2_6_21
default "2.6.21.1" if KERNEL_INSTALL_V_2_6_21_1
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!