diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-07-15 09:57:10 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-07-15 09:57:10 +0000 |
commit | 41c0f214cc938081943ad0da43a4e3f3e0888a60 (patch) | |
tree | 0a70de030b6d420be43580f0b750706ac9e765cd | |
parent | 6e1b1ccb7d5993346292b7ecd4293ef1719f683c (diff) | |
download | crosstool-ng-41c0f214cc938081943ad0da43a4e3f3e0888a60.tar.gz crosstool-ng-41c0f214cc938081943ad0da43a4e3f3e0888a60.tar.bz2 crosstool-ng-41c0f214cc938081943ad0da43a4e3f3e0888a60.zip |
Add latest Linux 2.6.26 headers.
/trunk/config/kernel/linux_headers_install.in | 5 5 0 0 +++++
1 file changed, 5 insertions(+)
-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 5d32c507..ee10ef25 100644 --- a/config/kernel/linux_headers_install.in +++ b/config/kernel/linux_headers_install.in @@ -125,6 +125,10 @@ config KERNEL_INSTALL_V_2_6_25_10 prompt "2.6.25.10" depends on KERNEL_VERSION_SEE_EXTRAVERSION +config KERNEL_INSTALL_V_2_6_26 + bool + prompt "2.6.26" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -156,6 +160,7 @@ config KERNEL_VERSION default "2.6.25.8" if KERNEL_INSTALL_V_2_6_25_8 default "2.6.25.9" if KERNEL_INSTALL_V_2_6_25_9 default "2.6.25.10" if KERNEL_INSTALL_V_2_6_25_10 + default "2.6.26" if KERNEL_INSTALL_V_2_6_26 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! |