Commit Graph

1050 Commits

Author SHA1 Message Date
Mike Frysinger cdd46741aa menuconfig -> config 2005-02-10 00:59:22 +00:00
Mike Frysinger 4584c0df4a touchups 2005-02-10 00:45:43 +00:00
Eric Andersen 6fa2c16be9 Fix broken config menu 2005-02-09 19:40:19 +00:00
Mike Frysinger 18e57618d7 touchup description to look like all the others 2005-02-09 19:15:06 +00:00
Mike Frysinger cd0a84da7e allow users to generate tarballs of the target filesystem 2005-02-09 16:06:06 +00:00
Mike Frysinger 80e5aaa56b touchups 2005-02-09 16:05:07 +00:00
Mike Frysinger 3c865f37e7 add URL for more info 2005-02-09 16:04:44 +00:00
Mike Frysinger 7df31469e8 version bump 2005-02-09 14:36:48 +00:00
Mike Frysinger 9821ecdb77 version bump 2005-02-09 14:34:27 +00:00
Eric Andersen 21c7c4c26b test file, no longer needed 2005-02-08 00:17:56 +00:00
Eric Andersen 302ea19e5e test #13 2005-02-08 00:14:41 +00:00
Eric Andersen 0745a9da0a test 12 2005-02-07 23:56:14 +00:00
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