summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-08-04 13:18:36 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-08-04 13:18:36 (GMT)
commit805aa7f8ecb1994dec46ae9eb2c3d598e88f23a3 (patch)
treec8c42aa223c8e95b62822aeccd88f4f13ce22e8f /config
parentd67a32191b9149b4808f387d73a8e0005e6dd5b1 (diff)
Add latest Linux kernel headers.
/trunk/config/kernel/linux_headers_install.in | 6 6 0 0 ++++++ 1 file changed, 6 insertions(+)
Diffstat (limited to 'config')
-rw-r--r--config/kernel/linux_headers_install.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/kernel/linux_headers_install.in b/config/kernel/linux_headers_install.in
index b945513..bb1910f 100644
--- a/config/kernel/linux_headers_install.in
+++ b/config/kernel/linux_headers_install.in
@@ -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!