summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fixed xfsprogs to build without needing bzero & bcopy. Patch by Nigel KukardJohn Voltz2008-03-211-0/+1245
|
* Ltrace version changed, cannot find the old version on any debian mirrors. ↵John Voltz2008-03-211-1/+1
| | | | Patch by Nigel Kukard.
* kernel 2.6.24 creates a symlink to bzImage, which is copied inplace, symlink ↵John Voltz2008-03-211-1/+1
| | | | 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.
* confusing busybox config option description patch, busybox can be built as ↵John Voltz2008-03-212-5/+5
| | | | shared libs, hardlinks ... etc. rename to full install. Patch from Nigel Kukard
* current avr32 gcc patches break x86 and possibly other systems. moving bad ↵John Voltz2008-03-217-1960/+32
| | | | patches to separate directory until a proper fix is made. discovered by jacmet and Dr. Nigel Kukard
* busybox: bump version (1.9.2)Peter Korsgaard2008-03-214-58/+1
|
* Add generic ARM target, if none other is choosenUlf Samuelsson2008-03-205-0/+2177
|
* Use x86 Makefile only if x86 is choosenUlf Samuelsson2008-03-201-0/+2
|
* Use correct symbold for linux config pathUlf Samuelsson2008-03-201-1/+1
|
* Ensure at least one ARM board is selected, if ARMLTD selectedUlf Samuelsson2008-03-201-1/+1
|
* Do not include Soekris, unless i386 archUlf Samuelsson2008-03-202-1/+10
|
* Move ARM target to ARMLTD target to prepare for generic ARMUlf Samuelsson2008-03-208-9/+9
|
* add docker dependency to xstrokeJohn Voltz2008-03-201-1/+1
|
* add alsamixergui and docker packagesJohn Voltz2008-03-207-7/+107
|
* some fixes for fltkJohn Voltz2008-03-202-2/+136
|
* Fix AVR32 ext toolchainUlf Samuelsson2008-03-191-1/+1
|
* Add a defconfig for x86Ulf Samuelsson2008-03-181-0/+750
|
* Use correct kernel-patch for x86Ulf Samuelsson2008-03-181-2/+10
|
* Add linux prefix to patchesUlf Samuelsson2008-03-183-0/+0
|
* Use same name for same patchUlf Samuelsson2008-03-181-0/+0
|
* Use same name for same patchUlf Samuelsson2008-03-181-0/+0
|
* Use same name for same patchUlf Samuelsson2008-03-181-0/+0
|
* Use BOARD_PATH instead of BR2_BOARD_PATH for x86Ulf Samuelsson2008-03-181-3/+4
|
* Use BOARD_PATH instead of SOEKRIS_NET4801_PATHUlf Samuelsson2008-03-181-4/+5
|
* Use BOARD_PATH instead of SHARP_LNODE80_PATHUlf Samuelsson2008-03-182-4/+5
|
* Use BOARD_PATH instead of BR2_BOARD_PATH for mips targetUlf Samuelsson2008-03-181-1/+3
|
* Use BOARD_PATH instead of JP_Q5_PATHUlf Samuelsson2008-03-182-6/+7
|
* Use BOARD_PATH instead of ALCHEMY_DBAU1500_PATHUlf Samuelsson2008-03-182-6/+7
|
* Remove duplicate patches and arrange according to architectureUlf Samuelsson2008-03-183-26777/+0
|
* Use latest kernel for at91sam9260Ulf Samuelsson2008-03-181-0/+0
|
* Update Kernel configUlf Samuelsson2008-03-181-9/+19
|
* Don't use long options to start-stop-daemon as they may be disabled in the ↵Hamish Moffatt2008-03-186-20/+20
| | | | busybox configuration
* Update sam9260 defconfigUlf Samuelsson2008-03-171-1/+7
|
* busybox: additional 1.9.1 patchesPeter Korsgaard2008-03-172-0/+38
|
* sdl: Fix include files install.Peter Korsgaard2008-03-171-4/+3
| | | | | | Patch sdl-config rpath setting rather than setting exec-prefix and using DESTDIR as the SDL makefile uses prefix for some files, and exec-prefix for others leading to double $(STAGING_DIR) prefix.
* change gcc default optimization to S instead of zero. It is causing kernel ↵John Voltz2008-03-161-1/+1
| | | | compilation problems for people
* Use correct Linux version for depmodUlf Samuelsson2008-03-151-1/+1
|
* add some documentation about buildroot's patch systemJohn Voltz2008-03-131-0/+43
|
* make patch-kernel create lists of applied patches, very handy indeedJohn Voltz2008-03-131-0/+1
|
* fakeroot: fix tarball namePeter Korsgaard2008-03-131-1/+1
| | | | Reported by Hamish Moffatt.
* patch to replace legacy bzero with memset in wireless-toolsJohn Voltz2008-03-122-0/+30
|
* patch to replace legacy bzero with memset in tslibJohn Voltz2008-03-121-0/+11
|
* fix dbus makefile to install with or without strippingJohn Voltz2008-03-121-0/+5
|