summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-06-24Finish implementing fakeroot handling so when we tar up theEric Andersen
rootfs, the tarball properly inherits device table settings and device nodes.
2005-06-24Finish implementing fakeroot handling so mksquashfs properlyEric Andersen
inherits device table settings and device nodes, exactly as per mkfs* applications that support device tables natively.
2005-06-24Use fakeroot and makedevs to fake mksquashfs into building properly setup fileEric Andersen
permissions and device nodes into the target rootfs without needing to be root.
2005-06-24mksquashfs is always rebuilt before generating rootfs image. The attachedEric Andersen
patch avoids this issue, by creating a .unpacked file in the squashfs directory after the source tarball is unpacked, and making the mksquashfs target depend on the .unpacked file. http://bugs.busybox.net/view.php?id=234
2005-06-24This patch adds package configuration files for the LVM2 tools and itsEric Andersen
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
2005-06-23If you update the kernel headers tarball and run make against an already builtEric Andersen
buildroot, the header files will be re-extracted, but they will not be put in exactly the right place if the name of the extracted directory includes the kernel version numbers. For example, linux-libc-headers-2.4.25.tar.bz2 will be extracted to $(TOOLCHAIN_BUILD_DIR)/linux-libc-headers-2.4.25, and then the mv command will move the newly extracted headers into the already existing $(TOOLCHAIN_BUILD_DIR)/linux directory, instead of replacing that directory as desired. The fix is to first remove the $(TOOLCHAIN_BUILD_DIR)/linux directory and then do the mv command. http://bugs.busybox.net/view.php?id=296
2005-06-23Setup libpng to be fetched from the sourceforge mirror of choiceEric Andersen
2005-06-23These patches fix some minor problems with GNU Readline package.Eric Andersen
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
2005-06-23Update ccache to the latest version, which adds features.Eric Andersen
http://bugs.busybox.net/view.php?id=297
2005-06-23Update to the debian sarge release version of fakerootEric Andersen
2005-06-23New target/device: Via epia-mii:Eric Andersen
Creates a target for the epia-mii board. Fairly generic, based on 2.6 kernel. Doesn't override the busybox or uclibc configurations. Includes one patch, which I still can't get to apply (it applies cleanly manually, but isn't applied through buildroot). http://bugs.busybox.net/view.php?id=188
2005-06-23Add support for building a few commonly used bootloadersEric Andersen
2005-06-23Add support for acpidEric Andersen
2005-06-19The configure script for this package is a hack at best. This patch"Steven J. Hill"
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.
2005-06-19Fix build problem with header file needing to be generated before"Steven J. Hill"
a file could be built. Also cleaned up some header files.
2005-06-19Delete gzip compressed patch and add the uncompressed one. Originally,"Steven J. Hill"
e2fsprogs was the only package that had a compressed patch.
2005-06-18Add support for binutils 2.16.1. Patches are identical to those for 2.16.Manuel Novoa III
2005-06-12Updated patch to add '#define EXT2_FLAT_INCLUDES' in the file ↵"Steven J. Hill"
'lib/ext2fs/ext2fs.h' to fix build error.
2005-06-09http://bugs.uclibc.org/view.php?id=289Eric Andersen
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.
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.