Commit Graph

4159 Commits

Author SHA1 Message Date
Peter Korsgaard 77d133d27e package: move java packages to package/java sub directory 2008-03-28 10:40:45 +00:00
Peter Korsgaard 3d3775e3cd AUTOTARGETS: also support non-version-dependent arch specific patches 2008-03-28 10:40:28 +00:00
Peter Korsgaard a7c3ddc4e0 jamvm: use official version instead of hacked up avr32 sources
Cleanup avr32 mess and apply it as a patch to the official version only
if arch = avr32 so it doesn't harm other archs.
2008-03-28 10:40:08 +00:00
Peter Korsgaard 8b64a86e8c AUTOTARGETS: support arch specific *.patch.$(ARCH) patches 2008-03-28 10:39:55 +00:00
Peter Korsgaard 60739c33d3 ipkg: use http url 2008-03-28 10:39:48 +00:00
Peter Korsgaard 604737b2e8 jamvm.mk: remove trailing spaces 2008-03-28 10:39:38 +00:00
Peter Korsgaard fa95ecfb96 classpath: cleanup help text 2008-03-28 10:39:27 +00:00
Peter Korsgaard 0d0cf0f56b packages: enable java submenu per default like the other submenus 2008-03-28 10:39:21 +00:00
Peter Korsgaard 0f98222750 concierge: cleanup help text 2008-03-28 07:53:02 +00:00
Ulf Samuelsson 00bd182a5f Define busybox config in board directory for Atmel boards 2008-03-28 07:32:54 +00:00
Ulf Samuelsson a1b0651a5a Use BUSYBOX_LOCAL shell variable, if defined 2008-03-28 07:31:28 +00:00
Jason Spence 53a740fcd6 Added udpcast package. 2008-03-28 02:54:42 +00:00
Jason Spence 0d17acf4cf Added ccache support and removed grub from defconfig due to brokenness at the moment. 2008-03-28 02:50:42 +00:00
Peter Korsgaard 1ab26cfe38 gcc 4.2.1: fix undefined reference to fmsub in C++ programs with soft float
Fix 'undefined reference to fmsub' linking errors with C++ programs
when soft float is enabled. Patch by b5331.

