summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-09-01- add option to turn on SMB dump routinesBernhard Reutner-Fischer
- honour BR2_INET_IPV6
2007-09-01- add sequence-point for toplevel parallel builds: uClibc needs an initial gccBernhard Reutner-Fischer
2007-09-01- whitespace cleanup (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2007-09-01- add lm-sensors packageBernhard Reutner-Fischer
2007-09-01- add my working draft for busybox-initramfs (not yet finished, so still ↵Bernhard Reutner-Fischer
commented out in Config.in)
2007-09-01- cosmetic cleanupBernhard Reutner-Fischer
2007-09-01- libfloat has to depend on gcc_initialBernhard Reutner-Fischer
2007-09-01- explicitely download via httpBernhard Reutner-Fischer
2007-09-01- add rule for static libfloatBernhard Reutner-Fischer
2007-09-01- don't try to strip the gccbug scriptBernhard Reutner-Fischer
2007-09-01- rephrase r19284 -- explicitely list base targets for WorldBernhard Reutner-Fischer
Needed for toplevel parallel builds to work properly.
2007-09-01- GCC_CROSS_LANGUAGES for non-sysroot enabled gccBernhard Reutner-Fischer
2007-09-01- Only include the XORG7 makefiles if we were asked to build any xorg packageBernhard Reutner-Fischer
2007-09-01- precaution when looking at GCC_VERSIONBernhard Reutner-Fischer
2007-09-01- bump versionBernhard Reutner-Fischer
2007-09-01- use http and fix a typo in the URLBernhard Reutner-Fischer
2007-09-01- fix glitch introduced in my whitespace removal (brm)Bernhard Reutner-Fischer
2007-08-31- bump versionBernhard Reutner-Fischer
2007-08-31- make sure that the path for the lzma-host-binary existBernhard Reutner-Fischer
2007-08-31- need to touch the tarballBernhard Reutner-Fischer
2007-08-30- mark duplicate hunkBernhard Reutner-Fischer
2007-08-30Revert patch causing g++-4.2.1 build to failUlf Samuelsson
2007-08-29- uclibc-configured has to depend on kernel-headersBernhard Reutner-Fischer
2007-08-29Remove double avr patchPeter Korsgaard
2007-08-29Use DISTCC_BUILDDIR instead of DISTCC_DIR as that environment variable isPeter Korsgaard
used by distcc itself, causing havoc if you compile buildroot under distcc.
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>