Add linux-2.6.26.3.

/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-09-01 16:57:41 +00:00
parent 520eda92a2
commit d246b4d3ad

View File

@ -164,6 +164,11 @@ config KERNEL_INSTALL_V_2_6_26_2
prompt "2.6.26.2"
depends on KERNEL_VERSION_SEE_EXTRAVERSION
config KERNEL_INSTALL_V_2_6_26_3
bool
prompt "2.6.26.3"
depends on KERNEL_VERSION_SEE_EXTRAVERSION
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@ -203,6 +208,7 @@ config KERNEL_VERSION
default "2.6.26" if KERNEL_INSTALL_V_2_6_26
default "2.6.26.1" if KERNEL_INSTALL_V_2_6_26_1
default "2.6.26.2" if KERNEL_INSTALL_V_2_6_26_2
default "2.6.26.3" if KERNEL_INSTALL_V_2_6_26_3
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!