summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-29Remove duplicate AVR32 patches, and add support for ARCH and conditional ↵Ulf Samuelsson
AVR32 patches
2008-03-29Remove duplication of default kernel patch dir settingUlf Samuelsson
2008-03-29Remove duplication of default kernel patch dir settingUlf Samuelsson
2008-03-29Remove duplication of default kernel patch dir settingUlf Samuelsson
2008-03-29Remove duplication of default kernel patch dir settingUlf Samuelsson
2008-03-29Feeding the kernel zero optimization -O0 breaks the kernel build at least on ↵Nigel Kukard
x86 with asm errors, remove -O0 when building the kernel
2008-03-29PentiumPro is not Pentium4 but i686Nigel Kukard
2008-03-29* Fixed uClibc sub-x86 arch selectionNigel Kukard
2008-03-29Add some robustness to linux configurationUlf Samuelsson
2008-03-29Remove AVR32 gdb patches duplicating prepatched sourceUlf Samuelsson
2008-03-29Remove binutils AVR32 patches duplicating external sourceUlf Samuelsson
2008-03-29Remove avr32 gcc patches duplicating external sourceUlf Samuelsson
2008-03-29Remove duplication of AVR32 toolchainUlf Samuelsson
2008-03-28package: remove empty directoriesPeter Korsgaard
These directories should have been removed when the packages got moved to subdirs, but git-svn seems to have issues with empty directories.
2008-03-28* Reverted r21540Nigel Kukard
2008-03-28ace of penguins: cleanup help textPeter Korsgaard
2008-03-28* Missed jacmet's patch, r21520Nigel Kukard
2008-03-28* Added 4.2.2 patchsetNigel Kukard
2008-03-28* Bumped GCC to 4.2.2, removed 4.2.0Nigel Kukard
2008-03-28package: move java packages to package/java sub directoryPeter Korsgaard
2008-03-28AUTOTARGETS: also support non-version-dependent arch specific patchesPeter Korsgaard
2008-03-28jamvm: use official version instead of hacked up avr32 sourcesPeter Korsgaard
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-28AUTOTARGETS: support arch specific *.patch.$(ARCH) patchesPeter Korsgaard
2008-03-28ipkg: use http urlPeter Korsgaard
2008-03-28jamvm.mk: remove trailing spacesPeter Korsgaard
2008-03-28classpath: cleanup help textPeter Korsgaard
2008-03-28packages: enable java submenu per default like the other submenusPeter Korsgaard
2008-03-28concierge: cleanup help textPeter Korsgaard
2008-03-28Define busybox config in board directory for Atmel boardsUlf Samuelsson
2008-03-28Use BUSYBOX_LOCAL shell variable, if definedUlf Samuelsson
2008-03-28Added udpcast package.Jason Spence
2008-03-28Added ccache support and removed grub from defconfig due to brokenness at ↵Jason Spence
the moment.
2008-03-27gcc 4.2.1: fix undefined reference to fmsub in C++ programs with soft floatPeter Korsgaard
Fix 'undefined reference to fmsub' linking errors with C++ programs when soft float is enabled. Patch by b5331. Closes #1588.
2008-03-27sqlite: bump versionPeter Korsgaard
2008-03-27dropbear: bump versionPeter Korsgaard
2008-03-27buildroot: cleanup <package>-clean targets.Peter Korsgaard
Based on input from Arndt Kritzner & Bernhard Fischer.
2008-03-27libusb: correctly install into STAGING_DIR/usrPeter Korsgaard
Closes #2494
2008-03-27uClibc 0.9.28.3: use optimized string ops on ppcPeter Korsgaard
Use optimized string ops instead of dummy generic ones on PPC.
2008-03-27uclibc: remove unused legacy patchesPeter Korsgaard
2008-03-26busybox: remove unused configs/patchesPeter Korsgaard
2008-03-26busybox: bump 1.7.x and 1.8.x versionsPeter Korsgaard
2008-03-26nano: fix install locationPeter Korsgaard
Fix typo in install location. Reported by Simon Pasch.
2008-03-26Remove old mtd snapshot option, as the source tarball is no longer availableHamish Moffatt
Add option to fetch a snapshot from the mtd-utils git (via gitweb) Snapshot version provides UBI tools also
2008-03-26Applied patch from Nathanael D. Noblet <nathanael@gnat.ca> to fixHamish Moffatt
broken GNU download paths. Also fix gnuchess, xboard and classpath packages to use $(BR2_GNU_MIRROR) rather than hardcoded urls.
2008-03-25busybox: add 1.10.0 releasePeter Korsgaard
2008-03-25php: hide extensions menu if not enabledPeter Korsgaard
2008-03-24* Woops ... comitted the wrong patch file :(, fixed now.Nigel Kukard
2008-03-24* Strace requires both if_packet.h and netlink.hNigel Kukard
- 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* Updated susv3 legacy patch for xfsprogsNigel Kukard
- Changed to unix file format - Added fix for rtcp/xfs_rtcp.c, where I missed one or two legacy function calls
2008-03-24* Updated mdadm to version 2.6.4Nigel Kukard