| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Kill off old unused JLEVEL junk | Eric Andersen | 2004-12-11 | 3 | -16/+16 |
| | | |||||
| * | Don't fail for existing dirs | Eric Andersen | 2004-12-11 | 1 | -7/+7 |
| | | |||||
| * | Add some more phonys | Eric Andersen | 2004-12-11 | 1 | -1/+2 |
| | | |||||
| * | Don't nuke STAGING_DIR and TARGET_DIR | Eric Andersen | 2004-12-11 | 1 | -2/+0 |
| | | |||||
| * | Add an option to allow people to relocate the toolchain | Eric Andersen | 2004-12-11 | 2 | -1/+17 |
| | | |||||
| * | Patch from Karsten Kruse: | Eric Andersen | 2004-12-11 | 2 | -2/+11 |
| | | | | | | | | | Hi, two small patches for package/libfloat/Config.in and package/microwin/Config.in to make the packages appear in make (menu)config. | ||||
| * | Patch from Volmat Alain adding SH3/SH3EB SH4EB support | Eric Andersen | 2004-12-11 | 3 | -3/+27 |
| | | |||||
| * | do not inadvertantly create files | Eric Andersen | 2004-12-11 | 1 | -1/+2 |
| | | |||||
| * | err patch has already been merged | Mike Frysinger | 2004-12-01 | 1 | -54/+0 |
| | | |||||
| * | use correct STRIP in wtools Makefile when cross-building | Ned Ludd | 2004-11-23 | 1 | -0/+1 |
| | | |||||
| * | wtools-28_pre3 update from the author Jean Tourrilhes. This version is the ↵ | Ned Ludd | 2004-11-23 | 1 | -27/+14 |
| | | | | | first to officially support multicall | ||||
| * | 2.15.94.0.1 released | Mike Frysinger | 2004-11-23 | 9 | -3/+1074 |
| | | |||||
| * | patch is still needed | Mike Frysinger | 2004-11-22 | 2 | -0/+20 |
| | | |||||
| * | wireless-tools update from Jean Tourrilhes. uclibc mailing list | Ned Ludd | 2004-11-18 | 1 | -3/+14 |
| | | |||||
| * | From Karsten Kruse: openssh requires zlib | Mike Frysinger | 2004-11-18 | 1 | -2/+1 |
| | | |||||
| * | add gcc 3.3.5/3.4.3 options | Mike Frysinger | 2004-11-17 | 2 | -2/+8 |
| | | |||||
| * | copy 3.4.2 and remove patches no longer needed | Mike Frysinger | 2004-11-17 | 10 | -0/+4366 |
| | | |||||
| * | add some help text | Mike Frysinger | 2004-11-17 | 1 | -5/+3 |
| | | |||||
| * | direct copy from 3.3.4 | Mike Frysinger | 2004-11-17 | 8 | -0/+5491 |
| | | |||||
| * | fix config scripts for sh | Mike Frysinger | 2004-11-13 | 3 | -6/+33 |
| | | |||||
| * | add which | Mike Frysinger | 2004-11-11 | 4 | -0/+57 |
| | | |||||
| * | portmap | Mike Frysinger | 2004-11-11 | 11 | -1/+676 |
| | | |||||
| * | add help desc | Mike Frysinger | 2004-11-11 | 1 | -4/+3 |
| | | |||||
| * | add help text | Mike Frysinger | 2004-11-11 | 2 | -8/+7 |
| | | |||||
| * | move ver number into a var | Mike Frysinger | 2004-11-11 | 1 | -6/+6 |
| | | |||||
| * | Disable busybox ar | Eric Andersen | 2004-11-06 | 1 | -2/+1 |
| | | |||||
| * | Fix 2.14.90.0.8 / 2.15 selection. | Manuel Novoa III | 2004-11-05 | 1 | -1/+2 |
| | | |||||
| * | new version | Mike Frysinger | 2004-11-02 | 1 | -1/+1 |
| | | |||||
| * | Sometime around 2.4.22-23, the mips pt_regs.h fields were reordered, breaking | Manuel Novoa III | 2004-10-31 | 1 | -0/+28 |
| | | | | | | coredump handling by gdb for current kernels. Update the hardcoded constants to reflect the change. | ||||
| * | Upstream bug fix. | Manuel Novoa III | 2004-10-31 | 1 | -0/+12 |
| | | |||||
| * | Integrate some patches extracted from gcc-3.4_3.4.2-3.diff. | Manuel Novoa III | 2004-10-31 | 4 | -0/+440 |
| | | |||||
| * | Integrate some debian patches, extracted from binutils_2.15-4.diff. | Manuel Novoa III | 2004-10-31 | 5 | -0/+223 |
| | | |||||
| * | Jan Lana writes: | Eric Andersen | 2004-10-27 | 1 | -1/+2 |
| | | | | | | | | | | Hi, package/ncurses/ncurses.mk doesn't create root/usr/include directory before installation. There is a simple patch. - Jenda | ||||
| * | Be certain ncurses is enabled when depended upon | Eric Andersen | 2004-10-27 | 1 | -0/+1 |
| | | |||||
| * | nuke sources/ - you might want to move sources/dl/ to dl/ to avoid ↵ | Tim Riker | 2004-10-27 | 3 | -4/+3 |
| | | | | | redownloading the world | ||||
| * | use fs type as file extension | Tim Riker | 2004-10-27 | 4 | -4/+4 |
| | | |||||
| * | less depends on ncurses | Ned Ludd | 2004-10-27 | 1 | -1/+1 |
| | | |||||
| * | fakeroot 1.1.2 is no longer available, updated to 1.1.5. Reported by Karsten ↵ | Ned Ludd | 2004-10-27 | 1 | -2/+3 |
| | | | | | Kruse uclibc ml | ||||
| * | force boa to use $(STRIP) vs the host strip. Reported by Thomas Petazzoni on ↵ | Ned Ludd | 2004-10-27 | 1 | -1/+1 |
| | | | | | uclibc ml | ||||
| * | Allow selection of specific (supported) versions... specificly the 2.6.8 | Manuel Novoa III | 2004-10-27 | 1 | -7/+15 |
| | | | | | headers with the (mostly mips related) cleanup patch. | ||||
| * | Enforce openssl dependency. | Manuel Novoa III | 2004-10-27 | 2 | -1/+2 |
| | | |||||
| * | security version bump with build fixes from nedd | Mike Frysinger | 2004-10-26 | 1 | -2/+4 |
| | | |||||
| * | doh | Eric Andersen | 2004-10-26 | 1 | -1/+1 |
| | | |||||
| * | Update to the latest linux-libc-headers | Eric Andersen | 2004-10-25 | 2 | -3/+12 |
| | | |||||
| * | Update linux kernel to the latest and greatest | Eric Andersen | 2004-10-21 | 18 | -13/+21 |
| | | |||||
| * | make sure build uses $TARGET_CFLAGS instead of stupid -O3 | Mike Frysinger | 2004-10-21 | 1 | -5/+7 |
| | | |||||
| * | fix uninstall target so it doesnt delete the *hosts* flex :x | Mike Frysinger | 2004-10-21 | 1 | -3/+18 |
| | | |||||
| * | version update | Mike Frysinger | 2004-10-21 | 1 | -1/+1 |
| | | |||||
| * | Kristian Hoffmann writes: | Eric Andersen | 2004-10-19 | 4 | -9/+4 |
| | | | | | | | | | | TARGET_LANGUAGES wasn't being set correctly if you enable GCJ or C++ in the buildroot config. It looks like INSTALL_LIBSTDCPP and INSTALL_LIBGCJ were renamed to BR2_INSTALL_... in the config system, but not in the gcc and ccache makefiles. -Kristian | ||||
| * | fix binutils_target-clean | Mike Frysinger | 2004-10-19 | 1 | -0/+3 |
| | | |||||
