Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch from pdinoto: http://bugs.uclibc.org/view.php?id=30 | Eric Andersen | 2005-01-23 | 1 | -1/+1 |
| | | | | | This patch corrects bzip2 Makefile modification when BR2_LARGEFILE is n Seems like a small typo | ||||
* | patch from pdinoto: http://bugs.uclibc.org/view.php?id=35 | Eric Andersen | 2005-01-23 | 1 | -3/+3 |
| | | | | | | This patch changes the path used as dependency for liblzo, which appears to be pointing to $(STAGING_DIR)/usr prefix while the package is actually installed with prefix ${STAGING_DIR} | ||||
* | Patch from gtj: http://bugs.uclibc.org/view.php?id=29 | Eric Andersen | 2005-01-23 | 1 | -1/+2 |
| | | | | Make certain the correct include files are used | ||||
* | Apply patch from nawawi: http://bugs.uclibc.org/view.php?id=57 | Eric Andersen | 2005-01-23 | 1 | -1/+2 |
| | |||||
* | - version bump. bug #34 | Ned Ludd | 2005-01-19 | 1 | -2/+2 |
| | |||||
* | clean up & import packages by gtj | Mike Frysinger | 2005-01-18 | 8 | -0/+187 |
| | | | | | libpcap: http://bugs.uclibc.org/view.php?id=20 tcpdump: http://bugs.uclibc.org/view.php?id=21 | ||||
* | George Joseph writes: | Mike Frysinger | 2005-01-17 | 1 | -1/+1 |
| | | | | | Package/Bridge: corrects the "kernel-includes" parameter to configure | ||||
* | fixup util-linux compile | Eric Andersen | 2005-01-12 | 1 | -0/+31 |
| | |||||
* | Fix broken patches so they actually apply | Eric Andersen | 2005-01-11 | 3 | -8/+8 |
| | |||||
* | merge some updates from George Joseph | Mike Frysinger | 2005-01-11 | 1 | -3/+4 |
| | |||||
* | merge some updates from George Joseph | Mike Frysinger | 2005-01-11 | 1 | -6/+6 |
| | |||||
* | version bump | Mike Frysinger | 2005-01-11 | 1 | -1/+1 |
| | |||||
* | more bash patches | Mike Frysinger | 2005-01-11 | 3 | -0/+192 |
| | |||||
* | Fixup dropbearmulti build and install | Eric Andersen | 2005-01-10 | 1 | -1/+4 |
| | |||||
* | These patches do not appear to be needed (and break the build) | Eric Andersen | 2005-01-10 | 3 | -153/+0 |
| | | | | with the new tar version. | ||||
* | Update config | Eric Andersen | 2005-01-09 | 1 | -0/+1 |
| | |||||
* | dropbear-0.44 is out | Eric Andersen | 2005-01-09 | 1 | -2/+2 |
| | |||||
* | new tar | Mike Frysinger | 2005-01-05 | 1 | -2/+2 |
| | |||||
* | minor cleanups. ncurses make install doesn't like make -jN, N>1 | Eric Andersen | 2005-01-03 | 1 | -6/+6 |
| | |||||
* | When both busybox and coreutils and/or util-linux are selected, | Eric Andersen | 2004-12-27 | 2 | -0/+13 |
| | | | | | | make certain that it is coreutils and/or util-linux that actually gets their utilities installed. -Erik | ||||
* | If both bash and busybox are selected, make certain bash wins | Eric Andersen | 2004-12-27 | 1 | -0/+6 |
| | | | | | the fight over who gets to own the /bin/sh symlink -Erik | ||||
* | more help updates from Tom Cameron | Mike Frysinger | 2004-12-26 | 32 | -123/+102 |
| | |||||
* | add homepage | Mike Frysinger | 2004-12-26 | 1 | -2/+2 |
| | |||||
* | merge help descriptions written by Tom Cameron | Mike Frysinger | 2004-12-24 | 15 | -62/+55 |
| | |||||
* | merge help descriptions written by Tom Cameron | Mike Frysinger | 2004-12-24 | 14 | -53/+59 |
| | |||||
* | use target cflags | Mike Frysinger | 2004-12-24 | 1 | -0/+1 |
| | |||||
* | use target cflags | Mike Frysinger | 2004-12-24 | 1 | -3/+3 |
| | |||||
* | use target cflags and update to 4.2.0 | Mike Frysinger | 2004-12-24 | 1 | -6/+9 |
| | |||||
* | update to 5.2.1 | Mike Frysinger | 2004-12-22 | 1 | -2/+3 |
| | |||||
* | Martin Herren writes: | Mike Frysinger | 2004-12-14 | 4 | -0/+82 |
| | | | | | | | | here is a small patch to add libpng to buildroot. It's the first application which i integrated in the buildroot build system, so i welcome any comments, feedbacks and/or improvements about it. I tested it using directfb on a arm/pxa platform, and as far as i could test it it seems to work. | ||||
* | pppd's install target doesn't like 'make -j' | Eric Andersen | 2004-12-11 | 1 | -1/+1 |
| | |||||
* | pciutils doesn't like 'make -j' | Eric Andersen | 2004-12-11 | 1 | -1/+1 |
| | |||||
* | openssl doesnt like 'make -j' | Eric Andersen | 2004-12-11 | 1 | -2/+2 |
| | |||||
* | Add initial BR2_JLEVEL support, with some exceptions for apps that | Eric Andersen | 2004-12-11 | 3 | -2/+5 |
| | | | | have broken 'make -j' support | ||||
* | Add an option to allow people to relocate the toolchain | Eric Andersen | 2004-12-11 | 1 | -1/+3 |
| | |||||
* | 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. | ||||
* | 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 | ||||
* | 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 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 |
| | |||||
* | new version | Mike Frysinger | 2004-11-02 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -2/+2 |
| | | | | redownloading the world |