summaryrefslogtreecommitdiff
path: root/toolchain/kernel-headers
AgeCommit message (Collapse)Author
2007-01-15- bump version to 2.6.19.2Bernhard Reutner-Fischer
2006-12-22- move setting of determination whether we use a full kernel vs. sanitized ↵Bernhard Reutner-Fischer
headers into the generic part
2006-12-18- put the full kernel's sources into build_/, install them into ↵Bernhard Reutner-Fischer
toolchain_build_. Saves quite some disk-space on the compile-host. - Avoid overriding the linux26 target's rules if the kernel headers's and the target's kernel are the same. Avoids a warning.
2006-12-14- prerequisites are evaluated immediately, so move the dl rule down below ↵Bernhard Reutner-Fischer
setting the respective variables. Thanks to whirm for noticing this.
2006-12-13- pass the correct CC down to gcc-version.shBernhard Reutner-Fischer
2006-12-13- sh[234][[:alnum:]]* -> shBernhard Reutner-Fischer
2006-12-13another typoEric Andersen
2006-12-13split things up so this is not an unreadable messEric Andersen
2006-12-08use '/bin/echo -e' to make certain we don't use an unusable /bin/sh builtinEric Andersen
2006-12-04- re-add IFA_ and IFLA_ defines that were removed by YOSHIFUJI Hideaki in ↵Bernhard Reutner-Fischer
cbde1668e4f08e0a150207646010bc65e1e2a42b Userspace still needs those.
2006-12-02- bump non-sanitized version to 2.6.19Bernhard Reutner-Fischer
- remove some superfluous mkdir's - allow for patch, patch.gz, patch.bz2 per version
2006-11-22- bump versionBernhard Reutner-Fischer
2006-11-17- add and use BR2_BZCAT config option.Bernhard Reutner-Fischer
2006-10-11- normalize KERNEL_ARCH via sedBernhard Reutner-Fischer
2006-10-09- we need to pass ARCH to the kernel; The kernel does not have a table toBernhard Reutner-Fischer
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..
2006-10-09- use headers_install for full kernel tarballs used as kernel-headersBernhard Reutner-Fischer
2006-09-28- add possibility to use a 2.6.18 (full) kernel tarball for the libc-headers.Bernhard Reutner-Fischer
2006-07-19minor dependancy cleanupEric Andersen
2006-07-19fix fallback case so dependancies work as expectedEric Andersen
2006-06-05Add support for ARM EABI.Paul Mundt
2006-04-280000852: toolchain/kernel-headers (2.6.12): Sync struct i2c_msg with kernelPeter Korsgaard
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.
2006-04-280000851: toolchain/kernel-headers: Use LINUX_HEADERS_VERSION instead ofPeter Korsgaard
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.
2006-01-24fix improper symlink for asm dir when using x86 archsDavid Anders
2006-01-10Thomas Chou says in bug 618: clean up nios2 headers and add support for 2.6.11Mike Frysinger
2006-01-04incorporate patches from marc in bug #273 to add support for nios2Mike Frysinger
2005-08-18Remove usage of CONFIG_BASE_SMALL so that the latest LTP code will compile ↵"Steven J. Hill"
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.
2005-08-11New MIPS patch for TLS syscalls."Steven J. Hill"
2005-07-18Update the set of available kernel headers to include 2.4.31 and 2.6.12Eric Andersen
2005-06-24be a bit more consistant with naming, always escape wildcardsEric Andersen
2005-06-23If you update the kernel headers tarball and run make against an already builtEric Andersen
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
2005-05-05Patch from 2.6.12-rc3 Linux/MIPS tree to add in NPTL changes for MIPS. ↵"Steven J. Hill"
Hopefully 2.6.12 will release soon so we can get the updates.
2005-03-22Add missing definition for 'struct ip_nat_multi_range_compat' soEric Andersen
that iptables can compile
2005-03-18Bump available sanitized kernel headersEric Andersen
2005-02-11Fix some silly bugs: a variable for gcc was used before it was defined, removeEric Andersen
'.svn' not 'CVS' from the install, add 2.4.29 kernel headers as the default.
2005-02-10There is no need to have a separate 'Makefile.in' file in theEric Andersen
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
2004-12-11Patch from Volmat Alain adding SH3/SH3EB SH4EB supportEric Andersen
2004-10-27Allow selection of specific (supported) versions... specificly the 2.6.8Manuel Novoa III
headers with the (mostly mips related) cleanup patch.
2004-10-26dohEric Andersen
2004-10-25Update to the latest linux-libc-headersEric Andersen
2004-10-11-xvf -> $(TAR_OPTIONS)Mike Frysinger
2004-10-09Add some seperatorsEric Andersen
2004-10-09facelift step number twoEric Andersen
2004-10-09Major buildroot facelift, step one.Eric Andersen
-Erik