diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-07-09 16:34:44 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-07-09 16:34:44 +0000 |
commit | cf186a25e48378eacd6fc8aa429eed7508e0185a (patch) | |
tree | 59df80eb81ac6e5b025299a5faaf23ec4a43cac1 /config/kernel_linux_headers_install.in | |
parent | ff641b5098fbb3923a70d3595633c425ad565243 (diff) | |
download | crosstool-ng-cf186a25e48378eacd6fc8aa429eed7508e0185a.tar.gz crosstool-ng-cf186a25e48378eacd6fc8aa429eed7508e0185a.tar.bz2 crosstool-ng-cf186a25e48378eacd6fc8aa429eed7508e0185a.zip |
Add linux-2.6.22.
Diffstat (limited to 'config/kernel_linux_headers_install.in')
-rw-r--r-- | config/kernel_linux_headers_install.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/kernel_linux_headers_install.in b/config/kernel_linux_headers_install.in index 5b01dde3..24a3066e 100644 --- a/config/kernel_linux_headers_install.in +++ b/config/kernel_linux_headers_install.in @@ -123,6 +123,10 @@ config KERNEL_INSTALL_V_2_6_21_6 prompt "2.6.21.6" depends on KERNEL_VERSION_SEE_EXTRAVERSION +config KERNEL_INSTALL_V_2_6_22 + bool + prompt "2.6.22" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -154,6 +158,7 @@ config KERNEL_VERSION default "2.6.21.4" if KERNEL_INSTALL_V_2_6_21_4 default "2.6.21.5" if KERNEL_INSTALL_V_2_6_21_5 default "2.6.21.6" if KERNEL_INSTALL_V_2_6_21_6 + default "2.6.22" if KERNEL_INSTALL_V_2_6_22 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! |