Add latest Linux kernel headers.

/trunk/config/kernel/linux_headers_install.in |    6     6     0     0 ++++++
 1 file changed, 6 insertions(+)
This commit is contained in:
Yann E. MORIN" 2008-08-04 13:18:36 +00:00
parent d67a32191b
commit 805aa7f8ec

View File

@ -139,6 +139,11 @@ config KERNEL_INSTALL_V_2_6_26
bool
prompt "2.6.26"
config KERNEL_INSTALL_V_2_6_26_1
bool
prompt "2.6.26.1"
depends on KERNEL_VERSION_SEE_EXTRAVERSION
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@ -173,6 +178,7 @@ config KERNEL_VERSION
default "2.6.25.11" if KERNEL_INSTALL_V_2_6_25_11
default "2.6.25.12" if KERNEL_INSTALL_V_2_6_25_12
default "2.6.26" if KERNEL_INSTALL_V_2_6_26
default "2.6.26.1" if KERNEL_INSTALL_V_2_6_26_1
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!