summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-11-15make certain the target directory existsEric Andersen
2006-11-15subversion makes it so we do not need a separate tarballEric Andersen
to store empty directories and symlinks for the target_skeleton.
2006-11-14bring up to version 3.31Eric Andersen
2006-11-05- point to the buildroot ML instead of the uclibc one.Bernhard Reutner-Fischer
Thanks to Thomas Lundquist for pointing this out.
2006-11-04- Patch from Thomas Lundquist to support lzma compressed ext2 rootfs.Bernhard Reutner-Fischer
2006-11-03fix use of BUILD_WITH_LARGEFILE to properlyEric Andersen
refer to BR2_LARGEFILE
2006-10-26Fix missing libgcc_s.so.1 with BR2_GCC_SHARED_LIBGCCPeter Korsgaard
2006-10-25Bump to upstream v1.2.2Peter Korsgaard
2006-10-212.17.50.0.6 ver bumpMike Frysinger
2006-10-17update defaultsEric Andersen
2006-10-17update config filesEric Andersen
2006-10-17we use BR2_ENABLE_LOCALE not ENABLE_LOCALEEric Andersen
2006-10-14fix CrossCompileDir (patch by Andrew E. Milesk)Peter Korsgaard
2006-10-11- normalize KERNEL_ARCH via sedBernhard Reutner-Fischer
2006-10-09new upstream versionEric Andersen
2006-10-09use cannonical source locationEric Andersen
2006-10-09use http for kernel.orgEric Andersen
2006-10-09- we need to pass ARCH to the kernel; The kernel does not have a table toBernhard Reutner-Fischer
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..
2006-10-09Bump version (patch by Fredrik Roubert)Peter Korsgaard
2006-10-09- use headers_install for full kernel tarballs used as kernel-headersBernhard Reutner-Fischer
2006-10-07remove duplicate/invalid options in choiceMike Frysinger
2006-10-06- passing the target arch in isn't usefulBernhard Reutner-Fischer
2006-10-06- be gentle to vi syntax color modeBernhard Reutner-Fischer
2006-10-06- jffs2 requires the mtd package for the mtd-host tools.Bernhard Reutner-Fischer
2006-10-06- use the HOSTCC given by the user.Bernhard Reutner-Fischer
2006-10-03- use the HOSTCC for building host-tools.Bernhard Reutner-Fischer
2006-10-03- late binding isn't a good idea there, i did end up with an empty SOURCE.Bernhard Reutner-Fischer
2006-10-02add a know to enable/disable building a shared libgccEric Andersen
2006-10-02kill the separate 'uClibc.config-locale' file, which was generally left ↵Eric Andersen
unmaintained and instead just update the installed uClibc config file in place to enable locale when selected
2006-10-02escape the wildcardEric Andersen
2006-10-02Andrew E. Mileski writes:Eric Andersen
This looks like a typo to me. Without this patch, one ends up with "i386AArchitecture" being defined, which doesn't match anything.
2006-10-01- add missing hung from the BR2_ZCAT introductionBernhard Reutner-Fischer
2006-10-01- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-10-01- add BR2_ZCAT in preparation of fixing bug #971Bernhard Reutner-Fischer
2006-09-30tidy upMike Frysinger
2006-09-30- fix bug #1042; Hardcoding system-paths is a bad idea. If some of them are notBernhard Reutner-Fischer
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.
2006-09-28- add stubs for gmp and mpfrBernhard Reutner-Fischer
not yet enabled
2006-09-28- bump versionBernhard Reutner-Fischer
2006-09-28- add possibility to use a 2.6.18 (full) kernel tarball for the libc-headers.Bernhard Reutner-Fischer
2006-09-28- rediff against current trunk.Bernhard Reutner-Fischer
Now compiles again if locale is turned off..
2006-09-28- rediff against current trunkBernhard Reutner-Fischer
2006-09-28Network block device package (client only)Peter Korsgaard
2006-09-272.17.50.0.5 ver bumpMike Frysinger
2006-09-27help if we had the patches for the new versionMike Frysinger
2006-09-27make 3.80 doesn't understand 'else ifeq(..)'Peter Korsgaard
Reported by Jeff Rhyason.
2006-09-27Don't disable tcl twicePeter Korsgaard
2006-09-26sqlite package, based on gumstixPeter Korsgaard
2006-09-26The target is readline-target, not readline_targetPeter Korsgaard
2006-09-26Proper !i386 cross compilation supportPeter Korsgaard
2006-09-25Set 0.9.28 floating point mode according to BR2_SOFT_FLOATPeter Korsgaard