Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove 'mke2fs' and instead add the properly named 'e2fsprogs' | Eric Andersen | 2005-02-11 | 5 | -91/+83 |
| | |||||
* | remove obsolete .cvsignore file | Eric Andersen | 2005-02-11 | 1 | -8/+0 |
| | |||||
* | remove obsolete .cvsignore file | Eric Andersen | 2005-02-11 | 1 | -6/+0 |
| | |||||
* | Update to check notifications | Eric Andersen | 2005-02-11 | 1 | -1/+1 |
| | |||||
* | update copyright (mainly to check post-commit notifications) | Eric Andersen | 2005-02-11 | 1 | -1/+1 |
| | |||||
* | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | 2005-02-10 | 208 | -367/+868 |
| | | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | ||||
* | menuconfig -> config | Mike Frysinger | 2005-02-10 | 1 | -5/+1 |
| | |||||
* | menuconfig -> config | Mike Frysinger | 2005-02-10 | 2 | -2/+2 |
| | |||||
* | touchups | Mike Frysinger | 2005-02-10 | 1 | -10/+2 |
| | |||||
* | Fix broken config menu | Eric Andersen | 2005-02-09 | 1 | -1/+1 |
| | |||||
* | touchup description to look like all the others | Mike Frysinger | 2005-02-09 | 1 | -2/+1 |
| | |||||
* | allow users to generate tarballs of the target filesystem | Mike Frysinger | 2005-02-09 | 4 | -3/+43 |
| | |||||
* | touchups | Mike Frysinger | 2005-02-09 | 1 | -6/+3 |
| | |||||
* | add URL for more info | Mike Frysinger | 2005-02-09 | 1 | -0/+1 |
| | |||||
* | version bump | Mike Frysinger | 2005-02-09 | 1 | -6/+6 |
| | |||||
* | version bump | Mike Frysinger | 2005-02-09 | 1 | -1/+1 |
| | |||||
* | test file, no longer needed | Eric Andersen | 2005-02-08 | 1 | -8/+0 |
| | |||||
* | test #13 | Eric Andersen | 2005-02-08 | 1 | -1/+1 |
| | |||||
* | test 12 | Eric Andersen | 2005-02-07 | 1 | -1/+1 |
| | |||||
* | test 11 | Eric Andersen | 2005-02-07 | 1 | -1/+1 |
| | |||||
* | test 10 | Eric Andersen | 2005-02-07 | 1 | -1/+1 |
| | |||||
* | test 9 | Eric Andersen | 2005-02-07 | 1 | -1/+1 |
| | |||||
* | test 7 | Eric Andersen | 2005-02-07 | 1 | -1/+1 |
| | |||||
* | test 6 | Eric Andersen | 2005-02-07 | 1 | -1/+1 |
| | |||||
* | test 5 | Eric Andersen | 2005-02-07 | 1 | -1/+1 |
| | |||||
* | test 4 | Eric Andersen | 2005-02-07 | 1 | -1/+1 |
| | |||||
* | test 3 | Eric Andersen | 2005-02-07 | 1 | -1/+1 |
| | |||||
* | foo | Eric Andersen | 2005-02-07 | 1 | -0/+2 |
| | |||||
* | test | Eric Andersen | 2005-02-07 | 1 | -0/+6 |
| | |||||
* | Fix grammar | Eric Andersen | 2005-02-07 | 1 | -6/+5 |
| | |||||
* | Small wording change | Eric Andersen | 2005-02-07 | 1 | -5/+5 |
| | |||||
* | update copyright | Eric Andersen | 2005-02-07 | 1 | -1/+1 |
| | |||||
* | Update linux kernel | Eric Andersen | 2005-02-02 | 11 | -2/+2 |
| | |||||
* | update openssh by Douglas Campos | Mike Frysinger | 2005-01-30 | 1 | -3/+3 |
| | |||||
* | default ldconfig to non-static | Mike Frysinger | 2005-01-27 | 1 | -0/+1 |
| | |||||
* | ver bump | Mike Frysinger | 2005-01-27 | 1 | -1/+1 |
| | |||||
* | Update version and patch for ioctls I happen to use | Eric Andersen | 2005-01-23 | 2 | -32/+157 |
| | |||||
* | Patch from scott: http://bugs.uclibc.org/view.php?id=42 | Eric Andersen | 2005-01-23 | 2 | -0/+8 |
| | | | | | | | 0000042: add subversion (svn) support to buildroot This patch adds support for subversion to checkout files, much like how CVS already works. It uses 'SVN' macro in makefiles. | ||||
* | Patch from acmay: http://bugs.uclibc.org/view.php?id=47 | Eric Andersen | 2005-01-23 | 1 | -1/+1 |
| | | | | | | | | | | 0000047: ARM BigEndian does not allow Soft Float When ARMEB is selected for the arch I am unable to select soft float support. The toolchain/Config.in does not have a depend for armeb, it just has arm. The attached patch should cover it. | ||||
* | Patch from gtj: http://bugs.uclibc.org/view.php?id=40 | Eric Andersen | 2005-01-23 | 5 | -29/+302 |
| | | | | | | | | | | | | | | | | | | | | 0000040: Adds options to jffs2 filesystem creation Brings jffs2 up to the 20041007 build level so it will compile with both 2.4 and 2.6 kernels. Adds ability to specify eraseblock and pad sizes, permissions squash, big/little endian and device table in the configuration. Also adds capability to copy the resulting image to a secondary location like a tftp server's root directory. mtd.patch adds capabilities of the previously attached patch plus allows you to compile a version of the utilities to run on the target system. So now there's a set of config options under package to compile the utils for distribution to the target and a set of config options under target to create a jffs2 filesystem. | ||||
* | Patch from acmay: http://bugs.uclibc.org/view.php?id=50 | Eric Andersen | 2005-01-23 | 3 | -9/+15 |
| | | | | | | | | | | | | 0000050: gdb_server and gdb_client fixes and split Here is a patch with 2 issues. gdbserver does not depend on ncurses (just the full gdb needs it) Split out gdb client config option, to be separate from gdbserver. If you build gdb client for the host once it does not need to be rebuilt when the rest of libs change. So I build it and save it off. | ||||
* | Bump version to 1.28, per recommendation from solar | Eric Andersen | 2005-01-23 | 1 | -1/+1 |
| | |||||
* | Patch from pdinoto: http://bugs.uclibc.org/view.php?id=33 | Eric Andersen | 2005-01-23 | 1 | -1/+2 |
| | | | | | | | 0000033: [PATCH] libpng: New download site This patch changes the URL to download libpng, since the actual seems to be offline or lack that particular file | ||||
* | Fix from pdinoto: http://bugs.uclibc.org/view.php?id=31 | Eric Andersen | 2005-01-23 | 1 | -1/+1 |
| | | | | | | 0000031: [PATCH] fakeroot: Update to version 1.2.2 Use new version. Previous is not longer available (at least in debian archive) | ||||
* | Patch from pdinoto : | Eric Andersen | 2005-01-23 | 1 | -3/+3 |
| | | | | | | | 0000036: [PATCH] udhcpc: Allow build w/o PCMCIA This patch makes missing PCMCIA config files non-fatal to allow using udhcpc without pcmcia-cs package | ||||
* | Patch from gtj -- http://bugs.uclibc.org/view.php?id=39 | Eric Andersen | 2005-01-23 | 2 | -5/+100 |
| | | | | | | | | | | 0000039: Adds options to ext2 filesystem creation Adds ability to specify block and inode counts, reserved blocks, permissions squash and device table in the configuration. Also adds capability to gzip output and to copy the resulting image to a secondary location like a tftp server's root directory. | ||||
* | 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 |
| |