summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-01-29- start populating perl stuff into the rootfs to make automake workBernhard Reutner-Fischer
2007-01-29- added diskless/net support and new patches, mainly network drivers.Bernhard Reutner-Fischer
Closes #721. Thanks, janlana
2007-01-29- bump version and make it behave of LFS is offBernhard Reutner-Fischer
2007-01-29Really disable HAS_FPU when softfloat is enabledPeter Korsgaard
2007-01-29bump versionPeter Korsgaard
2007-01-29- make fontconfig a little bit saner. It still tries to use the target stuff ↵Bernhard Reutner-Fischer
to create the binaries intended to run on the host, but this is a first step
2007-01-29- bump versionBernhard Reutner-Fischer
2007-01-29- ironically, autoconf-2.61 is broken for parallel builds, force -j1Bernhard Reutner-Fischer
2007-01-29- update defconfig to current versions and a minimal package selectionBernhard Reutner-Fischer
2007-01-29- be gentle to vi's syntax highlightingBernhard Reutner-Fischer
2007-01-28- make sure to add board specific targets before the final generation of the ↵Bernhard Reutner-Fischer
filesystems/tarballs. Until now, we did created the fs and only after that built/installed grub et al
2007-01-28- fix prereq of current binutils wrt gmpBernhard Reutner-Fischer
2007-01-28- Support AVR32 during GNU configuration (Ulf Samuelsson)Bernhard Reutner-Fischer
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- correct improper prerequisite of -source targetBernhard Reutner-Fischer
2007-01-28- add 0.9.28.1Bernhard Reutner-Fischer
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-28- fix indentation of help textsBernhard Reutner-Fischer
2007-01-28pull from uClinux CVSMike Frysinger
2007-01-28Add new version of binutils."Steven J. Hill"
2007-01-27- fix dependenciesBernhard Reutner-Fischer
2007-01-26- for the native target gcc, drop --enable-optspace in favour of using the ↵Bernhard Reutner-Fischer
configured flags (that default to -Os anyway). Saves about 20% size without additional configure args: text data bss dec hex filename 4685000 17280 566360 5268640 5064a0 optspace/i586-linux-uclibc/4.2.0/cc1 3630655 15184 562172 4208011 40358b usrflags/i586-linux-uclibc/4.2.0/cc1 4853646 23532 568528 5445706 53184a optspace/i586-linux-uclibc/4.2.0/f951 3772121 21292 564148 4357561 427db9 usrflags/i586-linux-uclibc/4.2.0/f951
2007-01-25Add gtk2-engines for theming gtkEric Andersen
2007-01-25Use stable version 2.16.3, as 2.17.x misplaces topbar icons and whatnot.Eric Andersen
download and install the Clearlooks theme
2007-01-25update DejaVu fonts to the latestEric Andersen
Fix broken keyboard handling
2007-01-25A patch set that should probably become uClibc-0.9.28.1Eric Andersen
2007-01-25- TODO: cleanup BR2_ARCH selection and establish BR2_CPUBernhard Reutner-Fischer
2007-01-24- Additional JFFS2 options to support Dataflash (Ulf Samuelsson)Bernhard Reutner-Fischer
- cleanup a bit while at it
2007-01-24- Prepatory patch for new Atmel targets boardsBernhard Reutner-Fischer
Rearrange in Alphabetical order (Ulf Samuelsson)
2007-01-24- strip -sBernhard Reutner-Fischer
2007-01-24- correct typoBernhard Reutner-Fischer
2007-01-24- add package netcatBernhard Reutner-Fischer
2007-01-24- fix prerequisites of binutils_targetBernhard Reutner-Fischer
2007-01-24- fix spurious rebuilds caused by atBernhard Reutner-Fischer
2007-01-24- apply vapier's commentsBernhard Reutner-Fischer
2007-01-24- reformat help text to fit default width betterBernhard Reutner-Fischer
2007-01-23- fix breakage that got introduced by a malformed context diff. Sorry..Bernhard Reutner-Fischer
2007-01-23- update timestamp of the build_dir binary by stripping itBernhard Reutner-Fischer
2007-01-22fix symlinkEric Andersen
2007-01-22- bump versionBernhard Reutner-Fischer
2007-01-22- remove erroneously leaked in inclusion of non-existing l2tp thingBernhard Reutner-Fischer
2007-01-22- remove accidentally checked in debugging cruftBernhard Reutner-Fischer
2007-01-22- don't rely on buggy gmp/mpfr on the host but use our own build iff we are ↵Bernhard Reutner-Fischer
about to build a somewhat current toolchain.
2007-01-22- fixup include- and libdirs. Closes #841Bernhard Reutner-Fischer
- rediff patches against 2.4.2
2007-01-22fix dependancy to avoid needless rebuildsEric Andersen
2007-01-22fix installation locationEric Andersen
2007-01-22properly depend on pkgconfigEric Andersen
2007-01-22- make it compile if LFS is turned off and add a warning to the help-text.Bernhard Reutner-Fischer
LFS is _not_ turned on by this automagically _on_ _purpose_
2007-01-22- the arm patch broke anybody else.Bernhard Reutner-Fischer
- restructure patches per task they fulfil
2007-01-22- add missing include panic.h to parsetime.hBernhard Reutner-Fischer
- add missing prerequisite y.tab.h of lex.yy.c to fix parallel builds