summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-07-28Use correct build options for QuaggaUlf Samuelsson
2007-07-28Update config for proftpdUlf Samuelsson
2007-07-28Fix environment for iptablesUlf Samuelsson
2007-07-27- explicitely list base targets for WorldBernhard Reutner-Fischer
2007-07-27- put dependency checking right to the start where any later stages can rely ↵Bernhard Reutner-Fischer
on the being ok.
2007-07-27- fix directory dependenciesBernhard Reutner-Fischer
- BASE_TARGET depends on dirs
2007-07-27- for cross-depmod26 we need to add module-init-tools to the HOST_SOURCE for ↵Bernhard Reutner-Fischer
the 'source' target
2007-07-27- remove passing down the goalsBernhard Reutner-Fischer
2007-07-27- ignore itanium*Bernhard Reutner-Fischer
2007-07-27- a separate Video menu is redundant WRT the Graphic submenuBernhard Reutner-Fischer
2007-07-27- fix building mconf with curses flagsBernhard Reutner-Fischer
- make sure to rm .config when the first 'make menuconfig' was interrupted and thus no .config.cmd was created.
2007-07-27- the minimal busybox skeleton does not necessarily need this ld stuff.Bernhard Reutner-Fischer
If it is really needed (for dynamic builds), then it has to be created conditionally in the makefiles.
2007-07-27Use linux headers version, if linux is not definedUlf Samuelsson
2007-07-27Ensure each target is copied, run libtool --finishUlf Samuelsson
2007-07-27Use correct binary in 'at' to avoid rebuildsUlf Samuelsson
2007-07-27Make sure tn5250 uses the correct include pathUlf Samuelsson
2007-07-27Patch kexec inside makefileUlf Samuelsson
2007-07-27Remove bad definition of LD to allow building of shared librariesUlf Samuelsson
2007-07-25Use better Sandbox siteUlf Samuelsson
2007-07-25Make SDL seled DirectFBUlf Samuelsson
2007-07-25Fix tn5250 packageUlf Samuelsson
2007-07-25Bump version of portage/sandbox to allow buildUlf Samuelsson
2007-07-24- no features with Apple Inc. (Heikki Lindholm)Bernhard Reutner-Fischer
2007-07-24- add gcc-4.2.1Bernhard Reutner-Fischer
2007-07-24- fix brackets if socketcall or ipc are not available (Yann E. MORIN)Bernhard Reutner-Fischer
2007-07-24- add a choice for Xserver selection.Bernhard Reutner-Fischer
This is ment as a suggestion Re: http://lists.busybox.net/lists/buildroot/2007-July/003835.html
2007-07-24- adjust lzma arguments for current versionBernhard Reutner-Fischer
2007-07-24Remove extra ':' from qte makeUlf Samuelsson
2007-07-24Fix some bugs in libxml2 makeUlf Samuelsson
2007-07-24Use known Buildroot symbols for linux in pcmciaUlf Samuelsson
2007-07-24Bump ImageMagick versionUlf Samuelsson
2007-07-24Patch correctly kexec, make sure utils is built using HOSTCCUlf Samuelsson
2007-07-24- add fixups for lzma'ed initramfsBernhard Reutner-Fischer
2007-07-24- forward port lzma-vmlinux and ipmisensors to 2.6.22.1Bernhard Reutner-Fischer
2007-07-23Cleanup of libungif packageUlf Samuelsson
2007-07-23Add configuration option allowing hiding packages needing WCHARUlf Samuelsson
2007-07-23Make AVAHI depend on libdaemonUlf Samuelsson
2007-07-23- revert a part that was introduced with the PROJECT changes.Bernhard Reutner-Fischer
fixes unability to build a kernel (failed to find rule .patched)
2007-07-23Cleanup of mplayer packageUlf Samuelsson
2007-07-23Cleanup fbset packageUlf Samuelsson
2007-07-23Cleanup imagemagick packageUlf Samuelsson
2007-07-23cleanup fbv packageUlf Samuelsson
2007-07-23cleanup fbv packageUlf Samuelsson
2007-07-23cleanup alsa-utilsUlf Samuelsson
2007-07-23- fix typo in previous commitBernhard Reutner-Fischer
2007-07-23cleanup alsa-libUlf Samuelsson
2007-07-23Undo conditional configuration for fbv and fbsetUlf Samuelsson
2007-07-23- iff the cross-compiler supports certain mtune,march,mabi flags then use ↵Bernhard Reutner-Fischer
them for the packages. This should make it obvious if the wrong compiler is used to build the target.
2007-07-23- for autoconf'ed packages like these there is no need to pass ↵Bernhard Reutner-Fischer
TARGET_CONFIGURE_OPTS to make
2007-07-23- just use the TARGET_CCBernhard Reutner-Fischer