summaryrefslogtreecommitdiff
path: root/config/kernel_linux_headers_install.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-03-31 19:45:25 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-03-31 19:45:25 (GMT)
commita57d85814987b1a38aebffd175af9054ea1659ac (patch)
treebcabeab43eebaf519a373b4026138cac9d344a0c /config/kernel_linux_headers_install.in
parentf6b21895caaad15b798b59aa7b1067e34efa7b4c (diff)
Add new kernel versions (2.6.20.{2,3,4}) and binutils versions (2.17.50.0.1{1,2,3,4}).
Fix typo in comment: qbove -> above.
Diffstat (limited to 'config/kernel_linux_headers_install.in')
-rw-r--r--config/kernel_linux_headers_install.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/config/kernel_linux_headers_install.in b/config/kernel_linux_headers_install.in
index 00cb485..3f8686f 100644
--- a/config/kernel_linux_headers_install.in
+++ b/config/kernel_linux_headers_install.in
@@ -59,6 +59,21 @@ config KERNEL_INSTALL_V_2_6_20_1
prompt "2.6.20.1"
depends on KERNEL_VERSION_SEE_EXTRAVERSION
+config KERNEL_INSTALL_V_2_6_20_2
+ bool
+ prompt "2.6.20.2"
+ depends on KERNEL_VERSION_SEE_EXTRAVERSION
+
+config KERNEL_INSTALL_V_2_6_20_3
+ bool
+ prompt "2.6.20.3"
+ depends on KERNEL_VERSION_SEE_EXTRAVERSION
+
+config KERNEL_INSTALL_V_2_6_20_4
+ bool
+ prompt "2.6.20.4"
+ depends on KERNEL_VERSION_SEE_EXTRAVERSION
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -77,5 +92,8 @@ config KERNEL_VERSION
default "2.6.19.2" if KERNEL_INSTALL_V_2_6_19_2
default "2.6.20" if KERNEL_INSTALL_V_2_6_20
default "2.6.20.1" if KERNEL_INSTALL_V_2_6_20_1
+ default "2.6.20.2" if KERNEL_INSTALL_V_2_6_20_2
+ default "2.6.20.3" if KERNEL_INSTALL_V_2_6_20_3
+ default "2.6.20.4" if KERNEL_INSTALL_V_2_6_20_4
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!