summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* whitespace syncMike Frysinger2005-08-041-2/+2
|
* only run ldconfig if ld.so.conf existsMike Frysinger2005-08-041-1/+3
|
* Allow packages to use fakeroot. To accomodate this, convert allEric Andersen2005-08-047-21/+66
| | | | target filesystem creation tools to also use fakeroot.
* Sigh... Let's try this again.Manuel Novoa III2005-08-042-2/+1
|
* 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-044-1/+29
| | | | | 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.
* filter through dos2unixEric Andersen2005-08-031-34/+34
|
* put back support for generating .config.cmdEric Andersen2005-08-033-0/+25
|
* Add /dev/shm.Manuel Novoa III2005-08-031-0/+1
|
* Create some symlinks for {*-}cc since gcc 3.3.6 (at least) doesn't seem to ↵Manuel Novoa III2005-08-031-0/+12
| | | | install them.
* Update locale config to match non-locale settings.Manuel Novoa III2005-08-031-4/+15
|
* Add sstrip for host and/or target.Manuel Novoa III2005-08-034-0/+549
|
* 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
|
* prune 2.16.90.0.1 / 2.16.90.0.2Mike Frysinger2005-08-0214-1006/+0
|
* import binutils 2.16.91.0.2Mike Frysinger2005-08-027-0/+493
|
* update kbuild systemEric Andersen2005-08-0225-612/+983
|
* Only include linux makefile when properly selectedEric Andersen2005-08-011-0/+2
|
* Via EPIA MII specific Linux config is (surprise) specific to the Via EPIA MIIEric Andersen2005-08-011-0/+1
| | | | | and only should be selectable when BR2_TARGET_VIA_EPIA_MII has first been selected.
* Add in options for NPTL in uClibc. Users can select, but since NPTL is"Steven J. Hill"2005-07-294-2/+22
| | | | | on a branch it will not have any effect. Updated DBAu1500 configuration files for latest uClibc snapshot and NPTL options.
* - 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-274-3/+161
|
* 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
|
* Apply the fix for gcc bug #22167Eric Andersen2005-07-1822-5394/+138
| | | | | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22167 remove gcc 3.3.3, change config for sjlj exception handling a bit.
* Update the set of available kernel headers to include 2.4.31 and 2.6.12Eric Andersen2005-07-182-8/+26
|
* Fixup standalong makedevs to handle regular files, and also fixEric Andersen2005-07-181-1/+32
| | | | it to properly update file permissions as specified.
* 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
|
* Run ldconfig on the target rootfs to generate /etc/ld.so.cacheEric Andersen2005-07-145-0/+5
|
* Add device nodes for /dev/input by default (xorg and others want then)Eric Andersen2005-07-141-2/+10
|
* 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.
* Patrick Doyle writes:Mike Frysinger2005-07-112-2/+2
| | | | | | | | target/device/Soekris/net4521/linux.mk is missing an endif for the first if statement target/device/Soekris/Makefile.in needs to set TARGETS before including linux.mk since the file checks the TARGETS variables
* revert earlier change since it doesnt work with last uClibc release :/Mike Frysinger2005-07-111-3/+3
|
* import 4.0.1 based on 4.0.0Mike Frysinger2005-07-108-0/+3882
|
* Fix buildroot not to modify Rules.mak. Patch From vapier.Joakim Tjernlund2005-06-301-1/+1
|
* Update default config a little.Joakim Tjernlund2005-06-301-1/+5
|
* make 2.16.1 the default binutilsMike Frysinger2005-06-271-1/+1
|
* import binutils 2.16.91.0.1Mike Frysinger2005-06-277-0/+503
|