Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A correction and a clarification. | Manuel Novoa III | 2004-05-19 | 1 | -2/+2 |
| | |||||
* | Some tedious commentary on the current toolchain patches | Eric Andersen | 2004-05-19 | 1 | -0/+35 |
| | |||||
* | http preferred, no? | Tim Riker | 2004-05-14 | 1 | -1/+1 |
| | |||||
* | bother | Eric Andersen | 2004-05-13 | 1 | -1/+1 |
| | |||||
* | Support building procps (since ltp prefers it) | Eric Andersen | 2004-05-13 | 1 | -0/+38 |
| | |||||
* | Update to the latest ltp testsuite | Eric Andersen | 2004-05-13 | 2 | -43/+33 |
| | |||||
* | Link 'cc' to 'gcc' | Eric Andersen | 2004-05-11 | 1 | -0/+1 |
| | |||||
* | Revert to using 2.4.x kernel headers by default, due to public outcry.... | Eric Andersen | 2004-05-07 | 1 | -13/+23 |
| | |||||
* | Chris Wilson writes: | Eric Andersen | 2004-05-06 | 1 | -1/+1 |
| | | | | | | | | | | | | i Erik, I think I found a small bug in your cramfs patch, which I guess you ported from mkfs.jffs2.c. Therefore this bug might apply to mkfs.jffs2.c as well. When searching for a file (or device node) to create in a subdirectory, mkcramfs doesn't remove the parent's path component which it's already matched. This prevents the sought node from ever being found if it lives in a subdirectory. | ||||
* | be sure the dir is present | Eric Andersen | 2004-05-06 | 1 | -0/+1 |
| | |||||
* | cope with older uClibc versions | Eric Andersen | 2004-05-04 | 1 | -1/+7 |
| | |||||
* | Cope with stock uClibc 0.9.26 | Eric Andersen | 2004-05-04 | 1 | -1/+1 |
| | |||||
* | Update to strace 4.5.3 | Eric Andersen | 2004-05-01 | 1 | -2/+2 |
| | |||||
* | Sigh | Eric Andersen | 2004-04-30 | 1 | -2/+2 |
| | |||||
* | oops | Eric Andersen | 2004-04-30 | 1 | -7/+2 |
| | |||||
* | Fix gcc bug 15089 | Eric Andersen | 2004-04-30 | 1 | -0/+15 |
| | | | | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15089 | ||||
* | Avoid a question when possible | Eric Andersen | 2004-04-21 | 1 | -0/+1 |
| | |||||
* | Default to using the 2.6.x based linux-libc-headers -- yet another | Eric Andersen | 2004-04-21 | 1 | -6/+16 |
| | | | | | thing we don't have to maintain. These seem to be working nicely and everything now compiles as expected. | ||||
* | Update to latest valgrind | Eric Andersen | 2004-04-21 | 2 | -146/+104 |
| | |||||
* | Use busybox to provide login etc by default | Eric Andersen | 2004-04-21 | 3 | -16/+22 |
| | |||||
* | Sync with the latest from Debian testing | Eric Andersen | 2004-04-20 | 2 | -0/+1 |
| | |||||
* | Sync up binutils with current Debian testing | Eric Andersen | 2004-04-20 | 3 | -236/+2445 |
| | |||||
* | Goetz Bock writes: | Eric Andersen | 2004-04-16 | 1 | -6/+5 |
| | | | | | | | | | | Hi Erik, as I was unable to find a buildroot mailing list, i just send this small patch to you. It's required to make ntp build on my system and only copy ntpdate into the target directory. | ||||
* | Stick the cache in its own empty dir | Eric Andersen | 2004-04-16 | 1 | -1/+2 |
| | |||||
* | Missed a link | Eric Andersen | 2004-04-13 | 1 | -0/+1 |
| | |||||
* | Split off the C++ stuff and only install when INSTALL_LIBSTDCPP | Eric Andersen | 2004-04-13 | 1 | -16/+19 |
| | | | | is enabled | ||||
* | Make ifup/ifdown shutup | Eric Andersen | 2004-04-12 | 1 | -0/+4 |
| | |||||
* | building uml is not supported | Eric Andersen | 2004-04-12 | 1 | -348/+0 |
| | |||||
* | Provide sane defaults | Eric Andersen | 2004-04-12 | 1 | -2/+2 |
| | |||||
* | Due to alphabetizing, the uml stuff was pulled in after uclibc.mk | Eric Andersen | 2004-04-12 | 2 | -73/+5 |
| | | | | | | causing problems. Newer uml messes up sigcontext.h and is a pain to build anyways. So kill it for now. It is trivial to build for stock i386 and then boot the generated root_fs using uml. | ||||
* | Fix ccache build for target | Eric Andersen | 2004-04-12 | 1 | -5/+2 |
| | |||||
* | Fix openvpn build deps | Eric Andersen | 2004-04-09 | 1 | -2/+2 |
| | |||||
* | oops | Eric Andersen | 2004-04-09 | 1 | -1/+1 |
| | |||||
* | support ccache for the build as well as the target | Eric Andersen | 2004-04-09 | 2 | -10/+83 |
| | |||||
* | Fix so TARGET_CFLAGS is respected in the build. | Manuel Novoa III | 2004-04-04 | 1 | -0/+1 |
| | |||||
* | dnsmasq.mk handles both 1.18 and 2.x, where 2.x is selected unless TARGETS | Manuel Novoa III | 2004-04-04 | 1 | -41/+0 |
| | | | | contains dnsmasq1. | ||||
* | Ok... this is a bit painful. Both dnsmasq1 (1.18) and dnsmasq (2.6) share | Manuel Novoa III | 2004-04-04 | 2 | -0/+99 |
| | | | | | | | | | a make target (the dnsmasq binary in root). So I made 2.6 the "default". It is _not_ enough to do "make dnsmasq1"... You must actually add dnsmasq1 to TARGETS if you want the older version. Better approaches welcome. Also, the config patch for 2.6 fixes the outdated/broken handling of uClibc by the dnsmasq config.h file. | ||||
* | Turn off CONFIG_ASH_RANDOM_SUPPORT by default | Eric Andersen | 2004-04-01 | 1 | -0/+1 |
| | |||||
* | Update to latest and modify patch so it builds. | Manuel Novoa III | 2004-04-01 | 2 | -6/+22 |
| | |||||
* | Silly little patch to add an option to force root/root ownership in the | Manuel Novoa III | 2004-03-30 | 2 | -1/+38 |
| | | | | generated file system. | ||||
* | The stale sources problem strikes again. | Manuel Novoa III | 2004-03-25 | 1 | -2/+2 |
| | |||||
* | Use cannonical gnu.org site for gcc 3.3.x | Eric Andersen | 2004-03-25 | 1 | -2/+2 |
| | |||||
* | fix a stupid search-n-replace bug | Eric Andersen | 2004-03-24 | 1 | -2/+2 |
| | |||||
* | Update kernel to 2.4.26-pre5 | Eric Andersen | 2004-03-21 | 18 | -5/+20 |
| | |||||
* | Update to openssh-3.8p1 | Eric Andersen | 2004-03-19 | 2 | -34/+112 |
| | |||||
* | Update for latest bug fix. | Manuel Novoa III | 2004-03-19 | 1 | -2/+2 |
| | |||||
* | Remove perl. It doesn't work, and seems to be a support | Eric Andersen | 2004-03-18 | 2 | -63/+0 |
| | | | | problem magnet. So kill it. | ||||
* | Update from .39 to .41 and change to using the muilt-binary version instead | Manuel Novoa III | 2004-03-18 | 1 | -10/+18 |
| | | | | of 3 seperate binaries. | ||||
* | Forgot to update version to 3.3.3. | Manuel Novoa III | 2004-03-13 | 4 | -4/+4 |
| | |||||
* | Switch to the C locale before greping for an english text. | Robert Griebl | 2004-03-13 | 1 | -1/+1 |
| |