summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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!