summaryrefslogtreecommitdiff
path: root/toolchain/kernel-headers
AgeCommit message (Collapse)Author
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