summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* Allow packages to use fakeroot. To accomodate this, convert allEric Andersen2005-08-041-2/+4
| | | | target filesystem creation tools to also use fakeroot.
* Fix it up so ltp builds and installs itself properly so it isEric Andersen2005-08-042-22/+100
| | | | 100% ready to run on the target device.
* Add BR2_CROSS_TOOLCHAIN_TARGET_UTILS to allow bundling of some useful debugManuel Novoa III2005-08-041-0/+5
| | | | | apps with a deployed cross toolchain. Should probably do ltrace as well... Also, add another compat symlink for cross gdb.
* dont use xargsMike Frysinger2005-08-031-1/+1
|
* fixes for superhMike Frysinger2005-08-032-0/+38
|
* new version (4.5.12)Mike Frysinger2005-08-031-1/+2
|
* Move buildroot-used bin/sed (binary or symlink) into TOOL_BUILD_DIR instead ↵Manuel Novoa III2005-08-031-15/+17
| | | | of STAGING_DIR, since the latter could be a standalone cross toolchain dir.
* put back support for generating .config.cmdEric Andersen2005-08-033-0/+25
|
* also remove support/mksignames.cEric Andersen2005-08-021-4/+436
|
* Hopefully this will teach bash to get signals correct when cross compiled.Eric Andersen2005-08-022-1/+261
|
* update kbuild systemEric Andersen2005-08-0225-612/+983
|
* - zlib prior to 1.2.3 improperly handled invalid data streams which could ↵Ned Ludd2005-07-291-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 Frysinger2005-07-284-4/+4
| | | | reported by Khem Raj
* Minor updatesEric Andersen2005-07-271-0/+1
|
* Fix broken dependanciesEric Andersen2005-07-271-4/+14
|
* update valgrind to the latest and greatestEric Andersen2005-07-222-233/+112
|
* e2fsprogs does not appear to be 'make -j N' safe for N > 1Eric Andersen2005-07-201-2/+2
|
* update to dropbear-0.46Eric Andersen2005-07-191-2/+2
|
* A little more setupEric Andersen2005-07-151-12/+9
|
* Install xorg modules correctlyEric Andersen2005-07-151-1/+1
|
* Yet more xorg build fixupsEric Andersen2005-07-141-5/+15
|
* Get it buildingEric Andersen2005-07-131-14/+19
|
* file-4.12 is no longer availableEric Andersen2005-07-131-1/+1
|
* Fix some stupid bugs in the Xorg buildEric Andersen2005-07-132-1/+5
|
* Thomas Lundquist writes:Eric Andersen2005-07-128-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 targetsEric Andersen2005-06-242-3/+7
|
* 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.