summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-08-28Fix some qtopia quirks, bump versionUlf Samuelsson
2007-08-28Fix bug in avr32 uClibc patchUlf Samuelsson
2007-08-28Add default X11 install directoryUlf Samuelsson
2007-08-28Remove some more file during pppd-cleanUlf Samuelsson
2007-08-28This is my attempt to realize a rxvt-version for xorg, tinyx and the new x11r7.Ulf Samuelsson
I tested it with xorg and x11r7. (Don't know if it works with tinyx, because the tinyx-build fails) Signed-off-by: Simon Pasch <fpasch@googlemail.com>
2007-08-28Update avr32 uclibc patch nameUlf Samuelsson
2007-08-28- misc cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2007-08-28Use correct hostap source, deprecate package due to inclusion in linux kernelUlf Samuelsson
2007-08-28Fix bad regexp in u-boot.mkUlf Samuelsson
2007-08-28Remove renamed mpg123 patchUlf Samuelsson
2007-08-28Remove renamed libmad patchUlf Samuelsson
2007-08-28Allow for architecture specific libmad patches, make current patch AVR32 ↵Ulf Samuelsson
specific
2007-08-28This fixes make clean on pppd package (there is no rule uninstall in pppd's ↵Ulf Samuelsson
makefile) and does some small bits of cleanup. Signed-off-by: Thiago A. Corrêa <thiago.correa@gmail.com>
2007-08-28Looking at the the gcc-4.2.1 patches for uClibc, I found that theUlf Samuelsson
200-uclibc-locale and 205-uclibc-locale-update patches uses a not existing macro __UCLIBC_HAS_XCLOCALE__ while they should refer to __UCLIBC_HAS_XLOCALE__ Find attached the patches to fix the above mentioned patches Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
2007-08-28Remove mpg123 patch from current build, full removal pendingUlf Samuelsson
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