summaryrefslogtreecommitdiffstats
path: root/toolchain/kernel-headers
Commit message (Collapse)AuthorAgeFilesLines
* - normalize KERNEL_ARCH via sedBernhard Reutner-Fischer2006-10-111-1/+6
|
* - we need to pass ARCH to the kernel; The kernel does not have a table toBernhard Reutner-Fischer2006-10-091-1/+4
| | | | | normalize the passed in ARCH, from the looks, so we have to normalize it manually. XXX: FIXME upstream via a simple shell script like the cc-checks! FIXME: flesh this out..
* - use headers_install for full kernel tarballs used as kernel-headersBernhard Reutner-Fischer2006-10-091-5/+30
|
* - add possibility to use a 2.6.18 (full) kernel tarball for the libc-headers.Bernhard Reutner-Fischer2006-09-282-0/+17
|
* minor dependancy cleanupEric Andersen2006-07-191-0/+1
|
* fix fallback case so dependancies work as expectedEric Andersen2006-07-191-5/+1
|
* Add support for ARM EABI.Paul Mundt2006-06-051-0/+166
|
* 0000852: toolchain/kernel-headers (2.6.12): Sync struct i2c_msg with kernelPeter Korsgaard2006-04-281-0/+12
| | | | | | | definition. The struct i2c_msg definition in linux-libc-headers-2.6.12.0 has two extra members not present in the kernel definition causing all kinds of problems. This patch fixes that.
* 0000851: toolchain/kernel-headers: Use LINUX_HEADERS_VERSION instead ofPeter Korsgaard2006-04-281-3/+3
| | | | | | | | | | | LINUX_VERSION. Use LINUX_HEADERS_VERSION instead of LINUX_VERSION as that variable is used for the actual kernel version used which might be different than the headers version. E.G. LINUX_VERSION is set in the target/device/* files. If this version doesn't match the selected kernel headers version the patches won't be applied.
* fix improper symlink for asm dir when using x86 archsDavid Anders2006-01-241-0/+2
|
* Thomas Chou says in bug 618: clean up nios2 headers and add support for 2.6.11Mike Frysinger2006-01-103-267/+13793
|
* incorporate patches from marc in bug #273 to add support for nios2Mike Frysinger2006-01-043-1/+12940
|
* Remove usage of CONFIG_BASE_SMALL so that the latest LTP code will compile ↵"Steven J. Hill"2005-08-181-0/+30
| | | | for buildroot. Normally, this option is defined in 'include/linux/config.h'. The actual configuration language is found in the Linux 2.6 kernel in the file 'init/Kconfig' and normally has the value of 0.
* New MIPS patch for TLS syscalls."Steven J. Hill"2005-08-111-0/+90
|
* Update the set of available kernel headers to include 2.4.31 and 2.6.12Eric Andersen2005-07-182-8/+26
|
* be a bit more consistant with naming, always escape wildcardsEric Andersen2005-06-241-1/+1
|
* If you update the kernel headers tarball and run make against an already builtEric Andersen2005-06-231-0/+1
| | | | | | | | | | | | | | | | | buildroot, the header files will be re-extracted, but they will not be put in exactly the right place if the name of the extracted directory includes the kernel version numbers. For example, linux-libc-headers-2.4.25.tar.bz2 will be extracted to $(TOOLCHAIN_BUILD_DIR)/linux-libc-headers-2.4.25, and then the mv command will move the newly extracted headers into the already existing $(TOOLCHAIN_BUILD_DIR)/linux directory, instead of replacing that directory as desired. The fix is to first remove the $(TOOLCHAIN_BUILD_DIR)/linux directory and then do the mv command. http://bugs.busybox.net/view.php?id=296
* Patch from 2.6.12-rc3 Linux/MIPS tree to add in NPTL changes for MIPS. ↵"Steven J. Hill"2005-05-051-0/+75
| | | | Hopefully 2.6.12 will release soon so we can get the updates.
* Add missing definition for 'struct ip_nat_multi_range_compat' soEric Andersen2005-03-221-0/+18
| | | | that iptables can compile
* Bump available sanitized kernel headersEric Andersen2005-03-182-16/+20
|
* Fix some silly bugs: a variable for gcc was used before it was defined, removeEric Andersen2005-02-112-10/+18
| | | | '.svn' not 'CVS' from the install, add 2.4.29 kernel headers as the default.
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-102-3/+8
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* Patch from Volmat Alain adding SH3/SH3EB SH4EB supportEric Andersen2004-12-111-0/+12
|
* Allow selection of specific (supported) versions... specificly the 2.6.8Manuel Novoa III2004-10-271-7/+15
| | | | headers with the (mostly mips related) cleanup patch.
* dohEric Andersen2004-10-261-1/+1
|
* Update to the latest linux-libc-headersEric Andersen2004-10-252-3/+12
|
* -xvf -> $(TAR_OPTIONS)Mike Frysinger2004-10-111-1/+1
|
* Add some seperatorsEric Andersen2004-10-091-0/+2
|
* facelift step number twoEric Andersen2004-10-092-1/+8154
|
* Major buildroot facelift, step one.Eric Andersen2004-10-093-0/+152
-Erik