summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-02-12make it compileEric Andersen
2005-02-12kill the older wtoolsEric Andersen
2005-02-12What is 'wtools'? Give it its proper name 'wireless-tools'Eric Andersen
2005-02-12What is 'wtools'? Give it its proper name 'wireless-tools'Eric Andersen
2005-02-11cleanup using a variable before it was definedEric Andersen
2005-02-11fixup use of a variable before it is setEric Andersen
2005-02-11Fix some silly bugs: a variable for gcc was used before it was defined, removeEric Andersen
'.svn' not 'CVS' from the install, add 2.4.29 kernel headers as the default.
2005-02-11remove 'mke2fs' and instead add the properly named 'e2fsprogs'Eric Andersen
2005-02-11remove obsolete .cvsignore fileEric Andersen
2005-02-11remove obsolete .cvsignore fileEric Andersen
2005-02-11Update to check notificationsEric Andersen
2005-02-11update copyright (mainly to check post-commit notifications)Eric Andersen
2005-02-10There is no need to have a separate 'Makefile.in' file in theEric Andersen
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
2005-02-10menuconfig -> configMike Frysinger
2005-02-10menuconfig -> configMike Frysinger
2005-02-10touchupsMike Frysinger
2005-02-09Fix broken config menuEric Andersen
2005-02-09touchup description to look like all the othersMike Frysinger
2005-02-09allow users to generate tarballs of the target filesystemMike Frysinger
2005-02-09touchupsMike Frysinger
2005-02-09add URL for more infoMike Frysinger
2005-02-09version bumpMike Frysinger
2005-02-09version bumpMike Frysinger
2005-02-08test file, no longer neededEric Andersen
2005-02-08test #13Eric Andersen
2005-02-07test 12Eric Andersen
2005-02-07test 11Eric Andersen
2005-02-07test 10Eric Andersen
2005-02-07test 9Eric Andersen
2005-02-07test 7Eric Andersen
2005-02-07test 6Eric Andersen
2005-02-07test 5Eric Andersen
2005-02-07test 4Eric Andersen
2005-02-07test 3Eric Andersen
2005-02-07fooEric Andersen
2005-02-07testEric Andersen
2005-02-07Fix grammarEric Andersen
2005-02-07Small wording changeEric Andersen
2005-02-07update copyrightEric Andersen
2005-02-02Update linux kernelEric Andersen
2005-01-30update openssh by Douglas CamposMike Frysinger
2005-01-27default ldconfig to non-staticMike Frysinger
2005-01-27ver bumpMike Frysinger
2005-01-23Update version and patch for ioctls I happen to useEric Andersen
2005-01-23Patch from scott: http://bugs.uclibc.org/view.php?id=42Eric Andersen
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.
2005-01-23Patch from acmay: http://bugs.uclibc.org/view.php?id=47Eric Andersen
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.
2005-01-23Patch from gtj: http://bugs.uclibc.org/view.php?id=40Eric Andersen
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.
2005-01-23Patch from acmay: http://bugs.uclibc.org/view.php?id=50Eric Andersen
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.
2005-01-23Bump version to 1.28, per recommendation from solarEric Andersen
2005-01-23Patch from pdinoto: http://bugs.uclibc.org/view.php?id=33Eric Andersen
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