summaryrefslogtreecommitdiff
path: root/Config.in
AgeCommit message (Collapse)Author
2007-03-20- add some ARM 1176 variantsBernhard Reutner-Fischer
2007-03-09- Default to gzip -d -c since zcat may only support compress'ed filesBernhard Reutner-Fischer
according to SuS. Thanks to Heikki Lindholm for pointing this out.
2007-02-09- speeling fixBernhard Reutner-Fischer
2007-02-09- add gcc-4.0.4Bernhard Reutner-Fischer
- add knob to enable unsupported, deprecated, obsoleted versions of packages
2007-01-28Prepatory patch to allow AVR32/AT91 support from Ulf SamuelssonBernhard Reutner-Fischer
- Introduce AVR32 target architecture "avr32" - Introduce AVR32 target variants (AP7000/AP7010/AP7020) - Introduce Download location for patches/packages for Atmel chips (BR2_ATMEL_MIRROR) - Introduce Download location for Community AT91 patches/packages (BR2_AT91_PATCH_MIRROR)
2007-01-28- add an experimental BR2_PREFER_IMA.Bernhard Reutner-Fischer
Currently disfunctional for gcc-4.2 due to PR30620 and possibly others
2007-01-17- convert to lowercase to match the other sub-archesBernhard Reutner-Fischer
2007-01-17- add ARM_IWMMXT variant since uClibc supports itBernhard Reutner-Fischer
2006-11-17- add and use BR2_BZCAT config option.Bernhard Reutner-Fischer
2006-10-01- add BR2_ZCAT in preparation of fixing bug #971Bernhard Reutner-Fischer
2006-08-28Add an sh64 target to buildroot.Paul Mundt
2006-07-04- list defaults for BR2_GNU_TARGET_SUFFIX in help textBernhard Reutner-Fischer
- fix a few typos
2006-06-05Add support for ARM EABI.Paul Mundt
2006-06-05Split the target suffix out as a config option, for the few cases wherePaul Mundt
we have to use a different one.
2006-01-18patch by David Anders to add arm variantsMike Frysinger
2006-01-04incorporate patches from marc in bug #273 to add support for nios2Mike Frysinger
2005-12-27add an option for the --build so cygwin users can utilize buildrootMike Frysinger
2005-12-10- remove BR2_TAR_VERBOSITY and add helptext to BR2_TAR_OPTIONS.Bernhard Reutner-Fischer
default to no additional tar options.
2005-12-10- add option to pass to tar for unpacking the source.Bernhard Reutner-Fischer
Set it to exclude .svn per default (please default to "" if inappropriate)
2005-10-01let people control location of download dirMike Frysinger
2005-09-24allow people to build for i386/i486/i586/i686 targets since some packages ↵Mike Frysinger
(like gcc) build differently based upon the host tuplet
2005-09-22make alpha/x86_64 selectable options and export architecture endian so we ↵Mike Frysinger
can use it in uclibc config setup
2005-09-18add sf mirrors list in help (fix by Bernhard Fischer) and allow people to ↵Mike Frysinger
add custom prefix/suffix to builds
2005-08-13Switch default from 'unc' to 'easynews'Eric Andersen
2005-06-09Make the sourceforge mirror site a config option, as sourceforgeEric Andersen
mirrors tend to change, move, go down, etc from time to time.
2005-06-09http://bugs.uclibc.org/view.php?id=294Eric Andersen
There is a mistake in buildroot/Config.in
2005-05-07Add an sh2eb target.Paul Mundt
2005-05-03Initial support for MS7206SE01 sh2a board.Paul Mundt
2005-02-07Small wording changeEric Andersen
2005-01-23Patch from scott: http://bugs.uclibc.org/view.php?id=42Eric Andersen
0000042: add subversion (svn) support to buildroot This patch adds support for subversion to checkout files, much like how CVS already works. It uses 'SVN' macro in makefiles.
2004-12-11Add initial BR2_JLEVEL support, with some exceptions for apps thatEric Andersen
have broken 'make -j' support
2004-12-11Add an option to allow people to relocate the toolchainEric Andersen
2004-12-11Patch from Volmat Alain adding SH3/SH3EB SH4EB supportEric Andersen
2004-10-15Will McCammon writes:Eric Andersen
make fails for busybox 1.0.0 on fedora core 2 because the default behavior of wget is to create a directory structure of the remote download server on the local filesystem. in which case, tar cannot find successfully downloaded files in /buildroot/sources/dl. patch attached.
2004-10-09Don't use a string to do the job of a boolEric Andersen
2004-10-09support tar verbosityMike Frysinger
2004-10-09Fix it so we once again build the target root_fsEric Andersen
2004-10-09Major buildroot facelift, step one.Eric Andersen
-Erik