summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-02-01bump versionEric Andersen
2007-02-01bump versionEric Andersen
2007-02-01- the generic x86 busybox config is ment for current busybox trunkBernhard Reutner-Fischer
2007-01-31- add a layer 2 tunneling protocol packageBernhard Reutner-Fischer
2007-01-31- reenable linux26Bernhard Reutner-Fischer
2007-01-31- add gcc-4.1.2 (release candidate1). Send bugs etc to MarkM, if you feel likeBernhard Reutner-Fischer
2007-01-31- fix patch application. Use busybox-$(VER)-\*.patch for versions and ↵Bernhard Reutner-Fischer
busybox.\*.patch for snapshot
2007-01-31- remove the '"install uClibc headers in the target filesystem" without a ↵Bernhard Reutner-Fischer
native compiler' option.
2007-01-30- explicitely pass the configured $(DISABLE_LFS) in. Also set --disable-big-coreBernhard Reutner-Fischer
2007-01-30- add some defaults for arm and set them later on depending on the .configBernhard Reutner-Fischer
2007-01-30- honor the given kernel format and fallback to zImage if none was specifiedBernhard Reutner-Fischer
2007-01-30- set preferred kernel format to bzImage for i386 familyBernhard Reutner-Fischer
2007-01-30- make sure to check against ia32Bernhard Reutner-Fischer
2007-01-30- make absolutely sure that we are not trying to go into jobserver mode for ↵Bernhard Reutner-Fischer
MAKE1
2007-01-30busybox 1.4.0 seems to use CONFIG_PREFIX instead of PREFIXPeter Korsgaard
2007-01-30busybox 1.4.0 support filesPeter Korsgaard
2007-01-30Busybox 1.4.0 supportPeter Korsgaard
2007-01-30- delete empty dir that looks like a CVS leftover from before boards were ↵Bernhard Reutner-Fischer
introduced
2007-01-30- generalize the menuconfig linux kernel supportBernhard Reutner-Fischer
- simplify toplevel mkdir rules a tiny bit
2007-01-30- drop some stuffBernhard Reutner-Fischer
2007-01-30- update snapshot config for ia32 configBernhard Reutner-Fischer
2007-01-29- fixup after self. Kernel for the x86 family is now built againBernhard Reutner-Fischer
2007-01-29fix broken spot caused by my having checked in the wrong dst patch for 0.9.28Eric Andersen
2007-01-29fix patchEric Andersen
2007-01-29- strip a handful of enableBernhard Reutner-Fischer
2007-01-29- apply Soekris update from Eric MilonBernhard Reutner-Fischer
- mv the linux26.mk into a more generic place for use with other arches/boards (breaks the kernel, will fix up soonish)
2007-01-29- it misses Carp/Heavy.pm but is unable to diagnose this fact and just ↵Bernhard Reutner-Fischer
throws "unknown error". Now automake at least fails with an explicit error..
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