summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2005-02-25- The installed root/usr/sbin/dropbear was not getting stripped. stripping ↵Ned Ludd
saves about 35K
2005-02-25Add support for libelfEric Andersen
2005-02-25scott writes in http://bugs.uclibc.org/view.php?id=41Eric Andersen
this patch adds the package 'readline' which is the GNU readline library used to get/save history with text input applications.
2005-02-25gtj writes in http://bugs.uclibc.org/view.php?id=55Eric Andersen
The version of mconf used by buildroot doesn't handle "menuconfig" correctly. Instead of displaying the proper submenu, it just displays the menuconfig option itself again. This patch adds the proper code to mconf. Only 6 lines of code.
2005-02-25Patch from ralphs adding microperl, perEric Andersen
http://bugs.uclibc.org/view.php?id=123
2005-02-25Trivial updatesEric Andersen
2005-02-24Update to ISC dhcp 3.0.2Eric Andersen
2005-02-19make valgrind compile with newer kernel headersEric Andersen
2005-02-17move more stuff around for better board supportEric Andersen
2005-02-17WhitespaceEric Andersen
2005-02-16add dhcpdumpEric Andersen
2005-02-16HPA's Trivial File Transfer Protocol (tftp) server.Eric Andersen
2005-02-16provide a runlevelEric Andersen
2005-02-16more dhcp updatesEric Andersen
2005-02-16the deleting part of 'svn mv' doesnt seem to work. I mustEric Andersen
be doing something wrong.
2005-02-16rename dhcp_relay to dhcpEric Andersen
2005-02-16removeEric Andersen
2005-02-16rename dhcp_relay to dhcpEric Andersen
2005-02-16Rework things a bit to build the server, client, etcEric Andersen
2005-02-16cleanup whitespaceEric Andersen
2005-02-15give uclibc and busybox config files consistant variable namesEric Andersen
2005-02-13This file is now obsolete. kill it.Eric Andersen
2005-02-12cleanup install target a bitEric Andersen
2005-02-12update default configEric Andersen
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-11remove 'mke2fs' and instead add the properly named 'e2fsprogs'Eric 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-10touchupsMike Frysinger
2005-02-09version bumpMike Frysinger
2005-02-09version bumpMike Frysinger
2005-02-02Update linux kernelEric Andersen
2005-01-30update openssh by Douglas CamposMike 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 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-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
2005-01-23Fix from pdinoto: http://bugs.uclibc.org/view.php?id=31Eric Andersen
0000031: [PATCH] fakeroot: Update to version 1.2.2 Use new version. Previous is not longer available (at least in debian archive)
2005-01-23Patch from pdinoto :Eric Andersen
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
2005-01-23Patch from pdinoto: http://bugs.uclibc.org/view.php?id=30Eric Andersen
This patch corrects bzip2 Makefile modification when BR2_LARGEFILE is n Seems like a small typo
2005-01-23patch from pdinoto: http://bugs.uclibc.org/view.php?id=35Eric Andersen
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}
2005-01-23Patch from gtj: http://bugs.uclibc.org/view.php?id=29Eric Andersen
Make certain the correct include files are used