Add linux-2.6.22.7 for kernel headers.

This commit is contained in:
Yann E. MORIN" 2007-09-22 17:25:42 +00:00
parent ec7e653022
commit 3ad6464ffe

View File

@ -56,6 +56,11 @@ config KERNEL_INSTALL_V_2_6_22_6
prompt "2.6.22.6"
depends on KERNEL_VERSION_SEE_EXTRAVERSION
config KERNEL_INSTALL_V_2_6_22_7
bool
prompt "2.6.22.7"
depends on KERNEL_VERSION_SEE_EXTRAVERSION
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@ -73,6 +78,7 @@ config KERNEL_VERSION
default "2.6.22.4" if KERNEL_INSTALL_V_2_6_22_4
default "2.6.22.5" if KERNEL_INSTALL_V_2_6_22_5
default "2.6.22.6" if KERNEL_INSTALL_V_2_6_22_6
default "2.6.22.7" if KERNEL_INSTALL_V_2_6_22_7
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!