summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-04-15 16:35:14 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-04-15 16:35:14 (GMT)
commit5fbbd29ee62ba971d4660a409d3d763c2617eae9 (patch)
treeee18534cbc42cce55434e0bfd91ff99e2649888b /config
parentf1143ea8e945dd35fc64202589c2ac90d4a00636 (diff)
Add headers_install for 2.6.20.7.
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 93aa9a0..ebacf97 100644
--- a/config/kernel_linux_headers_install.in
+++ b/config/kernel_linux_headers_install.in
@@ -84,6 +84,11 @@ config KERNEL_INSTALL_V_2_6_20_6
prompt "2.6.20.6"
depends on KERNEL_VERSION_SEE_EXTRAVERSION
+config KERNEL_INSTALL_V_2_6_20_7
+ bool
+ prompt "2.6.20.7"
+ depends on KERNEL_VERSION_SEE_EXTRAVERSION
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -107,5 +112,6 @@ config KERNEL_VERSION
default "2.6.20.4" if KERNEL_INSTALL_V_2_6_20_4
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
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!