Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | force libelf to be selected | Mike Frysinger | 2005-03-21 | 1 | -0/+1 |
| | |||||
* | Bug #160, pgrayson writes: The readline package currently has a Makefile.in. ↵ | Mike Frysinger | 2005-03-21 | 2 | -6/+6 |
| | | | | This patch removes the depricated Makefile.in and adds the relevant modifications to TARGETS to readline.mk. | ||||
* | Bug #172, LordApollyon writes: Add support for latest openssl 0.9.7e, This ↵ | Mike Frysinger | 2005-03-21 | 2 | -3/+3 |
| | | | | will update the version to download as well as one line of the patch which needed correcting. | ||||
* | dont install fips crap | Mike Frysinger | 2005-03-21 | 1 | -0/+43 |
| | |||||
* | Don't let the system /usr/bin/install try to strip target binaries | Eric Andersen | 2005-03-17 | 1 | -2/+2 |
| | | | | | since it is too stupid to know about cross compilation, and will therefore try to use the system strip command, too ill effect. | ||||
* | Add support for udev, from Nathanael Noblet | Eric Andersen | 2005-03-15 | 3 | -0/+59 |
| | |||||
* | Fix http://bugs.uclibc.org/view.php?id=135 | Eric Andersen | 2005-03-09 | 1 | -9/+11 |
| | | | | | | The ISC DHCP package only install the dhcrelay binary. Patch supplied to install server and client too, as configured. | ||||
* | Fix /http://bugs.uclibc.org/view.php?id=134 | Eric Andersen | 2005-03-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | 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. | ||||
* | Per http://bugs.uclibc.org/view.php?id=130 | Eric Andersen | 2005-03-09 | 1 | -1/+1 |
| | | | | | sed needs to use different delimiters since the regex is using slashes from a filename | ||||
* | patch from pgrayson: | Eric Andersen | 2005-03-09 | 3 | -38/+42 |
| | | | | | | | | | | | | | | | 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. | ||||
* | Update dropbear to the new version. | Eric Andersen | 2005-03-09 | 2 | -2/+20 |
| | | | | Add a config option to handle low entropy system. | ||||
* | Support building fakeroot for use on the host system, i.e. for | Eric Andersen | 2005-03-07 | 1 | -19/+61 |
| | | | | munging permissions on tarballs... | ||||
* | ncurses build with make -jN, N>1 seems racey | Eric Andersen | 2005-03-07 | 1 | -1/+1 |
| | |||||
* | Deal with it when binutils is being somewhat troublesome | Eric Andersen | 2005-03-02 | 1 | -0/+1 |
| | |||||
* | bridge and pcmcia need a compiled up linux kernel | Eric Andersen | 2005-03-01 | 2 | -1/+3 |
| | |||||
* | - The installed root/usr/sbin/dropbear was not getting stripped. stripping ↵ | Ned Ludd | 2005-02-25 | 1 | -0/+1 |
| | | | | saves about 35K | ||||
* | Add support for libelf | Eric Andersen | 2005-02-25 | 3 | -0/+70 |
| | |||||
* | scott writes in http://bugs.uclibc.org/view.php?id=41 | Eric Andersen | 2005-02-25 | 5 | -0/+108 |
| | | | | | | this patch adds the package 'readline' which is the GNU readline library used to get/save history with text input applications. | ||||
* | gtj writes in http://bugs.uclibc.org/view.php?id=55 | Eric Andersen | 2005-02-25 | 1 | -0/+6 |
| | | | | | | | | 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. | ||||
* | Patch from ralphs adding microperl, per | Eric Andersen | 2005-02-25 | 3 | -0/+48 |
| | | | | http://bugs.uclibc.org/view.php?id=123 | ||||
* | Trivial updates | Eric Andersen | 2005-02-25 | 2 | -1/+2 |
| | |||||
* | Update to ISC dhcp 3.0.2 | Eric Andersen | 2005-02-24 | 2 | -49/+50 |
| | |||||
* | make valgrind compile with newer kernel headers | Eric Andersen | 2005-02-19 | 1 | -3/+19 |
| | |||||
* | move more stuff around for better board support | Eric Andersen | 2005-02-17 | 29 | -1018/+0 |
| | |||||
* | Whitespace | Eric Andersen | 2005-02-17 | 1 | -1/+1 |
| | |||||
* | add dhcpdump | Eric Andersen | 2005-02-16 | 2 | -0/+84 |
| | |||||
* | HPA's Trivial File Transfer Protocol (tftp) server. | Eric Andersen | 2005-02-16 | 5 | -0/+181 |
| | |||||
* | provide a runlevel | Eric Andersen | 2005-02-16 | 1 | -2/+2 |
| | |||||
* | more dhcp updates | Eric Andersen | 2005-02-16 | 9 | -9/+729 |
| | |||||
* | the deleting part of 'svn mv' doesnt seem to work. I must | Eric Andersen | 2005-02-16 | 1 | -55/+0 |
| | | | | be doing something wrong. | ||||
* | rename dhcp_relay to dhcp | Eric Andersen | 2005-02-16 | 1 | -1/+1 |
| | |||||
* | remove | Eric Andersen | 2005-02-16 | 2 | -118/+0 |
| | |||||
* | rename dhcp_relay to dhcp | Eric Andersen | 2005-02-16 | 3 | -0/+173 |
| | |||||
* | Rework things a bit to build the server, client, etc | Eric Andersen | 2005-02-16 | 3 | -57/+113 |
| | |||||
* | cleanup whitespace | Eric Andersen | 2005-02-16 | 1 | -1/+1 |
| | |||||
* | give uclibc and busybox config files consistant variable names | Eric Andersen | 2005-02-15 | 1 | -4/+4 |
| | |||||
* | This file is now obsolete. kill it. | Eric Andersen | 2005-02-13 | 1 | -57/+0 |
| | |||||
* | cleanup install target a bit | Eric Andersen | 2005-02-12 | 1 | -4/+4 |
| | |||||
* | update default config | Eric Andersen | 2005-02-12 | 1 | -0/+2 |
| | |||||
* | make it compile | Eric Andersen | 2005-02-12 | 1 | -6/+7 |
| | |||||
* | kill the older wtools | Eric Andersen | 2005-02-12 | 2 | -64/+0 |
| | |||||
* | What is 'wtools'? Give it its proper name 'wireless-tools' | Eric Andersen | 2005-02-12 | 4 | -1/+122 |
| | |||||
* | What is 'wtools'? Give it its proper name 'wireless-tools' | Eric Andersen | 2005-02-12 | 3 | -59/+59 |
| | |||||
* | 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 |
| | |||||
* | 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 | 186 | -287/+736 |
| | | | | | 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 |
| | |||||
* | touchups | Mike Frysinger | 2005-02-10 | 1 | -10/+2 |
| |