Add linux-2.6.22.2 for headers.

This commit is contained in:
Yann E. MORIN" 2007-08-11 14:59:36 +00:00
parent 06153223e2
commit ce48ea4aef

View File

@ -210,6 +210,11 @@ config KERNEL_INSTALL_V_2_6_22_1
prompt "2.6.22.1"
depends on KERNEL_VERSION_SEE_EXTRAVERSION
config KERNEL_INSTALL_V_2_6_22_2
bool
prompt "2.6.22.2"
depends on KERNEL_VERSION_SEE_EXTRAVERSION
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@ -258,6 +263,7 @@ config KERNEL_VERSION
default "2.6.21.6" if KERNEL_INSTALL_V_2_6_21_6
default "2.6.22" if KERNEL_INSTALL_V_2_6_22
default "2.6.22.1" if KERNEL_INSTALL_V_2_6_22_1
default "2.6.22.2" if KERNEL_INSTALL_V_2_6_22_2
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!