summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* be a bit more consistant with naming, always escape wildcardsEric Andersen2005-06-2426-26/+26
|
* Finish implementing fakeroot handling so mksquashfs properlyEric Andersen2005-06-241-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 fileEric Andersen2005-06-241-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 itsEric Andersen2005-06-245-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 choiceEric Andersen2005-06-231-2/+1
|
* These patches fix some minor problems with GNU Readline package.Eric Andersen2005-06-232-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 fakerootEric Andersen2005-06-231-1/+1
|
* Add support for acpidEric Andersen2005-06-233-0/+56
|
* The configure script for this package is a hack at best. This patch"Steven J. Hill"2005-06-191-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-191-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-192-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-121-0/+0
| | | | 'lib/ext2fs/ext2fs.h' to fix build error.
* http://bugs.uclibc.org/view.php?id=289Eric Andersen2005-06-092-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=284Eric Andersen2005-06-091-1/+1
| | | | Nano depends on ncurses. The attached patch (against svn) fixes the package make file.
* http://bugs.uclibc.org/view.php?id=285Eric Andersen2005-06-091-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=286Eric Andersen2005-06-092-6/+6
| | | | Can't build "bridge" package in buildroot (patch enclosed)
* Make the sourceforge mirror site a config option, as sourceforgeEric Andersen2005-06-0915-15/+15
| | | | mirrors tend to change, move, go down, etc from time to time.
* routine .config updateEric Andersen2005-06-091-0/+6
|
* routine .config updatesEric Andersen2005-06-091-1/+10
|
* http://bugs.uclibc.org/view.php?id=288Eric Andersen2005-06-092-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 scriptEric Andersen2005-06-091-0/+76
|
* Apply most ofEric Andersen2005-06-091-3/+18
| | | | http://bugs.uclibc.org/view.php?id=290
* http://bugs.uclibc.org/view.php?id=293Eric Andersen2005-06-091-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=178Eric Andersen2005-06-097-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 nameMike Frysinger2005-06-031-2/+1
|
* Applied patch to add TCL version 8.4.9 for buildroot submitted by"Steven J. Hill"2005-05-314-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-311-0/+1
| | | | Ivan Daniluk on May 30 01:28:31 MDT 2005.
* Patch is now deprecated."Steven J. Hill"2005-05-181-16/+0
|
* Fix bzip2 cross build error associated with host ranlib being"Steven J. Hill"2005-05-182-2/+3
| | | | used instead of cross target ranlib.
* Add patch from debian to make things compileEric Andersen2005-05-161-0/+0
|
* This patch updates the pppd package to build version 2.4.3. The 2.4.3 versionEric Andersen2005-05-161-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 ofEric Andersen2005-05-161-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 toEric Andersen2005-05-163-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 theEric Andersen2005-05-161-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 versionEric Andersen2005-05-161-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. TheEric Andersen2005-05-161-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 Andersen2005-05-124-15/+167
| | | | This gets it so it at least compiles...
* First pass at getting current x.org to into buildroot.Eric Andersen2005-05-127-0/+267
| | | | Still needs more polish but is a good start.
* iptables doesnt need to concern itself with kernel headersEric Andersen2005-05-121-1/+1
|
* fixup libreadline build, per http://bugs.uclibc.org/view.php?id=229Eric Andersen2005-05-041-5/+1
|
* Add patches for GCC-4.x so that packages will build properly."Steven J. Hill"2005-05-035-0/+87
|
* Slash missing."Steven J. Hill"2005-04-271-1/+1
|
* Rsync was recently upgraded to 2.6.4. Until buildroot is updated,"Steven J. Hill"2005-04-271-1/+1
| | | | the RSYNC_SITE variable needs to be changed.
* http://bugs.uclibc.org/view.php?id=189Eric Andersen2005-04-267-0/+233
|
* Fix install error caused by 'ln -sf' which tries to use the target's"Steven J. Hill"2005-04-231-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 optionsEric Andersen2005-04-211-0/+1
|
* Don't mess with /etc/default for now.Eric Andersen2005-04-212-3/+0
|
* Update init scripts a bit. Don't mess with /etc/default for now.Eric Andersen2005-04-216-47/+44
|
* Change all instances of 'ln -sf' to 'ln -snf'Eric Andersen2005-04-157-34/+34
|
* Minor ltrace updatesEric Andersen2005-04-141-2/+7
|