Commit Graph

2492 Commits

Author SHA1 Message Date
Bernhard Reutner-Fischer b82245322e - make absolutely sure that we are not trying to go into jobserver mode for MAKE1 2007-01-30 17:33:53 +00:00
Peter Korsgaard 446f4f912d busybox 1.4.0 seems to use CONFIG_PREFIX instead of PREFIX 2007-01-30 16:47:27 +00:00
Peter Korsgaard 9d14879bef busybox 1.4.0 support files 2007-01-30 13:37:21 +00:00
Peter Korsgaard 799b1ee4fe Busybox 1.4.0 support 2007-01-30 13:36:10 +00:00
Bernhard Reutner-Fischer a6933e8413 - delete empty dir that looks like a CVS leftover from before boards were introduced 2007-01-30 08:35:32 +00:00
Bernhard Reutner-Fischer 8d583fc01a - generalize the menuconfig linux kernel support
- simplify toplevel mkdir rules a tiny bit
2007-01-30 00:58:18 +00:00
Bernhard Reutner-Fischer 55c11889ab - drop some stuff 2007-01-30 00:35:40 +00:00
Bernhard Reutner-Fischer 6677e45fd6 - update snapshot config for ia32 config 2007-01-30 00:12:17 +00:00
Bernhard Reutner-Fischer 3ae6018b9e - fixup after self. Kernel for the x86 family is now built again 2007-01-29 23:01:42 +00:00
Eric Andersen 23c7698934 fix broken spot caused by my having checked in the wrong dst patch for 0.9.28 2007-01-29 22:22:59 +00:00
Eric Andersen a96bd37fb4 fix patch 2007-01-29 22:21:57 +00:00
Bernhard Reutner-Fischer 6aed4941f4 - strip a handful of enable 2007-01-29 22:12:53 +00:00
Bernhard Reutner-Fischer b7e38de9eb - apply Soekris update from Eric Milon
- 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 21:53:20 +00:00
Bernhard Reutner-Fischer 46369b2995 - it misses Carp/Heavy.pm but is unable to diagnose this fact and just throws "unknown error".
Now automake at least fails with an explicit error..
2007-01-29 20:15:24 +00:00
Bernhard Reutner-Fischer 6f07d3907e - start populating perl stuff into the rootfs to make automake work 2007-01-29 20:06:00 +00:00
Bernhard Reutner-Fischer d00d04413c - added diskless/net support and new patches, mainly network drivers.
Closes #721. Thanks, janlana
2007-01-29 18:34:37 +00:00
Bernhard Reutner-Fischer 0ba1bd72f3 - bump version and make it behave of LFS is off 2007-01-29 17:02:31 +00:00
Peter Korsgaard 4c82ddf0c7 Really disable HAS_FPU when softfloat is enabled 2007-01-29 16:44:43 +00:00
Peter Korsgaard bb68c3f4d3 bump version 2007-01-29 15:45:04 +00:00
Bernhard Reutner-Fischer 66eb138ccd - make fontconfig a little bit saner. It still tries to use the target stuff to create the binaries intended to run on the host, but this is a first step 2007-01-29 12:59:17 +00:00
Bernhard Reutner-Fischer 4bcf40ccc6 - bump version 2007-01-29 12:55:00 +00:00
Bernhard Reutner-Fischer 13f033ba32 - ironically, autoconf-2.61 is broken for parallel builds, force -j1 2007-01-29 12:51:39 +00:00
Bernhard Reutner-Fischer 574f5d2505 - update defconfig to current versions and a minimal package selection 2007-01-29 10:08:39 +00:00
Bernhard Reutner-Fischer 6b9256a138 - be gentle to vi's syntax highlighting 2007-01-29 08:45:36 +00:00
Bernhard Reutner-Fischer 41697b7a46 - make sure to add board specific targets before the final generation of the filesystems/tarballs.
Until now, we did created the fs and only after that built/installed grub et al
2007-01-28 17:35:11 +00:00
Bernhard Reutner-Fischer 330117faf8 - fix prereq of current binutils wrt gmp 2007-01-28 16:38:48 +00:00
Bernhard Reutner-Fischer 1a2c8d12a1 - Support AVR32 during GNU configuration (Ulf Samuelsson) 2007-01-28 15:27:11 +00:00
Bernhard Reutner-Fischer 20290b8183 Prepatory patch to allow AVR32/AT91 support from Ulf Samuelsson
- 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 15:15:53 +00:00
Bernhard Reutner-Fischer bbfb7b6eae - correct improper prerequisite of -source target 2007-01-28 13:34:02 +00:00
Bernhard Reutner-Fischer 842765c360 - add 0.9.28.1 2007-01-28 12:11:37 +00:00
Bernhard Reutner-Fischer 93ab6d3021 - add an experimental BR2_PREFER_IMA.
Currently disfunctional for gcc-4.2 due to PR30620 and possibly others
2007-01-28 12:03:58 +00:00
Bernhard Reutner-Fischer f27735d605 - fix indentation of help texts 2007-01-28 11:57:00 +00:00
Mike Frysinger e0b4700acf pull from uClinux CVS 2007-01-28 05:32:12 +00:00
"Steven J. Hill" ee9c02846c Add new version of binutils. 2007-01-28 05:07:48 +00:00
Bernhard Reutner-Fischer 148c76f739 - fix dependencies 2007-01-27 23:11:16 +00:00
Bernhard Reutner-Fischer 4687e00808 - for the native target gcc, drop --enable-optspace in favour of using the 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-26 14:51:38 +00:00
Eric Andersen 9e6af6c004 Add gtk2-engines for theming gtk 2007-01-25 20:55:16 +00:00
Eric Andersen 6583459fb2 Use stable version 2.16.3, as 2.17.x misplaces topbar icons and whatnot.
download and install the Clearlooks theme
2007-01-25 20:47:19 +00:00
Eric Andersen dcfcfe5d57 update DejaVu fonts to the latest
Fix broken keyboard handling
2007-01-25 20:34:10 +00:00
Eric Andersen c78e178f37 A patch set that should probably become uClibc-0.9.28.1 2007-01-25 20:27:27 +00:00
Bernhard Reutner-Fischer d8c52bc740 - TODO: cleanup BR2_ARCH selection and establish BR2_CPU 2007-01-25 00:18:19 +00:00
Bernhard Reutner-Fischer 28f4689413 - Additional JFFS2 options to support Dataflash (Ulf Samuelsson)
- cleanup a bit while at it
2007-01-24 23:18:08 +00:00
Bernhard Reutner-Fischer 77a3b8679c - Prepatory patch for new Atmel targets boards
Rearrange in Alphabetical order (Ulf Samuelsson)
2007-01-24 22:22:11 +00:00
Bernhard Reutner-Fischer 3ec061abfe - strip -s 2007-01-24 19:12:31 +00:00
Bernhard Reutner-Fischer d814fdab67 - correct typo 2007-01-24 19:11:13 +00:00
Bernhard Reutner-Fischer c41d441333 - add package netcat 2007-01-24 17:02:45 +00:00
Bernhard Reutner-Fischer 6789698237 - fix prerequisites of binutils_target 2007-01-24 15:56:11 +00:00
Bernhard Reutner-Fischer 5692bad876 - fix spurious rebuilds caused by at 2007-01-24 15:52:46 +00:00
Bernhard Reutner-Fischer a9a6b60e62 - apply vapier's comments 2007-01-24 15:12:12 +00:00
Bernhard Reutner-Fischer 6cc2db583b - reformat help text to fit default width better 2007-01-24 14:50:21 +00:00