Closes #1588.
2008-03-27 19:37:33 +00:00
Peter Korsgaard 311886d913 sqlite: bump version 2008-03-27 19:37:29 +00:00
Peter Korsgaard e31e0f6817 dropbear: bump version 2008-03-27 15:59:39 +00:00
Peter Korsgaard dfe689229d buildroot: cleanup <package>-clean targets.
Based on input from Arndt Kritzner & Bernhard Fischer.
2008-03-27 15:42:42 +00:00
Peter Korsgaard 584e60c797 libusb: correctly install into STAGING_DIR/usr
Closes #2494
2008-03-27 13:00:31 +00:00
Peter Korsgaard ca89923ee0 uClibc 0.9.28.3: use optimized string ops on ppc
Use optimized string ops instead of dummy generic ones on PPC.
2008-03-27 10:23:13 +00:00
Peter Korsgaard 9e0fe4b885 uclibc: remove unused legacy patches 2008-03-27 10:23:03 +00:00
Peter Korsgaard 9c078e173a busybox: remove unused configs/patches 2008-03-26 21:53:15 +00:00
Peter Korsgaard 49a411ea73 busybox: bump 1.7.x and 1.8.x versions 2008-03-26 21:49:58 +00:00
Peter Korsgaard 968402ca27 nano: fix install location
Fix typo in install location. Reported by Simon Pasch.
2008-03-26 13:55:18 +00:00
Hamish Moffatt bb4906c5f8 Remove old mtd snapshot option, as the source tarball is no longer available
Add option to fetch a snapshot from the mtd-utils git (via gitweb)
Snapshot version provides UBI tools also
2008-03-26 06:35:31 +00:00
Hamish Moffatt af510f4e19 Applied patch from Nathanael D. Noblet <nathanael@gnat.ca> to fix
broken GNU download paths. Also fix gnuchess, xboard and classpath
packages to use $(BR2_GNU_MIRROR) rather than hardcoded urls.
2008-03-26 03:28:09 +00:00
Peter Korsgaard 18679d10a1 busybox: add 1.10.0 release 2008-03-25 14:38:45 +00:00
Peter Korsgaard 85f8ba8a76 php: hide extensions menu if not enabled 2008-03-25 08:49:38 +00:00
Nigel Kukard 4ba30531cf * Woops ... comitted the wrong patch file :(, fixed now. 2008-03-24 19:42:58 +00:00
Nigel Kukard ddd12b34b3 * Strace requires both if_packet.h and netlink.h
- Force detection of these in configure by supplying environment 
  variables

For them to be detected by configure may require a much more 
invasive approach by patching configure.ac and regenerating
apon build.
2008-03-24 19:29:34 +00:00
Nigel Kukard 627b968404 * Updated susv3 legacy patch for xfsprogs
- Changed to unix file format
- Added fix for rtcp/xfs_rtcp.c, where I missed one or two legacy function calls
2008-03-24 19:23:37 +00:00
Nigel Kukard 5e2371c427 * Updated mdadm to version 2.6.4 2008-03-24 19:19:16 +00:00
John Voltz fcc6d9936d Fixed xfsprogs to build without needing bzero & bcopy. Patch by Nigel Kukard 2008-03-21 18:01:46 +00:00
John Voltz ecf565e090 Ltrace version changed, cannot find the old version on any debian mirrors. Patch by Nigel Kukard. 2008-03-21 17:57:42 +00:00
John Voltz c2fe2a53dd kernel 2.6.24 creates a symlink to bzImage, which is copied inplace, symlink and all, this gives an incorrect symlink deref in binaries/uclibc/ and points to ../../x86/bzImage. Do not copy symlink in place, follow it. Patch by Nigel Kukard. 2008-03-21 17:57:02 +00:00
John Voltz 69ae3cec84 confusing busybox config option description patch, busybox can be built as shared libs, hardlinks ... etc. rename to full install. Patch from Nigel Kukard 2008-03-21 17:56:00 +00:00
John Voltz 577cec7bc6 current avr32 gcc patches break x86 and possibly other systems. moving bad patches to separate directory until a proper fix is made. discovered by jacmet and Dr. Nigel Kukard 2008-03-21 11:21:02 +00:00
Peter Korsgaard 7c54beb870 busybox: bump version (1.9.2) 2008-03-21 10:14:15 +00:00
Ulf Samuelsson 374f8383b9 Add generic ARM target, if none other is choosen 2008-03-20 23:04:30 +00:00
Ulf Samuelsson 42b0271533 Use x86 Makefile only if x86 is choosen 2008-03-20 23:03:40 +00:00
Ulf Samuelsson aa67fcdbf8 Use correct symbold for linux config path 2008-03-20 23:02:41 +00:00
Ulf Samuelsson d7592743c3 Ensure at least one ARM board is selected, if ARMLTD selected 2008-03-20 22:31:50 +00:00
Ulf Samuelsson 9169fcccc9 Do not include Soekris, unless i386 arch 2008-03-20 22:07:49 +00:00
Ulf Samuelsson 10cacfa02d Move ARM target to ARMLTD target to prepare for generic ARM 2008-03-20 22:06:10 +00:00
John Voltz 63364eb82d add docker dependency to xstroke 2008-03-20 16:55:57 +00:00
John Voltz 0c368b715f add alsamixergui and docker packages 2008-03-20 16:55:37 +00:00
John Voltz 3f488a4b09 some fixes for fltk 2008-03-20 16:54:51 +00:00
Ulf Samuelsson 1fdfb9e305 Fix AVR32 ext toolchain 2008-03-19 07:26:34 +00:00
Ulf Samuelsson 5bca4c9447 Add a defconfig for x86 2008-03-18 14:32:54 +00:00
Ulf Samuelsson 43bc815a5a Use correct kernel-patch for x86 2008-03-18 13:26:13 +00:00
Ulf Samuelsson 03c71010d1 Add linux prefix to patches 2008-03-18 12:04:05 +00:00