Commit Graph

168 Commits

Author SHA1 Message Date
Mike Frysinger
c76539aa58 SnarlCat writes: add OBJCOPY to build environment Bug #213 2005-04-07 00:25:21 +00:00
Mike Frysinger
ed91eb9547 version bump 2005-04-05 05:06:10 +00:00
Mike Frysinger
1c5a0151a1 force libelf to be selected 2005-03-21 02:59:56 +00:00
Mike Frysinger
f7408e9bd4 Bug #160, pgrayson writes: The readline package currently has a Makefile.in. This patch removes the depricated Makefile.in and adds the relevant modifications to TARGETS to readline.mk. 2005-03-21 02:54:35 +00:00
Mike Frysinger
56d663b960 Bug #172, LordApollyon writes: Add support for latest openssl 0.9.7e, This will update the version to download as well as one line of the patch which needed correcting. 2005-03-21 02:35:50 +00:00
Mike Frysinger
c686c93ce7 dont install fips crap 2005-03-21 02:35:10 +00:00
Eric Andersen
75a9ab4ba3 Don't let the system /usr/bin/install try to strip target binaries
since it is too stupid to know about cross compilation, and will
therefore try to use the system strip command, too ill effect.
2005-03-17 22:41:47 +00:00
Eric Andersen
aa915009fc Add support for udev, from Nathanael Noblet 2005-03-15 19:16:00 +00:00
Eric Andersen
dccecf52b0 Fix http://bugs.uclibc.org/view.php?id=135
The ISC DHCP package only install the dhcrelay binary. Patch
supplied to install server and client too, as configured.
2005-03-09 17:45:21 +00:00
Eric Andersen
d47108caf6 Fix /http://bugs.uclibc.org/view.php?id=134
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-09 17:39:38 +00:00
Eric Andersen
5c83068090 Per http://bugs.uclibc.org/view.php?id=130
sed needs to use different delimiters since the regex is
using slashes from a filename
2005-03-09 17:36:12 +00:00
Eric Andersen
318cae634d patch from pgrayson:
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-09 17:27:14 +00:00
Eric Andersen
4c22057788 Update dropbear to the new version.
Add a config option to handle low entropy system.
2005-03-09 08:30:47 +00:00
Eric Andersen
d9cdbbe959 Support building fakeroot for use on the host system, i.e. for
munging permissions on tarballs...
2005-03-07 21:19:15 +00:00
Eric Andersen
b2e6d54be3 ncurses build with make -jN, N>1 seems racey 2005-03-07 06:57:35 +00:00
Eric Andersen
cbe848f9b6 Deal with it when binutils is being somewhat troublesome 2005-03-02 12:33:58 +00:00
Eric Andersen
225bc402b0 bridge and pcmcia need a compiled up linux kernel 2005-03-01 17:33:31 +00:00
Ned Ludd
e3b1e1479e - The installed root/usr/sbin/dropbear was not getting stripped. stripping saves about 35K 2005-02-25 22:01:00 +00:00
Eric Andersen
4dcfc9dc0f Add support for libelf 2005-02-25 03:22:54 +00:00
Eric Andersen
989fc8ef59 scott writes in http://bugs.uclibc.org/view.php?id=41
this patch adds the package 'readline' which is the GNU readline library used
to get/save history with text input applications.
2005-02-25 02:36:58 +00:00
Eric Andersen
2e9a20f61c gtj writes in http://bugs.uclibc.org/view.php?id=55
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-25 02:32:25 +00:00
Eric Andersen
ac39d3b13f Patch from ralphs adding microperl, per
http://bugs.uclibc.org/view.php?id=123
2005-02-25 02:27:54 +00:00
Eric Andersen
2460dadf07 Trivial updates 2005-02-25 01:30:13 +00:00
Eric Andersen
a6cfd28490 Update to ISC dhcp 3.0.2 2005-02-24 19:36:18 +00:00
Eric Andersen
bca6ae25ab make valgrind compile with newer kernel headers 2005-02-19 02:49:43 +00:00
Eric Andersen
c123fc3ccf move more stuff around for better board support 2005-02-17 18:49:52 +00:00
Eric Andersen
70087a75db Whitespace 2005-02-17 03:00:46 +00:00
Eric Andersen
0cd5b3c5f8 add dhcpdump 2005-02-16 21:34:41 +00:00
Eric Andersen
cbe260d167 HPA's Trivial File Transfer Protocol (tftp) server. 2005-02-16 21:17:18 +00:00
Eric Andersen
298bf4d52d provide a runlevel 2005-02-16 21:16:17 +00:00
Eric Andersen
9cc9476c35 more dhcp updates 2005-02-16 19:48:03 +00:00
Eric Andersen
2506ab7fc3 the deleting part of 'svn mv' doesnt seem to work. I must
be doing something wrong.
2005-02-16 19:14:32 +00:00
Eric Andersen
5043633f08 rename dhcp_relay to dhcp 2005-02-16 19:09:35 +00:00
Eric Andersen
3cbcad5500 remove 2005-02-16 19:08:57 +00:00
Eric Andersen
af166567d0 rename dhcp_relay to dhcp 2005-02-16 19:08:33 +00:00
Eric Andersen
85168e9d22 Rework things a bit to build the server, client, etc 2005-02-16 19:05:09 +00:00
Eric Andersen
4bd45df3f9 cleanup whitespace 2005-02-16 18:42:19 +00:00
Eric Andersen
6970a92158 give uclibc and busybox config files consistant variable names 2005-02-15 22:48:08 +00:00
Eric Andersen
d7d604bb94 This file is now obsolete. kill it. 2005-02-13 06:41:09 +00:00
Eric Andersen
351c7b64b9 cleanup install target a bit 2005-02-12 04:32:48 +00:00
Eric Andersen
ec3977300f update default config 2005-02-12 00:26:45 +00:00
Eric Andersen
e7dd14f373 make it compile 2005-02-12 00:26:27 +00:00
Eric Andersen
d2b724eb7c kill the older wtools 2005-02-12 00:25:57 +00:00
Eric Andersen
2caf7941bf What is 'wtools'? Give it its proper name 'wireless-tools' 2005-02-12 00:25:16 +00:00
Eric Andersen
402920471f What is 'wtools'? Give it its proper name 'wireless-tools' 2005-02-12 00:23:18 +00:00
Eric Andersen
aba5e68975 remove 'mke2fs' and instead add the properly named 'e2fsprogs' 2005-02-11 20:42:52 +00:00
Eric Andersen
8f144a058a remove obsolete .cvsignore file 2005-02-11 18:49:30 +00:00
Eric Andersen
7fbccfad21 Update to check notifications 2005-02-11 02:39:50 +00:00
Eric Andersen
1ee40e9db0 update copyright (mainly to check post-commit notifications) 2005-02-11 02:29:58 +00:00
Eric Andersen
d06645d8ed There is no need to have a separate 'Makefile.in' file in the
general case, therefore, combine the toplevel Makefile options
such as setting TARGETS into the per-package *.mk file
2005-02-10 03:06:39 +00:00