summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-08 11:02:38 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-08 11:02:38 (GMT)
commite4491e87ad3bdf6e7834636f69cfee11cffe0937 (patch)
tree7bcf314f61c8d0fecc90ee826b412b41d82211fe /config
parent97136e3cf225c9c7a5e0e6718252cb9b546180d4 (diff)
Add linux-2.6.21.6 kernel.
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 c0a4131..5b01dde 100644
--- a/config/kernel_linux_headers_install.in
+++ b/config/kernel_linux_headers_install.in
@@ -118,6 +118,11 @@ config KERNEL_INSTALL_V_2_6_21_5
prompt "2.6.21.5"
depends on KERNEL_VERSION_SEE_EXTRAVERSION
+config KERNEL_INSTALL_V_2_6_21_6
+ bool
+ prompt "2.6.21.6"
+ depends on KERNEL_VERSION_SEE_EXTRAVERSION
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -148,6 +153,7 @@ config KERNEL_VERSION
default "2.6.21.3" if KERNEL_INSTALL_V_2_6_21_3
default "2.6.21.4" if KERNEL_INSTALL_V_2_6_21_4
default "2.6.21.5" if KERNEL_INSTALL_V_2_6_21_5
+ default "2.6.21.6" if KERNEL_INSTALL_V_2_6_21_6
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!