summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - add BR2_ZCAT in preparation of fixing bug #971Bernhard Reutner-Fischer2006-10-011-0/+10
|
* tidy upMike Frysinger2006-09-3010-48/+40
|
* - fix bug #1042; Hardcoding system-paths is a bad idea. If some of them are notBernhard Reutner-Fischer2006-09-301-1/+1
| | | | in PATH seen by make then most likely for a very good reason. Set your PATH accordingly if you need /bin or /usr/local/bin et al.
* - add stubs for gmp and mpfrBernhard Reutner-Fischer2006-09-284-0/+243
| | | | not yet enabled
* - bump versionBernhard Reutner-Fischer2006-09-281-1/+1
|
* - add possibility to use a 2.6.18 (full) kernel tarball for the libc-headers.Bernhard Reutner-Fischer2006-09-282-0/+17
|
* - rediff against current trunk.Bernhard Reutner-Fischer2006-09-281-21/+87
| | | | Now compiles again if locale is turned off..
* - rediff against current trunkBernhard Reutner-Fischer2006-09-281-9/+9
|
* Network block device package (client only)Peter Korsgaard2006-09-283-0/+67
|
* 2.17.50.0.5 ver bumpMike Frysinger2006-09-276-0/+308
|
* help if we had the patches for the new versionMike Frysinger2006-09-275-0/+303
|
* make 3.80 doesn't understand 'else ifeq(..)'Peter Korsgaard2006-09-271-8/+16
| | | | Reported by Jeff Rhyason.
* Don't disable tcl twicePeter Korsgaard2006-09-271-1/+0
|
* sqlite package, based on gumstixPeter Korsgaard2006-09-263-0/+82
|
* The target is readline-target, not readline_targetPeter Korsgaard2006-09-261-1/+1
|
* Proper !i386 cross compilation supportPeter Korsgaard2006-09-262-3/+42
|
* Set 0.9.28 floating point mode according to BR2_SOFT_FLOATPeter Korsgaard2006-09-251-1/+3
|
* depend instead of select on zlib/png to shut up Kconfig warningPeter Korsgaard2006-09-251-2/+2
| | | | (doesn't change anything as xorg already depends on them)
* GRUB package is called BR2_TARGET_GRUBPeter Korsgaard2006-09-251-1/+1
|
* Valgrind works on PPC and AMD64 as well nowadays.Peter Korsgaard2006-09-252-4/+1
| | | | Use Kconfig to ensure valgrind can only be enabled on supported archs.
* Bump versionPeter Korsgaard2006-09-251-2/+3
|
* patch is incorrect; we do not want to ignore comments while in #NO_APP modeMike Frysinger2006-09-248-752/+0
|
* ver bumpMike Frysinger2006-09-242-93/+5
|
* fix big/little endianPeter Korsgaard2006-09-191-0/+6
|
* Don't copy static lib to TARGET_DIRPeter Korsgaard2006-09-191-4/+4
|
* Add dillo packagePeter Korsgaard2006-09-193-0/+73
|
* - add missing includeBernhard Reutner-Fischer2006-09-111-1/+1
|
* - repair deps.Bernhard Reutner-Fischer2006-08-291-2/+2
|
* - add lzmaBernhard Reutner-Fischer2006-08-291-0/+1
|
* - bump versionBernhard Reutner-Fischer2006-08-292-2/+2
|
* - add package lzmaBernhard Reutner-Fischer2006-08-293-0/+109
|
* - use cross strip instead of host strip; closes #773Bernhard Reutner-Fischer2006-08-281-2/+2
|
* - add rope-index patch, updated for 4.2.0Bernhard Reutner-Fischer2006-08-281-0/+24
|
* Add an sh64 target to buildroot.Paul Mundt2006-08-281-2/+6
|
* Don Reid writes:Eric Andersen2006-08-251-1/+0
| | | | | It looks like the linux binary is just used if a system map file cannot be found. So I changed the make file to remove it.
* fixup lsof so it will apply patches, and compile when rpc is disabledEric Andersen2006-08-252-0/+19
|
* - update to 2.0.0 and correct site.Bernhard Reutner-Fischer2006-08-241-2/+2
|
* - update to 1.02.09Bernhard Reutner-Fischer2006-08-241-2/+2
|
* - make sure that the prerequisites of 'make busybox-menuconfig' are metBernhard Reutner-Fischer2006-08-241-1/+1
|
* - remove patch that was already applied upstreamBernhard Reutner-Fischer2006-08-241-12/+0
|
* - adjust to current snapshotBernhard Reutner-Fischer2006-08-241-15/+3
|
* - pickup the PATH the user has set.Bernhard Reutner-Fischer2006-08-241-1/+1
| | | | Fixes HOSTCC et al being installed in e.g. /opt where it wasn't found before.
* add URL for binutils 2.17 #1002Mike Frysinger2006-08-241-0/+3
|
* mkfs.jffs2 doesn't like short form of pad option with argPeter Korsgaard2006-08-221-2/+3
|
* Bump to upstream v3.1Peter Korsgaard2006-08-211-1/+1
|
* Use http. Add support for building cross depmod for 2.6 kernels.Eric Andersen2006-08-101-6/+45
| | | | Don't hard code version numbers all over the place.
* comparing $(ARCH) vs i.e. i386 isn't going to work when ARCH=i486 etc.Eric Andersen2006-08-101-6/+6
| | | | Need to instead compare vs BR2_i386 and friends.
* update valgrind to the latest and greatest, forward port my patches.Eric Andersen2006-08-102-115/+186
| | | | Mental note: submit upstream
* rework hotplug with a customized version not dependant on kernel sourcesEric Andersen2006-08-103-40/+5
|
* Add support for mklibs (strips unused syms from shared libs such as uClibc)Eric Andersen2006-08-024-0/+653
| | | | | based on a patch from akvadrako, and using a version of mklibs.py that was massively hacked up by andersee and mjn3 for uClibc support.