summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2005-03-09Fix http://bugs.uclibc.org/view.php?id=135Eric Andersen
The ISC DHCP package only install the dhcrelay binary. Patch supplied to install server and client too, as configured.
2005-03-09Fix /http://bugs.uclibc.org/view.php?id=134Eric Andersen
The configuration utility in package/config/ can look for a default configuration file called 'defconfig' but it's hard coded to look for sysdeps/linux/defconfig. This patch causes the config utility to look in the current working directory for the 'defconfig' file. I use this to provide a default configuration to a new buildroot environment. This way, I can 'svn co' buildroot, copy my defconfig, then make defconfig to use my own default configuration. This fix only changes one line in the confdata.c file to remove the legacy path that was used in Linux, and not needed in buildroot.
2005-03-09Per http://bugs.uclibc.org/view.php?id=130Eric Andersen
sed needs to use different delimiters since the regex is using slashes from a filename
2005-03-09patch from pgrayson:Eric Andersen
This patch does a couple mtd related things: * Updates to the latest (2005/01/22) mtd from debian.org * Fixes weird behavior where mkfs.jffs2 built for target was put into the staging dir. * Shows the mtd package in the package selection menu. When mtd is enabled, the various mtd utilities appear and can be individually selected. * Added a config item for sumtool, which is part of the mtd-utils and helps manage the new summary feature in jffs2 images. * Fixed mtd build dependency problem. The mtd utils dynamically link with libz.so, therefore the zlib package is prerequisite for any of the mtd utilities.
2005-03-09Update dropbear to the new version.Eric Andersen
Add a config option to handle low entropy system.
2005-03-07Support building fakeroot for use on the host system, i.e. forEric Andersen
munging permissions on tarballs...
2005-03-07ncurses build with make -jN, N>1 seems raceyEric Andersen
2005-03-02Deal with it when binutils is being somewhat troublesomeEric Andersen
2005-03-01bridge and pcmcia need a compiled up linux kernelEric Andersen
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