| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Ok... this is a bit painful. Both dnsmasq1 (1.18) and dnsmasq (2.6) share | Manuel Novoa III | 2004-04-04 | 2 | -0/+99 |
* | 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 |
* | 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 |
* | Update from .39 to .41 and change to using the muilt-binary version instead | Manuel Novoa III | 2004-03-18 | 1 | -10/+18 |
* | 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 |
* | Patch from "Kevin P. Fleming" <kpfleming@backtobasicsmgmt.com>, with | Manuel Novoa III | 2004-03-11 | 2 | -0/+89 |
* | Add lzo support. | Manuel Novoa III | 2004-03-11 | 2 | -2/+14 |
* | Enable pthread support plus some minor tweaks to dependencies. | Manuel Novoa III | 2004-03-11 | 1 | -2/+3 |
* | Patch by "Kevin P. Fleming" <kpfleming@backtobasicsmgmt.com>, with some | Manuel Novoa III | 2004-03-11 | 2 | -0/+108 |
* | Patch from "Kevin P. Fleming" <kpfleming@backtobasicsmgmt.com>. | Manuel Novoa III | 2004-03-11 | 2 | -1/+3 |
* | Begin to sortof make this work... | Eric Andersen | 2004-03-10 | 1 | -6/+12 |
* | Missed a bugfix patch. Also, allow multiple patches. | Manuel Novoa III | 2004-03-06 | 2 | -1/+14 |
* | Per comment from Ross Miller, update to ppp-2.4.1 final rather | Eric Andersen | 2004-03-06 | 1 | -2/+2 |
* | Use BUILD_SHARED to reduce total size. | Manuel Novoa III | 2004-03-05 | 1 | -1/+7 |
* | Update to 1.2.9. Allow patches (openwrt). Fix buildroot kernel location. | Manuel Novoa III | 2004-03-05 | 1 | -9/+16 |
* | Pass TARGET_CFLAGS to the tinylogin Makefile in the manner expected. | Manuel Novoa III | 2004-03-05 | 1 | -2/+4 |
* | Update non-snapshot to pre8. Also pass TARGET_CFLAGS to the busybox | Manuel Novoa III | 2004-03-05 | 1 | -5/+7 |
* | Add squashfs stuff. This is used by openwrt, which also uses devfs. | Manuel Novoa III | 2004-03-05 | 1 | -0/+50 |
* | Make it possible to use the (modified) 0.9.24 ldso code. This is a | Manuel Novoa III | 2004-03-05 | 2 | -0/+11873 |
* | Add dnsmasq1 (currently 1.18). Eventually I'll also add dnsmasq2. | Manuel Novoa III | 2004-03-05 | 2 | -0/+53 |
* | Clean up makefile. Don't install (legacy?) brctld app since debian doesn't. | Manuel Novoa III | 2004-03-05 | 2 | -6/+21 |
* | Need to use CFLAGS_FOR_BUILD instead of CFLAGS. (upstream bug) | Manuel Novoa III | 2004-03-05 | 1 | -0/+32 |
* | Revert back to binutils .6 since .8 broke things on arm. | Manuel Novoa III | 2004-03-01 | 4 | -198/+289 |
* | Disable autologin | Eric Andersen | 2004-02-27 | 1 | -0/+1 |
* | Patch from Lauri Leukkunen adding knobs controlling whether | Eric Andersen | 2004-02-27 | 2 | -0/+6 |
* | Patch from Lauri Leukkunen: | Eric Andersen | 2004-02-27 | 1 | -0/+3 |