summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove duplicate AVR32 patches, and add support for ARCH and conditional ↵Ulf Samuelsson2008-03-2934-111385/+618
| | | | AVR32 patches
* Remove duplication of default kernel patch dir settingUlf Samuelsson2008-03-291-1/+1
|
* Remove duplication of default kernel patch dir settingUlf Samuelsson2008-03-291-1/+1
|
* Remove duplication of default kernel patch dir settingUlf Samuelsson2008-03-291-1/+2
|
* Remove duplication of default kernel patch dir settingUlf Samuelsson2008-03-291-2/+2
|
* Feeding the kernel zero optimization -O0 breaks the kernel build at least on ↵Nigel Kukard2008-03-291-1/+2
| | | | x86 with asm errors, remove -O0 when building the kernel
* PentiumPro is not Pentium4 but i686Nigel Kukard2008-03-291-6/+6
|
* * Fixed uClibc sub-x86 arch selectionNigel Kukard2008-03-291-1/+25
|
* Add some robustness to linux configurationUlf Samuelsson2008-03-293-64/+104
|
* Remove AVR32 gdb patches duplicating prepatched sourceUlf Samuelsson2008-03-291-95219/+0
|
* Remove binutils AVR32 patches duplicating external sourceUlf Samuelsson2008-03-293-111234/+0
|
* Remove avr32 gcc patches duplicating external sourceUlf Samuelsson2008-03-297-20831/+0
|
* Remove duplication of AVR32 toolchainUlf Samuelsson2008-03-291-1/+3
|
* package: remove empty directoriesPeter Korsgaard2008-03-280-0/+0
| | | | | These directories should have been removed when the packages got moved to subdirs, but git-svn seems to have issues with empty directories.
* * Reverted r21540Nigel Kukard2008-03-2816-74/+71
|
* ace of penguins: cleanup help textPeter Korsgaard2008-03-281-1/+3
|
* * Missed jacmet's patch, r21520Nigel Kukard2008-03-281-0/+21
|
* * Added 4.2.2 patchsetNigel Kukard2008-03-2819-0/+4100
|
* * Bumped GCC to 4.2.2, removed 4.2.0Nigel Kukard2008-03-2816-71/+74
|
* package: move java packages to package/java sub directoryPeter Korsgaard2008-03-2813-11/+14
|
* AUTOTARGETS: also support non-version-dependent arch specific patchesPeter Korsgaard2008-03-281-2/+2
|
* jamvm: use official version instead of hacked up avr32 sourcesPeter Korsgaard2008-03-282-2/+1475
| | | | | Cleanup avr32 mess and apply it as a patch to the official version only if arch = avr32 so it doesn't harm other archs.
* AUTOTARGETS: support arch specific *.patch.$(ARCH) patchesPeter Korsgaard2008-03-281-2/+2
|
* ipkg: use http urlPeter Korsgaard2008-03-281-1/+1
|
* jamvm.mk: remove trailing spacesPeter Korsgaard2008-03-281-6/+6
|
* classpath: cleanup help textPeter Korsgaard2008-03-281-1/+5
|
* packages: enable java submenu per default like the other submenusPeter Korsgaard2008-03-281-1/+1
|
* concierge: cleanup help textPeter Korsgaard2008-03-281-1/+4
|
* Define busybox config in board directory for Atmel boardsUlf Samuelsson2008-03-2824-11311/+9
|
* Use BUSYBOX_LOCAL shell variable, if definedUlf Samuelsson2008-03-281-10/+15
|
* Added udpcast package.Jason Spence2008-03-283-0/+127
|
* Added ccache support and removed grub from defconfig due to brokenness at ↵Jason Spence2008-03-282-2/+13
| | | | the moment.
* gcc 4.2.1: fix undefined reference to fmsub in C++ programs with soft floatPeter Korsgaard2008-03-271-0/+21
| | | | | | | Fix 'undefined reference to fmsub' linking errors with C++ programs when soft float is enabled. Patch by b5331. Closes #1588.
* sqlite: bump versionPeter Korsgaard2008-03-271-1/+1
|
* dropbear: bump versionPeter Korsgaard2008-03-271-1/+1
|
* buildroot: cleanup <package>-clean targets.Peter Korsgaard2008-03-2738-92/+94
| | | | Based on input from Arndt Kritzner & Bernhard Fischer.
* libusb: correctly install into STAGING_DIR/usrPeter Korsgaard2008-03-271-4/+4
| | | | Closes #2494
* uClibc 0.9.28.3: use optimized string ops on ppcPeter Korsgaard2008-03-271-0/+56
| | | | Use optimized string ops instead of dummy generic ones on PPC.
* uclibc: remove unused legacy patchesPeter Korsgaard2008-03-278-19650/+0
|
* busybox: remove unused configs/patchesPeter Korsgaard2008-03-2623-3811/+0
|
* busybox: bump 1.7.x and 1.8.x versionsPeter Korsgaard2008-03-265-105/+2
|
* nano: fix install locationPeter Korsgaard2008-03-261-1/+1
| | | | Fix typo in install location. Reported by Simon Pasch.
* Remove old mtd snapshot option, as the source tarball is no longer availableHamish Moffatt2008-03-2610-130/+355
| | | | | | Add option to fetch a snapshot from the mtd-utils git (via gitweb) Snapshot version provides UBI tools also
* Applied patch from Nathanael D. Noblet <nathanael@gnat.ca> to fixHamish Moffatt2008-03-2621-22/+22
| | | | | | broken GNU download paths. Also fix gnuchess, xboard and classpath packages to use $(BR2_GNU_MIRROR) rather than hardcoded urls.
* busybox: add 1.10.0 releasePeter Korsgaard2008-03-254-1/+110
|
* php: hide extensions menu if not enabledPeter Korsgaard2008-03-251-0/+2
|
* * Woops ... comitted the wrong patch file :(, fixed now.Nigel Kukard2008-03-241-2504/+1254
|
* * Strace requires both if_packet.h and netlink.hNigel Kukard2008-03-241-1/+2
| | | | | | | | | | - 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.
* * Updated susv3 legacy patch for xfsprogsNigel Kukard2008-03-241-1245/+2504
| | | | | - Changed to unix file format - Added fix for rtcp/xfs_rtcp.c, where I missed one or two legacy function calls
* * Updated mdadm to version 2.6.4Nigel Kukard2008-03-241-2/+2
|