summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-1767-87/+146
|
* - fix typo introduced in my global search and replace.Bernhard Reutner-Fischer2006-11-172-2/+2
|
* - Adjust the install prefix for current busybox.Bernhard Reutner-Fischer2006-11-171-0/+5
|
* - bump version and pass the target cflags in properly (at least for most of theBernhard Reutner-Fischer2006-11-171-3/+4
| | | | tools. Needs fixing upstream).
* - I had to apply this patch to get it to build with a uClibc-snapshot..Bernhard Reutner-Fischer2006-11-172-2/+17
|
* - that version didn't build for me.Bernhard Reutner-Fischer2006-11-173-3/+31
| | | | Update version and make it compile..
* - 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
|
* - also allow grub for x86_64Bernhard Reutner-Fischer2006-11-172-3/+25
| | | | - bump version
* - 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-172-6/+9
| | | | - add target dirs to ensure that all required dirs do exist so make busybox-menuconfig works in a pristine checkout.
* Make sure libgcc_s.so.1 and friends always gets installed in TARGET_DIR.Peter Korsgaard2006-11-161-2/+4
| | | | Patch by Lars Munch.
* make certain the target directory existsEric Andersen2006-11-151-0/+1
|
* subversion makes it so we do not need a separate tarballEric Andersen2006-11-1538-16/+36
| | | | to store empty directories and symlinks for the target_skeleton.
* bring up to version 3.31Eric Andersen2006-11-141-3/+8
|
* - point to the buildroot ML instead of the uclibc one.Bernhard Reutner-Fischer2006-11-052-3/+4
| | | | Thanks to Thomas Lundquist for pointing this out.
* - Patch from Thomas Lundquist to support lzma compressed ext2 rootfs.Bernhard Reutner-Fischer2006-11-044-28/+86
|
* fix use of BUILD_WITH_LARGEFILE to properlyEric Andersen2006-11-031-1/+1
| | | | refer to BR2_LARGEFILE
* Fix missing libgcc_s.so.1 with BR2_GCC_SHARED_LIBGCCPeter Korsgaard2006-10-261-4/+3
|
* Bump to upstream v1.2.2Peter Korsgaard2006-10-251-1/+1
|
* 2.17.50.0.6 ver bumpMike Frysinger2006-10-216-0/+308
|
* update defaultsEric Andersen2006-10-172-2/+2
|
* update config filesEric Andersen2006-10-172-99/+105
|
* we use BR2_ENABLE_LOCALE not ENABLE_LOCALEEric Andersen2006-10-173-5/+7
|
* fix CrossCompileDir (patch by Andrew E. Milesk)Peter Korsgaard2006-10-141-1/+1
|
* - normalize KERNEL_ARCH via sedBernhard Reutner-Fischer2006-10-111-1/+6
|
* 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
|
* - we need to pass ARCH to the kernel; The kernel does not have a table toBernhard Reutner-Fischer2006-10-091-1/+4
| | | | | normalize the passed in ARCH, from the looks, so we have to normalize it manually. XXX: FIXME upstream via a simple shell script like the cc-checks! FIXME: flesh this out..
* Bump version (patch by Fredrik Roubert)Peter Korsgaard2006-10-091-2/+2
|
* - use headers_install for full kernel tarballs used as kernel-headersBernhard Reutner-Fischer2006-10-091-5/+30
|
* 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-062-0/+2
|
* - use the HOSTCC given by the user.Bernhard Reutner-Fischer2006-10-061-1/+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
|
* add a know to enable/disable building a shared libgccEric Andersen2006-10-022-4/+16
|
* kill the separate 'uClibc.config-locale' file, which was generally left ↵Eric Andersen2006-10-022-190/+3
| | | | | | | unmaintained and instead just update the installed uClibc config file in place to enable locale when selected
* 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-01109-115/+115
| | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
* - 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
|