summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/kernel_linux_headers_install.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/config/kernel_linux_headers_install.in b/config/kernel_linux_headers_install.in
index ebacf97..a2e1d7b 100644
--- a/config/kernel_linux_headers_install.in
+++ b/config/kernel_linux_headers_install.in
@@ -89,6 +89,15 @@ config KERNEL_INSTALL_V_2_6_20_7
prompt "2.6.20.7"
depends on KERNEL_VERSION_SEE_EXTRAVERSION
+config KERNEL_INSTALL_V_2_6_21
+ bool
+ prompt "2.6.21"
+
+config KERNEL_INSTALL_V_2_6_21_1
+ bool
+ prompt "2.6.21.1"
+ depends on KERNEL_VERSION_SEE_EXTRAVERSION
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -113,5 +122,7 @@ config KERNEL_VERSION
default "2.6.20.5" if KERNEL_INSTALL_V_2_6_20_5
default "2.6.20.6" if KERNEL_INSTALL_V_2_6_20_6
default "2.6.20.7" if KERNEL_INSTALL_V_2_6_20_7
+ default "2.6.21" if KERNEL_INSTALL_V_2_6_21
+ default "2.6.21.1" if KERNEL_INSTALL_V_2_6_21_1
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!