This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] crosstool-ng: add support for 2.6.25.4 kernel headers


crosstool-ng: The attached patch adds support for linux 2.6.25.4 (as
well as .2 and .3) headers

-- 
Matthias Kaehlcke
Embedded Linux Engineer
Barcelona

              La posibilidad de realizar un suenyo es lo
                 que hace que la vida sea interesante
                                                                 .''`.
    using free software / Debian GNU/Linux | http://debian.org  : :'  :
                                                                `. `'`
gpg --keyserver pgp.mit.edu --recv-keys 47D8E5D4                  `-
diff -urN crosstool-ng-1.1.2.org/config/kernel/linux_headers_install.in crosstool-ng-1.1.2/config/kernel/linux_headers_install.in
--- crosstool-ng-1.1.2.org/config/kernel/linux_headers_install.in	2008-05-02 23:55:57.000000000 +0200
+++ crosstool-ng-1.1.2/config/kernel/linux_headers_install.in	2008-05-30 21:33:18.000000000 +0200
@@ -75,6 +75,21 @@
     prompt "2.6.25.1"
     depends on KERNEL_VERSION_SEE_EXTRAVERSION
 
+config KERNEL_INSTALL_V_2_6_25_2
+    bool
+    prompt "2.6.25.2"
+    depends on KERNEL_VERSION_SEE_EXTRAVERSION
+
+config KERNEL_INSTALL_V_2_6_25_3
+    bool
+    prompt "2.6.25.3"
+    depends on KERNEL_VERSION_SEE_EXTRAVERSION
+
+config KERNEL_INSTALL_V_2_6_25_4
+    bool
+    prompt "2.6.25.4"
+    depends on KERNEL_VERSION_SEE_EXTRAVERSION
+
 # CT_INSERT_VERSION_ABOVE
 # Don't remove above line!
 endchoice
@@ -96,6 +111,9 @@
     default "2.6.24.6" if KERNEL_INSTALL_V_2_6_24_6
     default "2.6.25" if KERNEL_INSTALL_V_2_6_25
     default "2.6.25.1" if KERNEL_INSTALL_V_2_6_25_1
+    default "2.6.25.2" if KERNEL_INSTALL_V_2_6_25_2
+    default "2.6.25.3" if KERNEL_INSTALL_V_2_6_25_3
+    default "2.6.25.4" if KERNEL_INSTALL_V_2_6_25_4
 # CT_INSERT_VERSION_STRING_ABOVE
 # Don't remove above line!
 

--
For unsubscribe information see http://sourceware.org/lists.html#faq

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]