summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bump versionEric Andersen2007-02-011-1/+1
|
* - the generic x86 busybox config is ment for current busybox trunkBernhard Reutner-Fischer2007-02-011-1/+1
|
* - add a layer 2 tunneling protocol packageBernhard Reutner-Fischer2007-01-317-0/+3066
|
* - reenable linux26Bernhard Reutner-Fischer2007-01-314-12/+4
|
* - add gcc-4.1.2 (release candidate1). Send bugs etc to MarkM, if you feel likeBernhard Reutner-Fischer2007-01-3112-0/+4022
|
* - fix patch application. Use busybox-$(VER)-\*.patch for versions and ↵Bernhard Reutner-Fischer2007-01-311-3/+7
| | | | busybox.\*.patch for snapshot
* - remove the '"install uClibc headers in the target filesystem" without a ↵Bernhard Reutner-Fischer2007-01-316-40/+0
| | | | native compiler' option.
* - explicitely pass the configured $(DISABLE_LFS) in. Also set --disable-big-coreBernhard Reutner-Fischer2007-01-301-2/+3
|
* - add some defaults for arm and set them later on depending on the .configBernhard Reutner-Fischer2007-01-302-5/+19
|
* - honor the given kernel format and fallback to zImage if none was specifiedBernhard Reutner-Fischer2007-01-301-2/+12
|
* - set preferred kernel format to bzImage for i386 familyBernhard Reutner-Fischer2007-01-301-0/+1
|
* - make sure to check against ia32Bernhard Reutner-Fischer2007-01-301-0/+2
|
* - make absolutely sure that we are not trying to go into jobserver mode for ↵Bernhard Reutner-Fischer2007-01-301-2/+5
| | | | MAKE1
* busybox 1.4.0 seems to use CONFIG_PREFIX instead of PREFIXPeter Korsgaard2007-01-301-1/+1
|
* busybox 1.4.0 support filesPeter Korsgaard2007-01-306-0/+924
|
* Busybox 1.4.0 supportPeter Korsgaard2007-01-302-1/+12
|
* - delete empty dir that looks like a CVS leftover from before boards were ↵Bernhard Reutner-Fischer2007-01-300-0/+0
| | | | introduced
* - generalize the menuconfig linux kernel supportBernhard Reutner-Fischer2007-01-304-25/+18
| | | | - simplify toplevel mkdir rules a tiny bit
* - drop some stuffBernhard Reutner-Fischer2007-01-301-16/+16
|
* - update snapshot config for ia32 configBernhard Reutner-Fischer2007-01-301-98/+131
|
* - fixup after self. Kernel for the x86 family is now built againBernhard Reutner-Fischer2007-01-292-1/+2
|
* fix broken spot caused by my having checked in the wrong dst patch for 0.9.28Eric Andersen2007-01-291-0/+15
|
* fix patchEric Andersen2007-01-291-10/+12
|
* - strip a handful of enableBernhard Reutner-Fischer2007-01-291-23/+23
|
* - apply Soekris update from Eric MilonBernhard Reutner-Fischer2007-01-296-264/+2320
| | | | - mv the linux26.mk into a more generic place for use with other arches/boards (breaks the kernel, will fix up soonish)
* - it misses Carp/Heavy.pm but is unable to diagnose this fact and just ↵Bernhard Reutner-Fischer2007-01-291-1/+1
| | | | | | throws "unknown error". Now automake at least fails with an explicit error..
* - start populating perl stuff into the rootfs to make automake workBernhard Reutner-Fischer2007-01-292-3/+22
|
* - added diskless/net support and new patches, mainly network drivers.Bernhard Reutner-Fischer2007-01-293-15/+195
| | | | Closes #721. Thanks, janlana
* - bump version and make it behave of LFS is offBernhard Reutner-Fischer2007-01-296-30/+864
|
* Really disable HAS_FPU when softfloat is enabledPeter Korsgaard2007-01-291-1/+1
|
* bump versionPeter Korsgaard2007-01-291-1/+1
|
* - make fontconfig a little bit saner. It still tries to use the target stuff ↵Bernhard Reutner-Fischer2007-01-293-3/+362
| | | | to create the binaries intended to run on the host, but this is a first step
* - bump versionBernhard Reutner-Fischer2007-01-291-3/+3
|
* - ironically, autoconf-2.61 is broken for parallel builds, force -j1Bernhard Reutner-Fischer2007-01-291-3/+3
|
* - update defconfig to current versions and a minimal package selectionBernhard Reutner-Fischer2007-01-295-406/+37
|
* - be gentle to vi's syntax highlightingBernhard Reutner-Fischer2007-01-291-1/+2
|
* - make sure to add board specific targets before the final generation of the ↵Bernhard Reutner-Fischer2007-01-282-1/+3
| | | | | | filesystems/tarballs. Until now, we did created the fs and only after that built/installed grub et al
* - fix prereq of current binutils wrt gmpBernhard Reutner-Fischer2007-01-281-3/+9
|
* - Support AVR32 during GNU configuration (Ulf Samuelsson)Bernhard Reutner-Fischer2007-01-281-2/+2
|
* Prepatory patch to allow AVR32/AT91 support from Ulf SamuelssonBernhard Reutner-Fischer2007-01-281-1/+42
| | | | | | | - 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)
* - correct improper prerequisite of -source targetBernhard Reutner-Fischer2007-01-281-1/+1
|
* - add 0.9.28.1Bernhard Reutner-Fischer2007-01-282-4/+18
|
* - add an experimental BR2_PREFER_IMA.Bernhard Reutner-Fischer2007-01-284-32/+87
| | | | Currently disfunctional for gcc-4.2 due to PR30620 and possibly others
* - fix indentation of help textsBernhard Reutner-Fischer2007-01-281-14/+12
|
* pull from uClinux CVSMike Frysinger2007-01-288-478/+761
|
* Add new version of binutils."Steven J. Hill"2007-01-285-0/+265
|
* - fix dependenciesBernhard Reutner-Fischer2007-01-271-0/+2
|
* - for the native target gcc, drop --enable-optspace in favour of using the ↵Bernhard Reutner-Fischer2007-01-262-5/+18
| | | | | | | | | | | 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
* Add gtk2-engines for theming gtkEric Andersen2007-01-253-0/+167
|
* Use stable version 2.16.3, as 2.17.x misplaces topbar icons and whatnot.Eric Andersen2007-01-251-5/+19
| | | | download and install the Clearlooks theme