diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-04-15 16:35:14 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-04-15 16:35:14 +0000 |
commit | 5fbbd29ee62ba971d4660a409d3d763c2617eae9 (patch) | |
tree | ee18534cbc42cce55434e0bfd91ff99e2649888b /config/kernel_linux_headers_install.in | |
parent | f1143ea8e945dd35fc64202589c2ac90d4a00636 (diff) | |
download | crosstool-ng-5fbbd29ee62ba971d4660a409d3d763c2617eae9.tar.gz crosstool-ng-5fbbd29ee62ba971d4660a409d3d763c2617eae9.tar.bz2 crosstool-ng-5fbbd29ee62ba971d4660a409d3d763c2617eae9.zip |
Add headers_install for 2.6.20.7.
Diffstat (limited to 'config/kernel_linux_headers_install.in')
-rw-r--r-- | config/kernel_linux_headers_install.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/kernel_linux_headers_install.in b/config/kernel_linux_headers_install.in index 93aa9a04..ebacf974 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! |