Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes for superh | Mike Frysinger | 2005-08-03 | 2 | -0/+38 |
| | |||||
* | new version (4.5.12) | Mike Frysinger | 2005-08-03 | 1 | -1/+2 |
| | |||||
* | Move buildroot-used bin/sed (binary or symlink) into TOOL_BUILD_DIR instead ↵ | Manuel Novoa III | 2005-08-03 | 1 | -15/+17 |
| | | | | of STAGING_DIR, since the latter could be a standalone cross toolchain dir. | ||||
* | put back support for generating .config.cmd | Eric Andersen | 2005-08-03 | 3 | -0/+25 |
| | |||||
* | also remove support/mksignames.c | Eric Andersen | 2005-08-02 | 1 | -4/+436 |
| | |||||
* | Hopefully this will teach bash to get signals correct when cross compiled. | Eric Andersen | 2005-08-02 | 2 | -1/+261 |
| | |||||
* | update kbuild system | Eric Andersen | 2005-08-02 | 25 | -612/+983 |
| | |||||
* | - zlib prior to 1.2.3 improperly handled invalid data streams which could ↵ | Ned Ludd | 2005-07-29 | 1 | -1/+1 |
| | | | | lead a denial of service or arbitrary code execution. Tavis Ormandy CAN-2005-2096 | ||||
* | grab some static updates from linux-2.6 git to fix gcc4 build errors as ↵ | Mike Frysinger | 2005-07-28 | 4 | -4/+4 |
| | | | | reported by Khem Raj | ||||
* | Minor updates | Eric Andersen | 2005-07-27 | 1 | -0/+1 |
| | |||||
* | Fix broken dependancies | Eric Andersen | 2005-07-27 | 1 | -4/+14 |
| | |||||
* | update valgrind to the latest and greatest | Eric Andersen | 2005-07-22 | 2 | -233/+112 |
| | |||||
* | e2fsprogs does not appear to be 'make -j N' safe for N > 1 | Eric Andersen | 2005-07-20 | 1 | -2/+2 |
| | |||||
* | update to dropbear-0.46 | Eric Andersen | 2005-07-19 | 1 | -2/+2 |
| | |||||
* | A little more setup | Eric Andersen | 2005-07-15 | 1 | -12/+9 |
| | |||||
* | Install xorg modules correctly | Eric Andersen | 2005-07-15 | 1 | -1/+1 |
| | |||||
* | Yet more xorg build fixups | Eric Andersen | 2005-07-14 | 1 | -5/+15 |
| | |||||
* | Get it building | Eric Andersen | 2005-07-13 | 1 | -14/+19 |
| | |||||
* | file-4.12 is no longer available | Eric Andersen | 2005-07-13 | 1 | -1/+1 |
| | |||||
* | Fix some stupid bugs in the Xorg build | Eric Andersen | 2005-07-13 | 2 | -1/+5 |
| | |||||
* | Thomas Lundquist writes: | Eric Andersen | 2005-07-12 | 8 | -1/+36 |
| | | | | | | | | | | | | | | | | | | | | If I understand you correctly, you want the ncurses development headers on the target. a patch for this (named target_headers.patch and includes similar options for a few other libs in buildroot) can be found at: http://www.zelow.no/floppyfw/download/Development/Patches/buildroot/ (a few packages there aswell) it will add an option to put headers on target for ncurses, zlib and openssl. Thomas. | ||||
* | prevent whining about conflicting targets | Eric Andersen | 2005-06-24 | 2 | -3/+7 |
| | |||||
* | be a bit more consistant with naming, always escape wildcards | Eric Andersen | 2005-06-24 | 26 | -26/+26 |
| | |||||
* | Finish implementing fakeroot handling so mksquashfs properly | Eric Andersen | 2005-06-24 | 1 | -0/+3 |
| | | | | | inherits device table settings and device nodes, exactly as per mkfs* applications that support device tables natively. | ||||
* | Use fakeroot and makedevs to fake mksquashfs into building properly setup file | Eric Andersen | 2005-06-24 | 1 | -2/+0 |
| | | | | permissions and device nodes into the target rootfs without needing to be root. | ||||
* | This patch adds package configuration files for the LVM2 tools and its | Eric Andersen | 2005-06-24 | 5 | -0/+191 |
| | | | | | | | dependency, device-mapper. This will provide the basic tools needed to work with LVM2 volumes on the target system. http://bugs.busybox.net/view.php?id=183 | ||||
* | Setup libpng to be fetched from the sourceforge mirror of choice | Eric Andersen | 2005-06-23 | 1 | -2/+1 |
| | |||||
* | These patches fix some minor problems with GNU Readline package. | Eric Andersen | 2005-06-23 | 2 | -55/+55 |
| | | | | | | | | | | | | patch-1 will make the package selection default=n (since it's not necessary) patch-2 will fix the readline.mk makefile to better follow buildroot style. This is a cleanup only. But adds the 'readline-target' makefile target to also install readline .so files to the target in addition to the full install in the staging area. http://bugs.busybox.net/view.php?id=300 | ||||
* | Update to the debian sarge release version of fakeroot | Eric Andersen | 2005-06-23 | 1 | -1/+1 |
| | |||||
* | Add support for acpid | Eric Andersen | 2005-06-23 | 3 | -0/+56 |
| | |||||
* | The configure script for this package is a hack at best. This patch | "Steven J. Hill" | 2005-06-19 | 1 | -5/+27 |
| | | | | | | | | fixes an issues with the Linux header file 'include/linux/cyclades.h' that gets tested to determine whether or not the 'tqueue' data structure is needed or not. The newer version of it added new types that require 'include/linux/compiler.h' to be included in order for the test to succeed/fail properly. Please, someone shoot me. | ||||
* | Fix build problem with header file needing to be generated before | "Steven J. Hill" | 2005-06-19 | 1 | -55/+93 |
| | | | | a file could be built. Also cleaned up some header files. | ||||
* | Delete gzip compressed patch and add the uncompressed one. Originally, | "Steven J. Hill" | 2005-06-19 | 2 | -0/+545 |
| | | | | e2fsprogs was the only package that had a compressed patch. | ||||
* | Updated patch to add '#define EXT2_FLAT_INCLUDES' in the file ↵ | "Steven J. Hill" | 2005-06-12 | 1 | -0/+0 |
| | | | | 'lib/ext2fs/ext2fs.h' to fix build error. | ||||
* | http://bugs.uclibc.org/view.php?id=289 | Eric Andersen | 2005-06-09 | 2 | -6/+7 |
| | | | | | | | Debian have removed version 5.1.2 patchlevel 6 from their FTP servers, replacing it with 5.1.2 patchlevel 6.1. The resulting patch applies cleanly, but one of the buildroot patches does not apply cleanly unless modified. Patch is included to fix this. | ||||
* | http://bugs.uclibc.org/view.php?id=284 | Eric Andersen | 2005-06-09 | 1 | -1/+1 |
| | | | | Nano depends on ncurses. The attached patch (against svn) fixes the package make file. | ||||
* | http://bugs.uclibc.org/view.php?id=285 | Eric Andersen | 2005-06-09 | 1 | -4/+11 |
| | | | | | The ncurses package make file does not install the terminfo files into the correct directory. The attached patch (against svn) corrects this problem. | ||||
* | http://bugs.uclibc.org/view.php?id=286 | Eric Andersen | 2005-06-09 | 2 | -6/+6 |
| | | | | Can't build "bridge" package in buildroot (patch enclosed) | ||||
* | Make the sourceforge mirror site a config option, as sourceforge | Eric Andersen | 2005-06-09 | 15 | -15/+15 |
| | | | | mirrors tend to change, move, go down, etc from time to time. | ||||
* | 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 |
| | |||||
* | 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=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 |
| | |||||
* | 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. | ||||
* | Patch is now deprecated. | "Steven J. Hill" | 2005-05-18 | 1 | -16/+0 |
| |