Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the sourceforge mirror site a config option, as sourceforge | Eric Andersen | 2005-06-09 | 18 | -17/+26 |
| | | | | mirrors tend to change, move, go down, etc from time to time. | ||||
* | routine .config update | Eric Andersen | 2005-06-09 | 1 | -1/+17 |
| | |||||
* | routine .config update | Eric Andersen | 2005-06-09 | 1 | -0/+6 |
| | |||||
* | routine .config updates | Eric Andersen | 2005-06-09 | 1 | -1/+10 |
| | |||||
* | http://bugs.uclibc.org/view.php?id=288 | Eric Andersen | 2005-06-09 | 2 | -3/+4 |
| | | | | | | | | | | | | | This updates to the current version of libsysfs, and also changes to the current version of the package. NOTE: this package still has a problem, in that the header files it generates are not made available to other packages. The library itself is installed in the target filesystem; but programs like "brctl" won't know to use it, since the header isn't visible. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> | ||||
* | Add the udev init script | Eric Andersen | 2005-06-09 | 1 | -0/+76 |
| | |||||
* | Add a standalone makedevs application to be used along with | Eric Andersen | 2005-06-09 | 2 | -0/+506 |
| | | | | | | fakeroot to construct target device nodes for filesystems and utilities (such as tar) that do not currently support device tables natively. | ||||
* | Apply most of | Eric Andersen | 2005-06-09 | 1 | -3/+18 |
| | | | | http://bugs.uclibc.org/view.php?id=290 | ||||
* | http://bugs.uclibc.org/view.php?id=293 | Eric Andersen | 2005-06-09 | 1 | -1/+1 |
| | | | | target tcl-dirclean in tcl.mk removes $(LESS_DIR) should be $(TCL_DIR) - see attached patch. | ||||
* | http://bugs.uclibc.org/view.php?id=294 | Eric Andersen | 2005-06-09 | 1 | -2/+2 |
| | | | | There is a mistake in buildroot/Config.in | ||||
* | http://bugs.uclibc.org/view.php?id=178 | Eric Andersen | 2005-06-09 | 7 | -0/+260 |
| | | | | | | | | | | | | This patch provides modutils and module-init-tools. I know busybox can load modules, but modinfo may also be very useful for kernel/driver debugging purposes. I have managed binaries concurrency between modutils and module-init-tools, but I'm not sure this is the best way to do it... Thanks for your work. | ||||
* | fix old target name | Mike Frysinger | 2005-06-03 | 1 | -2/+1 |
| | |||||
* | add missing hunk for clocale=uclibc support in libstdc++ configure | Mike Frysinger | 2005-06-02 | 3 | -0/+27 |
| | |||||
* | Applied patch to add TCL version 8.4.9 for buildroot submitted by | "Steven J. Hill" | 2005-05-31 | 4 | -0/+116 |
| | | | | Ivan Daniluk on May 30 01:28:31 MDT 2005. | ||||
* | Applied patch to add TCL version 8.4.9 for buildroot submitted by | "Steven J. Hill" | 2005-05-31 | 1 | -0/+1 |
| | | | | Ivan Daniluk on May 30 01:28:31 MDT 2005. | ||||
* | Apply any uClibc patches that are present | Eric Andersen | 2005-05-26 | 1 | -0/+1 |
| | |||||
* | quick import of gcc-3.3.6 and gcc-3.4.4 | Mike Frysinger | 2005-05-24 | 19 | -1/+9019 |
| | |||||
* | Patch is now deprecated. | "Steven J. Hill" | 2005-05-18 | 1 | -16/+0 |
| | |||||
* | Fix bzip2 cross build error associated with host ranlib being | "Steven J. Hill" | 2005-05-18 | 2 | -2/+3 |
| | | | | used instead of cross target ranlib. | ||||
* | Add patch from debian to make things compile | Eric Andersen | 2005-05-16 | 1 | -0/+0 |
| | |||||
* | This patch updates the pppd package to build version 2.4.3. The 2.4.3 version | Eric Andersen | 2005-05-16 | 1 | -7/+10 |
| | | | | | | of pppd adds additional features. http://bugs.uclibc.org/view.php?id=259 | ||||
* | This patch updates the e2fsprogs package to build the 1.37 version of | Eric Andersen | 2005-05-16 | 1 | -2/+3 |
| | | | | | | | | | e2fsprogs. This version of e2fsprogs adds additional features and increases preformance. I've also change the configuration to build all of e2fsprogs dynamicly linked. This reduces the size of the individual binaries considerably. http://bugs.uclibc.org/view.php?id=258 | ||||
* | Add support for the openntpd package to buildroot. OpenNTPD is a free, easy to | Eric Andersen | 2005-05-16 | 3 | -0/+72 |
| | | | | | | | | use implementation of the Network Time Protocol with a small footprint. It provides the ability to sync the local clock to remote NTP servers and can act as NTP server itself, redistributing the local clock. http://bugs.uclibc.org/view.php?id=257 | ||||
* | This patch updates the berkleydb package to build a 4.3.x version of the | Eric Andersen | 2005-05-16 | 1 | -4/+11 |
| | | | | | | library which adds additional functionality and bugfixes. http://bugs.uclibc.org/view.php?id=256 | ||||
* | This patch updates the bzip2 package to build version 1.0.3. The 1.0.3 version | Eric Andersen | 2005-05-16 | 1 | -13/+14 |
| | | | | | | | of bzip2 fixes a security issue with bzip2 v.1.0.2. This patch also modifies the .mk file so that version changes can be acomodated more easily. http://bugs.uclibc.org/view.php?id=255 | ||||
* | This patch updates the zlib package to build version 1.2.2. The | Eric Andersen | 2005-05-16 | 1 | -1/+1 |
| | | | | | | 1.2.2 version of zlib fixes a security issue with zlib v.1.2.1. http://bugs.uclibc.org/view.php?id=254 | ||||
* | cleanup the tinyx build so it actually has a chance of working. | Eric Andersen | 2005-05-12 | 4 | -15/+167 |
| | | | | This gets it so it at least compiles... | ||||
* | First pass at getting current x.org to into buildroot. | Eric Andersen | 2005-05-12 | 7 | -0/+267 |
| | | | | Still needs more polish but is a good start. | ||||
* | iptables doesnt need to concern itself with kernel headers | Eric Andersen | 2005-05-12 | 1 | -1/+1 |
| | |||||
* | use the linux-gnu* -> linux-* change from upstream mainline | Mike Frysinger | 2005-05-12 | 1 | -29/+25 |
| | |||||
* | 2.16.90.0.3 released | Mike Frysinger | 2005-05-11 | 7 | -0/+505 |
| | |||||
* | Add an sh2eb target. | Paul Mundt | 2005-05-07 | 1 | -0/+4 |
| | |||||
* | Teach cramfs to handle byteswapping sanely. I want to specify | Eric Andersen | 2005-05-06 | 2 | -11/+21 |
| | | | | | big endian or little endian, not whether to unconditionally do byteswapping regardless of build system byte order. | ||||
* | 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. | ||||
* | Uh... sjhill... Why do you think this shouldn't be here? | Manuel Novoa III | 2005-05-05 | 1 | -0/+218 |
| | |||||
* | Remove unneeded 2.16 binutils patch and update GCC 4.1.0 patches. MIPS | "Steven J. Hill" | 2005-05-05 | 5 | -218/+83 |
| | | | | | toolchain and filesystem image builds for C/C++. Java will be tested next. | ||||
* | fixup libreadline build, per http://bugs.uclibc.org/view.php?id=229 | Eric Andersen | 2005-05-04 | 1 | -5/+1 |
| | |||||
* | Initial support for MS7206SE01 sh2a board. | Paul Mundt | 2005-05-03 | 6 | -17/+200 |
| | |||||
* | Looks like the 2.16 patches should work fine for 2.15.97, and tested with a ↵ | Manuel Novoa III | 2005-05-03 | 8 | -0/+1068 |
| | | | | mipsel soft-float cross+native toolchain build. | ||||
* | New patches for GCC-4.1.0 for locale and configuration. | "Steven J. Hill" | 2005-05-03 | 2 | -290/+402 |
| | |||||
* | Add patches for GCC-4.x so that packages will build properly. | "Steven J. Hill" | 2005-05-03 | 5 | -0/+87 |
| | |||||
* | Get the board-specific dependencies right. | Paul Mundt | 2005-05-02 | 2 | -1/+9 |
| | | | | | | | | Currently each board is dumping all of its config options regardless of whether we are even on the right architecture or not (this is due to outright sourcing of the configs at the upper level..). Dependency resolution either needs to be done there, or at the board-specific level. | ||||
* | Add proper target support for newfangled sh targets. | Paul Mundt | 2005-05-02 | 2 | -0/+125 |
| | | | | | | | | | | | | | GCC folk in their infinite wisdom have added half-assed target support for newer sh cores. The support is there, but of course we have no way to actually enable the thing, so we do that with this patch. Likewise, binutils has no idea about any of these new targets either (not even a half-assed attempt, sadly), so we fix that up too.. now we're able to actually build a real toolchain for sh2a_nofpu- and other more ineptly named toolchains (and yes, there are more inept targets than that one, really. Go look, I promise). | ||||
* | No need to patch this when there's a configuration parameter. | Manuel Novoa III | 2005-05-02 | 1 | -15/+0 |
| | |||||
* | sh64 no longer implies sh as far as uClibc is concerned.. | Paul Mundt | 2005-05-02 | 1 | -1/+0 |
| | |||||
* | Obsolete. | Manuel Novoa III | 2005-05-02 | 1 | -41/+0 |
| | |||||
* | This is the 100 patch for 2.16.90.0.2. Note that 2.16.90.0.2 seems to be ↵ | Manuel Novoa III | 2005-05-02 | 1 | -30/+107 |
| | | | | broken for mips. | ||||
* | Ugly hack to force the configuration for the cross libstdc++ to fail for ↵ | Manuel Novoa III | 2005-05-01 | 1 | -0/+12 |
| | | | | complex funcs we don't yet support. | ||||
* | No longer needed and actually breaks the gcc java build. | Manuel Novoa III | 2005-05-01 | 1 | -41/+0 |
| | |||||
* | Prune out a bunch of binutils versions that are no longer | Eric Andersen | 2005-05-01 | 53 | -10583/+1 |
| | | | | the latest and greatest in their respective binutils series |