summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2005-08-04add support for fetching latest config.{sub,guess} files from config cvsMike Frysinger
2005-08-04whitespace syncMike Frysinger
2005-08-04Allow packages to use fakeroot. To accomodate this, convert allEric Andersen
target filesystem creation tools to also use fakeroot.
2005-08-04Fix it up so ltp builds and installs itself properly so it isEric Andersen
100% ready to run on the target device.
2005-08-04Add BR2_CROSS_TOOLCHAIN_TARGET_UTILS to allow bundling of some useful debugManuel Novoa III
apps with a deployed cross toolchain. Should probably do ltrace as well... Also, add another compat symlink for cross gdb.
2005-08-03dont use xargsMike Frysinger
2005-08-03fixes for superhMike Frysinger
2005-08-03new version (4.5.12)Mike Frysinger
2005-08-03Move buildroot-used bin/sed (binary or symlink) into TOOL_BUILD_DIR instead ↵Manuel Novoa III
of STAGING_DIR, since the latter could be a standalone cross toolchain dir.
2005-08-03put back support for generating .config.cmdEric Andersen
2005-08-02also remove support/mksignames.cEric Andersen
2005-08-02Hopefully this will teach bash to get signals correct when cross compiled.Eric Andersen
2005-08-02update kbuild systemEric Andersen
2005-07-29- zlib prior to 1.2.3 improperly handled invalid data streams which could ↵Ned Ludd
lead a denial of service or arbitrary code execution. Tavis Ormandy CAN-2005-2096
2005-07-28grab some static updates from linux-2.6 git to fix gcc4 build errors as ↵Mike Frysinger
reported by Khem Raj
2005-07-27Minor updatesEric Andersen
2005-07-27Fix broken dependanciesEric Andersen
2005-07-22update valgrind to the latest and greatestEric Andersen
2005-07-20e2fsprogs does not appear to be 'make -j N' safe for N > 1Eric Andersen
2005-07-19update to dropbear-0.46Eric Andersen
2005-07-15A little more setupEric Andersen
2005-07-15Install xorg modules correctlyEric Andersen
2005-07-14Yet more xorg build fixupsEric Andersen
2005-07-13Get it buildingEric Andersen
2005-07-13file-4.12 is no longer availableEric Andersen
2005-07-13Fix some stupid bugs in the Xorg buildEric Andersen
2005-07-12Thomas Lundquist writes:Eric Andersen
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.
2005-06-24prevent whining about conflicting targetsEric Andersen
2005-06-24be a bit more consistant with naming, always escape wildcardsEric Andersen
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-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-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 to the debian sarge release version of fakerootEric 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-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 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-09Apply most ofEric Andersen
http://bugs.uclibc.org/view.php?id=290