Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove usage of CONFIG_BASE_SMALL so that the latest LTP code will compile ↵ | "Steven J. Hill" | 2005-08-18 | 1 | -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-11 | 1 | -0/+90 |
| | |||||
* | Update the set of available kernel headers to include 2.4.31 and 2.6.12 | Eric Andersen | 2005-07-18 | 2 | -8/+26 |
| | |||||
* | be a bit more consistant with naming, always escape wildcards | Eric Andersen | 2005-06-24 | 1 | -1/+1 |
| | |||||
* | If you update the kernel headers tarball and run make against an already built | Eric Andersen | 2005-06-23 | 1 | -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-05 | 1 | -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' so | Eric Andersen | 2005-03-22 | 1 | -0/+18 |
| | | | | that iptables can compile | ||||
* | Bump available sanitized kernel headers | Eric Andersen | 2005-03-18 | 2 | -16/+20 |
| | |||||
* | Fix some silly bugs: a variable for gcc was used before it was defined, remove | Eric Andersen | 2005-02-11 | 2 | -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 the | Eric Andersen | 2005-02-10 | 2 | -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 support | Eric Andersen | 2004-12-11 | 1 | -0/+12 |
| | |||||
* | Allow selection of specific (supported) versions... specificly the 2.6.8 | Manuel Novoa III | 2004-10-27 | 1 | -7/+15 |
| | | | | headers with the (mostly mips related) cleanup patch. | ||||
* | doh | Eric Andersen | 2004-10-26 | 1 | -1/+1 |
| | |||||
* | Update to the latest linux-libc-headers | Eric Andersen | 2004-10-25 | 2 | -3/+12 |
| | |||||
* | -xvf -> $(TAR_OPTIONS) | Mike Frysinger | 2004-10-11 | 1 | -1/+1 |
| | |||||
* | Add some seperators | Eric Andersen | 2004-10-09 | 1 | -0/+2 |
| | |||||
* | facelift step number two | Eric Andersen | 2004-10-09 | 2 | -1/+8154 |
| | |||||
* | Major buildroot facelift, step one. | Eric Andersen | 2004-10-09 | 3 | -0/+152 |
-Erik |