summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-06-09http://bugs.uclibc.org/view.php?id=284Eric Andersen
Nano depends on ncurses. The attached patch (against svn) fixes the package make file.
2005-06-09http://bugs.uclibc.org/view.php?id=285Eric Andersen
The ncurses package make file does not install the terminfo files into the correct directory. The attached patch (against svn) corrects this problem.
2005-06-09http://bugs.uclibc.org/view.php?id=286Eric Andersen
Can't build "bridge" package in buildroot (patch enclosed)
2005-06-09Make the sourceforge mirror site a config option, as sourceforgeEric Andersen
mirrors tend to change, move, go down, etc from time to time.
2005-06-09routine .config updateEric Andersen
2005-06-09routine .config updateEric Andersen
2005-06-09routine .config updatesEric Andersen
2005-06-09http://bugs.uclibc.org/view.php?id=288Eric Andersen
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>
2005-06-09Add the udev init scriptEric Andersen
2005-06-09Add a standalone makedevs application to be used along withEric Andersen
fakeroot to construct target device nodes for filesystems and utilities (such as tar) that do not currently support device tables natively.
2005-06-09Apply most ofEric Andersen
http://bugs.uclibc.org/view.php?id=290
2005-06-09http://bugs.uclibc.org/view.php?id=293Eric Andersen
target tcl-dirclean in tcl.mk removes $(LESS_DIR) should be $(TCL_DIR) - see attached patch.
2005-06-09http://bugs.uclibc.org/view.php?id=294Eric Andersen
There is a mistake in buildroot/Config.in
2005-06-09http://bugs.uclibc.org/view.php?id=178Eric Andersen
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.
2005-06-03fix old target nameMike Frysinger
2005-06-02add missing hunk for clocale=uclibc support in libstdc++ configureMike Frysinger
2005-05-31Applied patch to add TCL version 8.4.9 for buildroot submitted by"Steven J. Hill"
Ivan Daniluk on May 30 01:28:31 MDT 2005.
2005-05-31Applied patch to add TCL version 8.4.9 for buildroot submitted by"Steven J. Hill"
Ivan Daniluk on May 30 01:28:31 MDT 2005.
2005-05-26Apply any uClibc patches that are presentEric Andersen
2005-05-24quick import of gcc-3.3.6 and gcc-3.4.4Mike Frysinger
2005-05-18Patch is now deprecated."Steven J. Hill"
2005-05-18Fix bzip2 cross build error associated with host ranlib being"Steven J. Hill"
used instead of cross target ranlib.
2005-05-16Add patch from debian to make things compileEric Andersen
2005-05-16This patch updates the pppd package to build version 2.4.3. The 2.4.3 versionEric Andersen
of pppd adds additional features. http://bugs.uclibc.org/view.php?id=259
2005-05-16This patch updates the e2fsprogs package to build the 1.37 version ofEric Andersen
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
2005-05-16Add support for the openntpd package to buildroot. OpenNTPD is a free, easy toEric Andersen
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
2005-05-16This patch updates the berkleydb package to build a 4.3.x version of theEric Andersen
library which adds additional functionality and bugfixes. http://bugs.uclibc.org/view.php?id=256
2005-05-16This patch updates the bzip2 package to build version 1.0.3. The 1.0.3 versionEric Andersen
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
2005-05-16This patch updates the zlib package to build version 1.2.2. TheEric Andersen
1.2.2 version of zlib fixes a security issue with zlib v.1.2.1. http://bugs.uclibc.org/view.php?id=254
2005-05-12cleanup the tinyx build so it actually has a chance of working.Eric Andersen
This gets it so it at least compiles...
2005-05-12First pass at getting current x.org to into buildroot.Eric Andersen
Still needs more polish but is a good start.
2005-05-12iptables doesnt need to concern itself with kernel headersEric Andersen
2005-05-12use the linux-gnu* -> linux-* change from upstream mainlineMike Frysinger
2005-05-112.16.90.0.3 releasedMike Frysinger
2005-05-07Add an sh2eb target.Paul Mundt
2005-05-06Teach cramfs to handle byteswapping sanely. I want to specifyEric Andersen
big endian or little endian, not whether to unconditionally do byteswapping regardless of build system byte order.
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-05-05Uh... sjhill... Why do you think this shouldn't be here?Manuel Novoa III
2005-05-05Remove unneeded 2.16 binutils patch and update GCC 4.1.0 patches. MIPS"Steven J. Hill"
toolchain and filesystem image builds for C/C++. Java will be tested next.
2005-05-04fixup libreadline build, per http://bugs.uclibc.org/view.php?id=229Eric Andersen
2005-05-03Initial support for MS7206SE01 sh2a board.Paul Mundt
2005-05-03Looks like the 2.16 patches should work fine for 2.15.97, and tested with a ↵Manuel Novoa III
mipsel soft-float cross+native toolchain build.
2005-05-03New patches for GCC-4.1.0 for locale and configuration."Steven J. Hill"
2005-05-03Add patches for GCC-4.x so that packages will build properly."Steven J. Hill"
2005-05-02Get the board-specific dependencies right.Paul Mundt
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.
2005-05-02Add proper target support for newfangled sh targets.Paul Mundt
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).
2005-05-02No need to patch this when there's a configuration parameter.Manuel Novoa III
2005-05-02sh64 no longer implies sh as far as uClibc is concerned..Paul Mundt
2005-05-02Obsolete.Manuel Novoa III
2005-05-02This is the 100 patch for 2.16.90.0.2. Note that 2.16.90.0.2 seems to be ↵Manuel Novoa III
broken for mips.