summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* be a bit more consistant with naming, always escape wildcardsEric Andersen2005-06-2431-31/+31
|
* Finish implementing fakeroot handling so when we tar up theEric Andersen2005-06-241-8/+21
| | | | | rootfs, the tarball properly inherits device table settings and device nodes.
* Finish implementing fakeroot handling so mksquashfs properlyEric Andersen2005-06-244-35/+57
| | | | | 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-244-43/+21
| | | | permissions and device nodes into the target rootfs without needing to be root.
* mksquashfs is always rebuilt before generating rootfs image. The attachedEric Andersen2005-06-241-2/+3
| | | | | | | | 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
* 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
* If you update the kernel headers tarball and run make against an already builtEric Andersen2005-06-231-0/+1
| | | | | | | | | | | | | | | | | 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
* 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 ccache to the latest version, which adds features.Eric Andersen2005-06-231-1/+1
| | | | http://bugs.busybox.net/view.php?id=297
* Update to the debian sarge release version of fakerootEric Andersen2005-06-231-1/+1
|
* New target/device: Via epia-mii:Eric Andersen2005-06-235-0/+1569
| | | | | | | | | 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
* Add support for building a few commonly used bootloadersEric Andersen2005-06-237-0/+177
|
* 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.
* Add support for binutils 2.16.1. Patches are identical to those for 2.16.Manuel Novoa III2005-06-189-0/+1076
|
* 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-0918-17/+26
| | | | mirrors tend to change, move, go down, etc from time to time.
* routine .config updateEric Andersen2005-06-091-1/+17
|
* 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
|
* Add a standalone makedevs application to be used along withEric Andersen2005-06-092-0/+506
| | | | | | fakeroot to construct target device nodes for filesystems and utilities (such as tar) that do not currently support device tables natively.
* 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=294Eric Andersen2005-06-091-2/+2
| | | | There is a mistake in buildroot/Config.in
* 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
|
* add missing hunk for clocale=uclibc support in libstdc++ configureMike Frysinger2005-06-023-0/+27
|
* 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.
* Apply any uClibc patches that are presentEric Andersen2005-05-261-0/+1
|
* quick import of gcc-3.3.6 and gcc-3.4.4Mike Frysinger2005-05-2419-1/+9019
|
* 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...