Commit Graph

1338 Commits

Author SHA1 Message Date
Eric Andersen e293091377 test 11 2005-02-07 23:51:26 +00:00
Eric Andersen 16ba3b949b test 10 2005-02-07 23:34:54 +00:00
Eric Andersen af76297d4a test 9 2005-02-07 23:29:39 +00:00
Eric Andersen 65d5be1532 test 7 2005-02-07 23:26:03 +00:00
Eric Andersen 49b8c57d42 test 6 2005-02-07 23:21:41 +00:00
Eric Andersen 44971ae988 test 5 2005-02-07 23:20:35 +00:00
Eric Andersen 63080161f7 test 4 2005-02-07 23:17:48 +00:00
Eric Andersen 387f864ff9 test 3 2005-02-07 23:11:43 +00:00
Eric Andersen d040a8d3de foo 2005-02-07 23:06:20 +00:00
Eric Andersen c85dc7f5f1 test 2005-02-07 23:04:54 +00:00
Eric Andersen 957a598c9e Fix grammar 2005-02-07 23:01:20 +00:00
Eric Andersen de23d7d1a4 Small wording change 2005-02-07 22:31:56 +00:00
Eric Andersen 15b26aeee9 update copyright 2005-02-07 22:19:26 +00:00
Eric Andersen c9f0039ea6 Update linux kernel 2005-02-02 16:27:50 +00:00
Mike Frysinger f557b5981c update openssh by Douglas Campos 2005-01-30 04:14:08 +00:00
Mike Frysinger 876cbada9e default ldconfig to non-static 2005-01-27 07:09:31 +00:00
Mike Frysinger a93da840ba ver bump 2005-01-27 07:09:14 +00:00
Eric Andersen 76adf60ddb Update version and patch for ioctls I happen to use 2005-01-23 11:31:48 +00:00
Eric Andersen e30cf26cff Patch from scott: http://bugs.uclibc.org/view.php?id=42
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-23 11:20:30 +00:00
Eric Andersen 675837a507 Patch from acmay: http://bugs.uclibc.org/view.php?id=47
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-23 11:18:02 +00:00
Eric Andersen dda90723ce Patch from gtj: http://bugs.uclibc.org/view.php?id=40
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-23 11:16:11 +00:00
Eric Andersen 7be239c03f Patch from acmay: http://bugs.uclibc.org/view.php?id=50
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-23 11:09:40 +00:00
Eric Andersen da7381c869 Bump version to 1.28, per recommendation from solar 2005-01-23 11:06:15 +00:00
Eric Andersen 5e2ccd8007 Patch from pdinoto: http://bugs.uclibc.org/view.php?id=33
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-23 11:05:24 +00:00
Eric Andersen 4f4becaf9d Fix from pdinoto: http://bugs.uclibc.org/view.php?id=31
0000031: [PATCH] fakeroot: Update to version 1.2.2

Use new version. Previous is not longer available (at least in debian archive)
2005-01-23 11:03:41 +00:00
Eric Andersen 62071ed437 Patch from pdinoto :
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-23 10:55:41 +00:00
Eric Andersen 0a87bc7b58 Patch from gtj -- http://bugs.uclibc.org/view.php?id=39
0000039: Adds options to ext2 filesystem creation

Adds ability to specify block and inode counts, reserved blocks, permissions
squash and device table in the configuration.

Also adds capability to gzip output and to copy the resulting image to a
secondary location like a tftp server's root directory.
2005-01-23 10:53:06 +00:00
Eric Andersen ceb4d070f9 Patch from pdinoto: http://bugs.uclibc.org/view.php?id=30
This patch corrects bzip2 Makefile modification when BR2_LARGEFILE is n
Seems like a small typo
2005-01-23 10:48:46 +00:00
Eric Andersen c91afbb53c patch from pdinoto: http://bugs.uclibc.org/view.php?id=35
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-23 10:46:45 +00:00
Eric Andersen 3dae4a22aa Patch from gtj: http://bugs.uclibc.org/view.php?id=29
Make certain the correct include files are used
2005-01-23 10:43:14 +00:00
Eric Andersen f5eddf31dd Apply patch from nawawi: http://bugs.uclibc.org/view.php?id=57 2005-01-23 10:38:49 +00:00
Eric Andersen 1a2048464b Philip Rakity writes:
Hi Eric,

I writing privately since I have not heard from Mike for 2 weeks about
a one line patch to the gcc Makefile.in to allow the extra gcc options
to be passed in.  The patch is below and without it -- gcc extra's like


 --with-cpu=xscale

do not work.

The patch is as follows:
2005-01-23 10:28:04 +00:00
Ned Ludd c9faab9104 - version bump. bug #34 2005-01-19 23:10:13 +00:00
Mike Frysinger 044f0783a5 clean up & import packages by gtj
libpcap: http://bugs.uclibc.org/view.php?id=20
tcpdump: http://bugs.uclibc.org/view.php?id=21
2005-01-18 00:28:09 +00:00
Mike Frysinger c2180b4196 George Joseph writes:
Package/Bridge:
   corrects the "kernel-includes" parameter to configure
2005-01-17 23:28:35 +00:00
Eric Andersen 268771fe4c fixup util-linux compile 2005-01-12 04:56:20 +00:00
Eric Andersen 6ea1a70ee1 Fix broken patches so they actually apply 2005-01-11 19:03:48 +00:00
Mike Frysinger b715166993 merge some updates from George Joseph 2005-01-11 03:05:11 +00:00
Mike Frysinger a9884680fc merge some updates from George Joseph 2005-01-11 02:32:37 +00:00
Mike Frysinger 62e38f9220 version bump 2005-01-11 02:12:56 +00:00
Mike Frysinger d83035d048 more bash patches 2005-01-11 01:05:55 +00:00
Eric Andersen f6514c8b88 Fixup dropbearmulti build and install 2005-01-10 10:04:08 +00:00
Eric Andersen a559adb2fe These patches do not appear to be needed (and break the build)
with the new tar version.
2005-01-10 10:03:35 +00:00
Eric Andersen c456f3dd23 Update config 2005-01-09 08:01:03 +00:00
Eric Andersen 4d9db8e9ec dropbear-0.44 is out 2005-01-09 08:00:20 +00:00
Mike Frysinger 272bd2d988 new tar 2005-01-05 15:29:37 +00:00
Eric Andersen b0d088bf4c minor cleanups. ncurses make install doesn't like make -jN, N>1 2005-01-03 04:38:13 +00:00
Eric Andersen a161b51c54 Thomas Petazzoni writes:
ello,

Enclosed is a small documentation update. It adds a section that answers
a very often asked question : "How to use the uClibc toolchain generated
by Buildroot".

Erik, could you apply it if you agree with the modifications ?

Thanks,

Thomas
2004-12-28 19:15:20 +00:00
Eric Andersen b5a211c68e When both busybox and coreutils and/or util-linux are selected,
make certain that it is coreutils and/or util-linux that actually
gets their utilities installed.
 -Erik
2004-12-27 21:49:53 +00:00
Eric Andersen 3d7a187f76 If both bash and busybox are selected, make certain bash wins
the fight over who gets to own the /bin/sh symlink
 -Erik
2004-12-27 21:46:32 +00:00