diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-03-04 19:07:46 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-03-04 19:07:46 +0000 |
commit | 8045d5becf4c8d1b007394e25519b2e40d3aa5e6 (patch) | |
tree | b317ff718ee859be3d8840c00e5081f0909100a1 | |
parent | b0ef0404731b721e1638e5d7537808e9e51b03e2 (diff) | |
download | crosstool-ng-8045d5becf4c8d1b007394e25519b2e40d3aa5e6.tar.gz crosstool-ng-8045d5becf4c8d1b007394e25519b2e40d3aa5e6.tar.bz2 crosstool-ng-8045d5becf4c8d1b007394e25519b2e40d3aa5e6.zip |
Add linux-2.6.20.1. as a choice for linux kernel headers.
-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 f89957bf..00cb485d 100644 --- a/config/kernel_linux_headers_install.in +++ b/config/kernel_linux_headers_install.in @@ -54,6 +54,11 @@ config KERNEL_INSTALL_V_2_6_20 bool prompt "2.6.20" +config KERNEL_INSTALL_V_2_6_20_1 + bool + prompt "2.6.20.1" + depends on KERNEL_VERSION_SEE_EXTRAVERSION + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -71,5 +76,6 @@ config KERNEL_VERSION default "2.6.19.1" if KERNEL_INSTALL_V_2_6_19_1 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 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! |