Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| | |||||
* | fixup libreadline build, per http://bugs.uclibc.org/view.php?id=229 | Eric Andersen | 2005-05-04 | 1 | -5/+1 |
| | |||||
* | Add patches for GCC-4.x so that packages will build properly. | "Steven J. Hill" | 2005-05-03 | 5 | -0/+87 |
| | |||||
* | Slash missing. | "Steven J. Hill" | 2005-04-27 | 1 | -1/+1 |
| | |||||
* | Rsync was recently upgraded to 2.6.4. Until buildroot is updated, | "Steven J. Hill" | 2005-04-27 | 1 | -1/+1 |
| | | | | the RSYNC_SITE variable needs to be changed. | ||||
* | http://bugs.uclibc.org/view.php?id=189 | Eric Andersen | 2005-04-26 | 7 | -0/+233 |
| | |||||
* | Fix install error caused by 'ln -sf' which tries to use the target's | "Steven J. Hill" | 2005-04-23 | 1 | -1/+1 |
| | | | | | | 'ln' instead of the host. A quick grep through the other packages shows that this may be an issue as well. I will probably have more fixes later today. | ||||
* | Update for latest config options | Eric Andersen | 2005-04-21 | 1 | -0/+1 |
| | |||||
* | Don't mess with /etc/default for now. | Eric Andersen | 2005-04-21 | 2 | -3/+0 |
| | |||||
* | Update init scripts a bit. Don't mess with /etc/default for now. | Eric Andersen | 2005-04-21 | 6 | -47/+44 |
| | |||||
* | Change all instances of 'ln -sf' to 'ln -snf' | Eric Andersen | 2005-04-15 | 7 | -34/+34 |
| | |||||
* | Minor ltrace updates | Eric Andersen | 2005-04-14 | 1 | -2/+7 |
| | |||||
* | Fix up the build of libelf so it actually works | Eric Andersen | 2005-04-12 | 2 | -6/+23 |
| | |||||
* | Make busybox config file location a config option | Eric Andersen | 2005-04-12 | 2 | -4/+17 |
| | |||||
* | - glib1 does not build a .so | Ned Ludd | 2005-04-08 | 1 | -2/+2 |
| | |||||
* | SnarlCat writes: add OBJCOPY to build environment Bug #213 | Mike Frysinger | 2005-04-07 | 1 | -1/+2 |
| |