summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - bump versionBernhard Reutner-Fischer2007-08-311-2/+2
|
* - make sure that the path for the lzma-host-binary existBernhard Reutner-Fischer2007-08-311-1/+1
|
* - need to touch the tarballBernhard Reutner-Fischer2007-08-311-0/+1
|
* - mark duplicate hunkBernhard Reutner-Fischer2007-08-301-0/+1
|
* Revert patch causing g++-4.2.1 build to failUlf Samuelsson2007-08-302-6/+6
|
* - uclibc-configured has to depend on kernel-headersBernhard Reutner-Fischer2007-08-291-1/+1
|
* Remove double avr patchPeter Korsgaard2007-08-291-5948/+0
|
* Use DISTCC_BUILDDIR instead of DISTCC_DIR as that environment variable isPeter Korsgaard2007-08-291-14/+14
| | | | used by distcc itself, causing havoc if you compile buildroot under distcc.
* Fix some qtopia quirks, bump versionUlf Samuelsson2007-08-282-9/+16
|
* Fix bug in avr32 uClibc patchUlf Samuelsson2007-08-281-9/+0
|
* Add default X11 install directoryUlf Samuelsson2007-08-283-20/+19
|
* Remove some more file during pppd-cleanUlf Samuelsson2007-08-281-0/+2
|
* This is my attempt to realize a rxvt-version for xorg, tinyx and the new x11r7.Ulf Samuelsson2007-08-282-11/+21
| | | | | | | | | 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>
* Update avr32 uclibc patch nameUlf Samuelsson2007-08-282-0/+0
|
* - misc cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-08-2812-88/+125
|
* Use correct hostap source, deprecate package due to inclusion in linux kernelUlf Samuelsson2007-08-282-2/+8
|
* Fix bad regexp in u-boot.mkUlf Samuelsson2007-08-281-1/+1
|
* Remove renamed mpg123 patchUlf Samuelsson2007-08-281-44/+0
|
* Remove renamed libmad patchUlf Samuelsson2007-08-281-2922/+0
|
* Allow for architecture specific libmad patches, make current patch AVR32 ↵Ulf Samuelsson2007-08-282-1/+2924
| | | | specific
* This fixes make clean on pppd package (there is no rule uninstall in pppd's ↵Ulf Samuelsson2007-08-281-3/+2
| | | | | | | | makefile) and does some small bits of cleanup. Signed-off-by: Thiago A. Corrêa <thiago.correa@gmail.com>
* Looking at the the gcc-4.2.1 patches for uClibc, I found that theUlf Samuelsson2007-08-282-6/+6
| | | | | | | | | | 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>
* Remove mpg123 patch from current build, full removal pendingUlf Samuelsson2007-08-282-1/+45
|
* - use correct include dir (Simon Pasch)Bernhard Reutner-Fischer2007-08-281-6/+6
| | | | - cleanup while at it
* - add apropriate variables for the host-toolchain to HOST_CONFIGURE_OPTSBernhard Reutner-Fischer2007-08-281-0/+6
|
* expat now installs into usr/libPeter Korsgaard2007-08-281-1/+1
|
* - README even.Bernhard Reutner-Fischer2007-08-271-1/+1
|
* - allow me to point people at 'make help'Bernhard Reutner-Fischer2007-08-271-0/+2
|
* - make sure to honour user flagsBernhard Reutner-Fischer2007-08-261-7/+10
|
* - improve handling of sh (fgretief) for bug #1446Bernhard Reutner-Fischer2007-08-261-1/+33
|
* - If we are to build some libs then require them to exist.Bernhard Reutner-Fischer2007-08-262-16/+16
| | | | - Strip host files with host strip (untested, will likely need a HOSTSTRIP)
* - use the correct type (__u_long is correct, __ulong_t is not typed)Bernhard Reutner-Fischer2007-08-261-1/+1
|
* This patch fixes a bug into ostream::operator<<(double) due to the wrong sizeBernhard Reutner-Fischer2007-08-251-0/+26
| | | | | | | 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>
* - adjust configBernhard Reutner-Fischer2007-08-251-5/+11
|
* - workaround for broken external toolchainsBernhard Reutner-Fischer2007-08-257-7/+7
|
* - add busybox-1.7.0Bernhard Reutner-Fischer2007-08-241-0/+10
|
* remove _SKIP_CONFIGURE since it's pointless to try to run it on ↵Bernhard Reutner-Fischer2007-08-241-1/+1
| | | | non-autotool'ed packages anyway (for now)
* - add rp-pppoeBernhard Reutner-Fischer2007-08-245-0/+8809
|
* - fix wrong src-path of libasound (Simon Pasch)Bernhard Reutner-Fischer2007-08-241-3/+2
|
* - add pptp clientBernhard Reutner-Fischer2007-08-242-9/+98
|
* This patch allows each project to have a private linux build.Ulf Samuelsson2007-08-243-24/+58
| | | | | | | | | | 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.
* Add git commandUlf Samuelsson2007-08-241-1/+7
|
* Fix spelling error in docsUlf Samuelsson2007-08-241-1/+1
|
* Move VENDOR stuff to projectUlf Samuelsson2007-08-242-17/+19
|
* - fix misplaced @Bernhard Reutner-Fischer2007-08-23204-204/+204
| | | | - fix typos in x11r7 packages
* - bump version to 4.6p1Bernhard Reutner-Fischer2007-08-223-220/+70
| | | | | | | - 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.
* bzcat => $(BZCAT) for u-boot and at91bootstrapUlf Samuelsson2007-08-222-4/+6
|
* Remove whitespace damageUlf Samuelsson2007-08-221-1/+1
|
* - add GIF and MMG support, fix comments a little bit, small cleanups, and ↵Bernhard Reutner-Fischer2007-08-222-49/+117
| | | | | | avoid building Qtopia examples. Thanks to Hans-Christian Egtvedt and Thiago A. Correa (for the last item).
* - set _SKIP_CONFIGURE since we can just make itBernhard Reutner-Fischer2007-08-221-1/+2
|