summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* - Typo fix: copy headers to the correct location on the target.Bernhard Reutner-Fischer2006-11-172-2/+3
|
* - bump versionBernhard Reutner-Fischer2006-11-173-1/+79
|
* - newer busyboxen want CROSS_COMPILE rather than the old CROSS.Bernhard Reutner-Fischer2006-11-171-3/+6
|
* - check if busybox' Rules.mak exists.Bernhard Reutner-Fischer2006-11-171-4/+6
| | | | - add target dirs to ensure that all required dirs do exist so make busybox-menuconfig works in a pristine checkout.
* - Patch from Thomas Lundquist to support lzma compressed ext2 rootfs.Bernhard Reutner-Fischer2006-11-042-28/+72
|
* fix use of BUILD_WITH_LARGEFILE to properlyEric Andersen2006-11-031-1/+1
| | | | refer to BR2_LARGEFILE
* Bump to upstream v1.2.2Peter Korsgaard2006-10-251-1/+1
|
* we use BR2_ENABLE_LOCALE not ENABLE_LOCALEEric Andersen2006-10-171-1/+1
|
* fix CrossCompileDir (patch by Andrew E. Milesk)Peter Korsgaard2006-10-141-1/+1
|
* new upstream versionEric Andersen2006-10-091-1/+1
|
* use cannonical source locationEric Andersen2006-10-091-1/+1
|
* use http for kernel.orgEric Andersen2006-10-091-1/+1
|
* Bump version (patch by Fredrik Roubert)Peter Korsgaard2006-10-091-2/+2
|
* remove duplicate/invalid options in choiceMike Frysinger2006-10-071-3/+0
|
* - passing the target arch in isn't usefulBernhard Reutner-Fischer2006-10-061-1/+1
|
* - be gentle to vi syntax color modeBernhard Reutner-Fischer2006-10-061-1/+1
|
* - jffs2 requires the mtd package for the mtd-host tools.Bernhard Reutner-Fischer2006-10-061-0/+1
|
* - use the HOSTCC for building host-tools.Bernhard Reutner-Fischer2006-10-031-1/+1
|
* - late binding isn't a good idea there, i did end up with an empty SOURCE.Bernhard Reutner-Fischer2006-10-031-3/+3
|
* escape the wildcardEric Andersen2006-10-021-1/+1
|
* Andrew E. Mileski writes:Eric Andersen2006-10-021-1/+1
| | | | | This looks like a typo to me. Without this patch, one ends up with "i386AArchitecture" being defined, which doesn't match anything.
* - add missing hung from the BR2_ZCAT introductionBernhard Reutner-Fischer2006-10-011-0/+2
|
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-0199-104/+104
| | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
* - 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
|
* Network block device package (client only)Peter Korsgaard2006-09-283-0/+67
|
* 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
|
* 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)
* 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
|
* 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
|
* - 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
|
* 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
|
* - 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.
* 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.