summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-08-28- use correct include dir (Simon Pasch)Bernhard Reutner-Fischer
- cleanup while at it
2007-08-28- add apropriate variables for the host-toolchain to HOST_CONFIGURE_OPTSBernhard Reutner-Fischer
2007-08-28expat now installs into usr/libPeter Korsgaard
2007-08-27- README even.Bernhard Reutner-Fischer
2007-08-27- allow me to point people at 'make help'Bernhard Reutner-Fischer
2007-08-26- make sure to honour user flagsBernhard Reutner-Fischer
2007-08-26- improve handling of sh (fgretief) for bug #1446Bernhard Reutner-Fischer
2007-08-26- If we are to build some libs then require them to exist.Bernhard Reutner-Fischer
- Strip host files with host strip (untested, will likely need a HOSTSTRIP)
2007-08-26- use the correct type (__u_long is correct, __ulong_t is not typed)Bernhard Reutner-Fischer
2007-08-25This patch fixes a bug into ostream::operator<<(double) due to the wrong sizeBernhard Reutner-Fischer
passed into the __convert_from_v method. The wrong size is then passed to std::snprintf function, that, on uClibc, doens't handle sized 0 buffer. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
2007-08-25- adjust configBernhard Reutner-Fischer
2007-08-25- workaround for broken external toolchainsBernhard Reutner-Fischer
2007-08-24- add busybox-1.7.0Bernhard Reutner-Fischer
2007-08-24 remove _SKIP_CONFIGURE since it's pointless to try to run it on ↵Bernhard Reutner-Fischer
non-autotool'ed packages anyway (for now)
2007-08-24- add rp-pppoeBernhard Reutner-Fischer
2007-08-24- fix wrong src-path of libasound (Simon Pasch)Bernhard Reutner-Fischer
2007-08-24- add pptp clientBernhard Reutner-Fischer
2007-08-24This patch allows each project to have a private linux build.Ulf Samuelsson
Split build of kernel headers and kernel image into two source trees. Kernel headers are built in $(TOOL_BUILD_DIR) Kernel build is in $(PROJECT_BUILD_DIR) Make sure that kernel patches are applied to the kernel tree in $(PROJECT_BUILD_DIR) Add board specific patches, if available.
2007-08-24Add git commandUlf Samuelsson
2007-08-24Fix spelling error in docsUlf Samuelsson
2007-08-24Move VENDOR stuff to projectUlf Samuelsson
2007-08-23- fix misplaced @Bernhard Reutner-Fischer
- fix typos in x11r7 packages
2007-08-22- bump version to 4.6p1Bernhard Reutner-Fischer
- will need some program_invocation_name touchup, from the looks. Sounds like Ulf is supporting this: http://buildroot.uclibc.org/lists/buildroot/2007-August/004651.html Ulf> Go ahead, since it is permanently broken. It was for ARM for the most part. Some others did work, fwiw.
2007-08-22bzcat => $(BZCAT) for u-boot and at91bootstrapUlf Samuelsson
2007-08-22Remove whitespace damageUlf Samuelsson
2007-08-22- add GIF and MMG support, fix comments a little bit, small cleanups, and ↵Bernhard Reutner-Fischer
avoid building Qtopia examples. Thanks to Hans-Christian Egtvedt and Thiago A. Correa (for the last item).
2007-08-22- set _SKIP_CONFIGURE since we can just make itBernhard Reutner-Fischer
2007-08-22- if $(PKG)_SKIP_CONFIGURE is non-empty then ./configure is skippedBernhard Reutner-Fischer
2007-08-22- don't print the second time autoreconf would be runBernhard Reutner-Fischer
2007-08-22- add some $(Q) here and thereBernhard Reutner-Fischer
2007-08-22- reinstate accidentally deleted hunkBernhard Reutner-Fischer
2007-08-22(no commit message)Bernhard Reutner-Fischer
2007-08-22- forgot to include the Config.inBernhard Reutner-Fischer
2007-08-22- pass TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer
2007-08-22- honour BR2_HAVE_MANPAGES BR2_HAVE_INFOPAGES, BR2_HAVE_INCLUDESBernhard Reutner-Fischer
2007-08-22- fix typoBernhard Reutner-Fischer
- Start to add infrastructure to be able to download a patch.
2007-08-22- add pptp-linuxBernhard Reutner-Fischer
2007-08-22- was broken by the patch omitting the CFLAGS for configureBernhard Reutner-Fischer
- misc cleanup while at it
2007-08-22- use proper include dir (Simon Pasch)Bernhard Reutner-Fischer
- cleanup a little while at it
2007-08-22- global whitespace trimmingBernhard Reutner-Fischer
2007-08-22- random whitespace cleanupBernhard Reutner-Fischer
2007-08-22- fix unpacking the tarballs, minor cleanups while at it.Bernhard Reutner-Fischer
2007-08-22- use the BZCAT/ZCAT as configured by the userBernhard Reutner-Fischer
2007-08-22- semicolon touchup. No other changesBernhard Reutner-Fischer
2007-08-22- fix patch regexBernhard Reutner-Fischer
2007-08-22Remove bzero dependencies in bashUlf Samuelsson
2007-08-22Fix bad patch naming schemeUlf Samuelsson
2007-08-22- drop circular dependencyBernhard Reutner-Fischer
2007-08-22- improve the way host prerequisites for "dependencies" are establishedBernhard Reutner-Fischer
2007-08-22- use the correct host compilerBernhard Reutner-Fischer