Mike Frysinger [Wed, 9 Feb 2005 16:04:44 +0000 (16:04 -0000)]
add URL for more info
Mike Frysinger [Wed, 9 Feb 2005 14:36:48 +0000 (14:36 -0000)]
version bump
Mike Frysinger [Wed, 9 Feb 2005 14:34:27 +0000 (14:34 -0000)]
version bump
Eric Andersen [Tue, 8 Feb 2005 00:17:56 +0000 (00:17 -0000)]
test file, no longer needed
Eric Andersen [Tue, 8 Feb 2005 00:14:41 +0000 (00:14 -0000)]
test #13
Eric Andersen [Mon, 7 Feb 2005 23:56:14 +0000 (23:56 -0000)]
test 12
Eric Andersen [Mon, 7 Feb 2005 23:51:26 +0000 (23:51 -0000)]
test 11
Eric Andersen [Mon, 7 Feb 2005 23:34:54 +0000 (23:34 -0000)]
test 10
Eric Andersen [Mon, 7 Feb 2005 23:29:39 +0000 (23:29 -0000)]
test 9
Eric Andersen [Mon, 7 Feb 2005 23:26:03 +0000 (23:26 -0000)]
test 7
Eric Andersen [Mon, 7 Feb 2005 23:21:41 +0000 (23:21 -0000)]
test 6
Eric Andersen [Mon, 7 Feb 2005 23:20:35 +0000 (23:20 -0000)]
test 5
Eric Andersen [Mon, 7 Feb 2005 23:17:48 +0000 (23:17 -0000)]
test 4
Eric Andersen [Mon, 7 Feb 2005 23:11:43 +0000 (23:11 -0000)]
test 3
Eric Andersen [Mon, 7 Feb 2005 23:06:20 +0000 (23:06 -0000)]
foo
Eric Andersen [Mon, 7 Feb 2005 23:04:54 +0000 (23:04 -0000)]
test
Eric Andersen [Mon, 7 Feb 2005 23:01:20 +0000 (23:01 -0000)]
Fix grammar
Eric Andersen [Mon, 7 Feb 2005 22:31:56 +0000 (22:31 -0000)]
Small wording change
Eric Andersen [Mon, 7 Feb 2005 22:19:26 +0000 (22:19 -0000)]
update copyright
Eric Andersen [Wed, 2 Feb 2005 16:27:50 +0000 (16:27 -0000)]
Update linux kernel
Mike Frysinger [Sun, 30 Jan 2005 04:14:08 +0000 (04:14 -0000)]
update openssh by Douglas Campos
Mike Frysinger [Thu, 27 Jan 2005 07:09:31 +0000 (07:09 -0000)]
default ldconfig to non-static
Mike Frysinger [Thu, 27 Jan 2005 07:09:14 +0000 (07:09 -0000)]
ver bump
Eric Andersen [Sun, 23 Jan 2005 11:31:48 +0000 (11:31 -0000)]
Update version and patch for ioctls I happen to use
Eric Andersen [Sun, 23 Jan 2005 11:20:30 +0000 (11:20 -0000)]
Patch from scott: 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.
Eric Andersen [Sun, 23 Jan 2005 11:18:02 +0000 (11:18 -0000)]
Patch from acmay: 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.
Eric Andersen [Sun, 23 Jan 2005 11:16:11 +0000 (11:16 -0000)]
Patch from gtj: 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.
Eric Andersen [Sun, 23 Jan 2005 11:09:40 +0000 (11:09 -0000)]
Patch from acmay: 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.
Eric Andersen [Sun, 23 Jan 2005 11:06:15 +0000 (11:06 -0000)]
Bump version to 1.28, per recommendation from solar
Eric Andersen [Sun, 23 Jan 2005 11:05:24 +0000 (11:05 -0000)]
Patch from pdinoto: 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
Eric Andersen [Sun, 23 Jan 2005 11:03:41 +0000 (11:03 -0000)]
Fix from pdinoto: 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)
Eric Andersen [Sun, 23 Jan 2005 10:55:41 +0000 (10:55 -0000)]
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
Eric Andersen [Sun, 23 Jan 2005 10:53:06 +0000 (10:53 -0000)]
Patch from gtj -- 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.
Eric Andersen [Sun, 23 Jan 2005 10:48:46 +0000 (10:48 -0000)]
Patch from pdinoto: bugs.uclibc.org/view.php?id=30
This patch corrects bzip2 Makefile modification when BR2_LARGEFILE is n
Seems like a small typo
Eric Andersen [Sun, 23 Jan 2005 10:46:45 +0000 (10:46 -0000)]
patch from pdinoto: 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}
Eric Andersen [Sun, 23 Jan 2005 10:43:14 +0000 (10:43 -0000)]
Patch from gtj: bugs.uclibc.org/view.php?id=29
Make certain the correct include files are used
Eric Andersen [Sun, 23 Jan 2005 10:38:49 +0000 (10:38 -0000)]
Apply patch from nawawi: bugs.uclibc.org/view.php?id=57
Eric Andersen [Sun, 23 Jan 2005 10:28:04 +0000 (10:28 -0000)]
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:
Ned Ludd [Wed, 19 Jan 2005 23:10:13 +0000 (23:10 -0000)]
- version bump. bug #34
Mike Frysinger [Tue, 18 Jan 2005 00:28:09 +0000 (00:28 -0000)]
clean up & import packages by gtj
libpcap: http://bugs.uclibc.org/view.php?id=20
tcpdump: http://bugs.uclibc.org/view.php?id=21
Mike Frysinger [Mon, 17 Jan 2005 23:28:35 +0000 (23:28 -0000)]
George Joseph writes:
Package/Bridge:
corrects the "kernel-includes" parameter to configure
Eric Andersen [Wed, 12 Jan 2005 04:56:20 +0000 (04:56 -0000)]
fixup util-linux compile
Eric Andersen [Tue, 11 Jan 2005 19:03:48 +0000 (19:03 -0000)]
Fix broken patches so they actually apply
Mike Frysinger [Tue, 11 Jan 2005 03:05:11 +0000 (03:05 -0000)]
merge some updates from George Joseph
Mike Frysinger [Tue, 11 Jan 2005 02:32:37 +0000 (02:32 -0000)]
merge some updates from George Joseph
Mike Frysinger [Tue, 11 Jan 2005 02:12:56 +0000 (02:12 -0000)]
version bump
Mike Frysinger [Tue, 11 Jan 2005 01:05:55 +0000 (01:05 -0000)]
more bash patches
Eric Andersen [Mon, 10 Jan 2005 10:04:08 +0000 (10:04 -0000)]
Fixup dropbearmulti build and install
Eric Andersen [Mon, 10 Jan 2005 10:03:35 +0000 (10:03 -0000)]
These patches do not appear to be needed (and break the build)
with the new tar version.
Eric Andersen [Sun, 9 Jan 2005 08:01:03 +0000 (08:01 -0000)]
Update config
Eric Andersen [Sun, 9 Jan 2005 08:00:20 +0000 (08:00 -0000)]
dropbear-0.44 is out
Mike Frysinger [Wed, 5 Jan 2005 15:29:37 +0000 (15:29 -0000)]
new tar
Eric Andersen [Mon, 3 Jan 2005 04:38:13 +0000 (04:38 -0000)]
minor cleanups. ncurses make install doesn't like make -jN, N>1
Eric Andersen [Tue, 28 Dec 2004 19:15:20 +0000 (19:15 -0000)]
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
Eric Andersen [Mon, 27 Dec 2004 21:49:53 +0000 (21:49 -0000)]
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
Eric Andersen [Mon, 27 Dec 2004 21:46:32 +0000 (21:46 -0000)]
If both bash and busybox are selected, make certain bash wins
the fight over who gets to own the /bin/sh symlink
-Erik
Eric Andersen [Mon, 27 Dec 2004 21:26:16 +0000 (21:26 -0000)]
Update to latest CVS version of genext2fs
http://cvs.sourceforge.net/viewcvs.py/genext2fs/
which includes my device table stuff
Mike Frysinger [Mon, 27 Dec 2004 19:01:52 +0000 (19:01 -0000)]
move docs to subdir
Mike Frysinger [Sun, 26 Dec 2004 07:36:59 +0000 (07:36 -0000)]
more help updates from Tom Cameron
Mike Frysinger [Sun, 26 Dec 2004 07:16:38 +0000 (07:16 -0000)]
add homepage
Mike Frysinger [Fri, 24 Dec 2004 09:39:23 +0000 (09:39 -0000)]
merge help descriptions written by Tom Cameron
Mike Frysinger [Fri, 24 Dec 2004 09:23:11 +0000 (09:23 -0000)]
merge help descriptions written by Tom Cameron
Mike Frysinger [Fri, 24 Dec 2004 06:39:42 +0000 (06:39 -0000)]
use target cflags
Mike Frysinger [Fri, 24 Dec 2004 06:33:33 +0000 (06:33 -0000)]
use target cflags
Mike Frysinger [Fri, 24 Dec 2004 06:26:19 +0000 (06:26 -0000)]
use target cflags
Mike Frysinger [Fri, 24 Dec 2004 06:25:25 +0000 (06:25 -0000)]
use target cflags and update to 4.2.0
Eric Andersen [Thu, 23 Dec 2004 00:05:32 +0000 (00:05 -0000)]
Update default uClibc config
Eric Andersen [Wed, 22 Dec 2004 22:19:46 +0000 (22:19 -0000)]
Fix typo noticed by Pawel Foremski
Mike Frysinger [Wed, 22 Dec 2004 20:05:11 +0000 (20:05 -0000)]
psm: also need to touchup libiberty/configure now
Mike Frysinger [Wed, 22 Dec 2004 05:29:13 +0000 (05:29 -0000)]
update to 5.2.1
Mike Frysinger [Wed, 22 Dec 2004 05:22:03 +0000 (05:22 -0000)]
fix dependency so ldd isnt always rebuilt
Mike Frysinger [Wed, 22 Dec 2004 05:21:41 +0000 (05:21 -0000)]
dont output which
Mike Frysinger [Wed, 22 Dec 2004 02:03:12 +0000 (02:03 -0000)]
Philip Rakity <prakity@yahoo.com>: I forgot to mention that the makefile in genextfs has
one error that the macosx ld program detects -- this
is the duplicate -o option
Mike Frysinger [Tue, 21 Dec 2004 07:25:44 +0000 (07:25 -0000)]
binutils 2.15.94.0.2
Eric Andersen [Mon, 20 Dec 2004 19:38:13 +0000 (19:38 -0000)]
stylesheet for docs
Eric Andersen [Mon, 20 Dec 2004 19:35:20 +0000 (19:35 -0000)]
Documentation written by Thomas Petazzoni
Mike Frysinger [Sun, 19 Dec 2004 15:43:03 +0000 (15:43 -0000)]
use which to locate apps (useful for non-Linux systems like OS X)
Mike Frysinger [Tue, 14 Dec 2004 01:18:23 +0000 (01:18 -0000)]
Martin Herren writes:
here is a small patch to add libpng to buildroot.
It's the first application which i integrated in the buildroot build
system, so i welcome any comments, feedbacks and/or improvements about
it. I tested it using directfb on a arm/pxa platform, and as far as i
could test it it seems to work.
Eric Andersen [Sat, 11 Dec 2004 13:07:00 +0000 (13:07 -0000)]
pppd's install target doesn't like 'make -j'
Eric Andersen [Sat, 11 Dec 2004 13:04:28 +0000 (13:04 -0000)]
pciutils doesn't like 'make -j'
Eric Andersen [Sat, 11 Dec 2004 13:03:52 +0000 (13:03 -0000)]
openssl doesnt like 'make -j'
Eric Andersen [Sat, 11 Dec 2004 13:01:10 +0000 (13:01 -0000)]
Add initial BR2_JLEVEL support, with some exceptions for apps that
have broken 'make -j' support
Eric Andersen [Sat, 11 Dec 2004 11:23:44 +0000 (11:23 -0000)]
Kill off old unused JLEVEL junk
Eric Andersen [Sat, 11 Dec 2004 10:35:18 +0000 (10:35 -0000)]
Don't fail for existing dirs
Eric Andersen [Sat, 11 Dec 2004 10:33:19 +0000 (10:33 -0000)]
Add some more phonys
Eric Andersen [Sat, 11 Dec 2004 10:31:14 +0000 (10:31 -0000)]
Don't nuke STAGING_DIR and TARGET_DIR
Eric Andersen [Sat, 11 Dec 2004 10:25:40 +0000 (10:25 -0000)]
Add an option to allow people to relocate the toolchain
Eric Andersen [Sat, 11 Dec 2004 10:01:37 +0000 (10:01 -0000)]
Patch from Karsten Kruse:
Hi,
two small patches for package/libfloat/Config.in and
package/microwin/Config.in to make the packages appear in make
(menu)config.
Eric Andersen [Sat, 11 Dec 2004 09:56:58 +0000 (09:56 -0000)]
Patch from Volmat Alain adding SH3/SH3EB SH4EB support
Eric Andersen [Sat, 11 Dec 2004 09:55:56 +0000 (09:55 -0000)]
do not inadvertantly create files
Mike Frysinger [Wed, 1 Dec 2004 02:29:36 +0000 (02:29 -0000)]
err patch has already been merged
Ned Ludd [Tue, 23 Nov 2004 22:58:57 +0000 (22:58 -0000)]
use correct STRIP in wtools Makefile when cross-building
Ned Ludd [Tue, 23 Nov 2004 22:01:21 +0000 (22:01 -0000)]
wtools-28_pre3 update from the author Jean Tourrilhes. This version is the first to officially support multicall
Mike Frysinger [Tue, 23 Nov 2004 04:33:56 +0000 (04:33 -0000)]
2.15.94.0.1 released
Mike Frysinger [Mon, 22 Nov 2004 23:02:36 +0000 (23:02 -0000)]
patch is still needed
Ned Ludd [Thu, 18 Nov 2004 14:45:27 +0000 (14:45 -0000)]
wireless-tools update from Jean Tourrilhes. uclibc mailing list
Mike Frysinger [Thu, 18 Nov 2004 02:21:22 +0000 (02:21 -0000)]
From Karsten Kruse: openssh requires zlib
Mike Frysinger [Wed, 17 Nov 2004 22:24:02 +0000 (22:24 -0000)]
add gcc 3.3.5/3.4.3 options
Mike Frysinger [Wed, 17 Nov 2004 22:00:05 +0000 (22:00 -0000)]
copy 3.4.2 and remove patches no longer needed
Mike Frysinger [Wed, 17 Nov 2004 21:58:09 +0000 (21:58 -0000)]
add some help text