buildroot.git
19 years agotest 11
Eric Andersen [Mon, 7 Feb 2005 23:51:26 +0000 (23:51 -0000)]
test 11

19 years agotest 10
Eric Andersen [Mon, 7 Feb 2005 23:34:54 +0000 (23:34 -0000)]
test 10

19 years agotest 9
Eric Andersen [Mon, 7 Feb 2005 23:29:39 +0000 (23:29 -0000)]
test 9

19 years agotest 7
Eric Andersen [Mon, 7 Feb 2005 23:26:03 +0000 (23:26 -0000)]
test 7

19 years agotest 6
Eric Andersen [Mon, 7 Feb 2005 23:21:41 +0000 (23:21 -0000)]
test 6

19 years agotest 5
Eric Andersen [Mon, 7 Feb 2005 23:20:35 +0000 (23:20 -0000)]
test 5

19 years agotest 4
Eric Andersen [Mon, 7 Feb 2005 23:17:48 +0000 (23:17 -0000)]
test 4

19 years agotest 3
Eric Andersen [Mon, 7 Feb 2005 23:11:43 +0000 (23:11 -0000)]
test 3

19 years agofoo
Eric Andersen [Mon, 7 Feb 2005 23:06:20 +0000 (23:06 -0000)]
foo

19 years agotest
Eric Andersen [Mon, 7 Feb 2005 23:04:54 +0000 (23:04 -0000)]
test

19 years agoFix grammar
Eric Andersen [Mon, 7 Feb 2005 23:01:20 +0000 (23:01 -0000)]
Fix grammar

19 years agoSmall wording change
Eric Andersen [Mon, 7 Feb 2005 22:31:56 +0000 (22:31 -0000)]
Small wording change

19 years agoupdate copyright
Eric Andersen [Mon, 7 Feb 2005 22:19:26 +0000 (22:19 -0000)]
update copyright

19 years agoUpdate linux kernel
Eric Andersen [Wed, 2 Feb 2005 16:27:50 +0000 (16:27 -0000)]
Update linux kernel

19 years agoupdate openssh by Douglas Campos
Mike Frysinger [Sun, 30 Jan 2005 04:14:08 +0000 (04:14 -0000)]
update openssh by Douglas Campos

19 years agodefault ldconfig to non-static
Mike Frysinger [Thu, 27 Jan 2005 07:09:31 +0000 (07:09 -0000)]
default ldconfig to non-static

19 years agover bump
Mike Frysinger [Thu, 27 Jan 2005 07:09:14 +0000 (07:09 -0000)]
ver bump

19 years agoUpdate version and patch for ioctls I happen to use
Eric Andersen [Sun, 23 Jan 2005 11:31:48 +0000 (11:31 -0000)]
Update version and patch for ioctls I happen to use

19 years agoPatch from scott: http://bugs.uclibc.org/view.php?id=42
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.

19 years agoPatch from acmay: http://bugs.uclibc.org/view.php?id=47
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.

19 years agoPatch from gtj: http://bugs.uclibc.org/view.php?id=40
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.

19 years agoPatch from acmay: http://bugs.uclibc.org/view.php?id=50
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.

19 years agoBump version to 1.28, per recommendation from solar
Eric Andersen [Sun, 23 Jan 2005 11:06:15 +0000 (11:06 -0000)]
Bump version to 1.28, per recommendation from solar

19 years agoPatch from pdinoto: http://bugs.uclibc.org/view.php?id=33
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

19 years agoFix from pdinoto: http://bugs.uclibc.org/view.php?id=31
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)

19 years agoPatch from pdinoto :
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

19 years agoPatch from gtj -- http://bugs.uclibc.org/view.php?id=39
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.

19 years agoPatch from pdinoto: http://bugs.uclibc.org/view.php?id=30
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

19 years agopatch from pdinoto: http://bugs.uclibc.org/view.php?id=35
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}

19 years agoPatch from gtj: http://bugs.uclibc.org/view.php?id=29
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

19 years agoApply patch from nawawi: http://bugs.uclibc.org/view.php?id=57
Eric Andersen [Sun, 23 Jan 2005 10:38:49 +0000 (10:38 -0000)]
Apply patch from nawawi: bugs.uclibc.org/view.php?id=57

19 years agoPhilip Rakity writes:
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:

19 years ago- version bump. bug #34
Ned Ludd [Wed, 19 Jan 2005 23:10:13 +0000 (23:10 -0000)]
- version bump. bug #34

19 years agoclean up & import packages by gtj
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

19 years agoGeorge Joseph writes:
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

19 years agofixup util-linux compile
Eric Andersen [Wed, 12 Jan 2005 04:56:20 +0000 (04:56 -0000)]
fixup util-linux compile

19 years agoFix broken patches so they actually apply
Eric Andersen [Tue, 11 Jan 2005 19:03:48 +0000 (19:03 -0000)]
Fix broken patches so they actually apply

19 years agomerge some updates from George Joseph
Mike Frysinger [Tue, 11 Jan 2005 03:05:11 +0000 (03:05 -0000)]
merge some updates from George Joseph

19 years agomerge some updates from George Joseph
Mike Frysinger [Tue, 11 Jan 2005 02:32:37 +0000 (02:32 -0000)]
merge some updates from George Joseph

19 years agoversion bump
Mike Frysinger [Tue, 11 Jan 2005 02:12:56 +0000 (02:12 -0000)]
version bump

19 years agomore bash patches
Mike Frysinger [Tue, 11 Jan 2005 01:05:55 +0000 (01:05 -0000)]
more bash patches

19 years agoFixup dropbearmulti build and install
Eric Andersen [Mon, 10 Jan 2005 10:04:08 +0000 (10:04 -0000)]
Fixup dropbearmulti build and install

19 years agoThese patches do not appear to be needed (and break the build)
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.

19 years agoUpdate config
Eric Andersen [Sun, 9 Jan 2005 08:01:03 +0000 (08:01 -0000)]
Update config

19 years agodropbear-0.44 is out
Eric Andersen [Sun, 9 Jan 2005 08:00:20 +0000 (08:00 -0000)]
dropbear-0.44 is out

19 years agonew tar
Mike Frysinger [Wed, 5 Jan 2005 15:29:37 +0000 (15:29 -0000)]
new tar

19 years agominor cleanups. ncurses make install doesn't like make -jN, N>1
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

19 years agoThomas Petazzoni writes:
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

19 years agoWhen both busybox and coreutils and/or util-linux are selected,
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

19 years agoIf both bash and busybox are selected, make certain bash wins
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

19 years agoUpdate to latest CVS version of genext2fs
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

19 years agomove docs to subdir
Mike Frysinger [Mon, 27 Dec 2004 19:01:52 +0000 (19:01 -0000)]
move docs to subdir

19 years agomore help updates from Tom Cameron
Mike Frysinger [Sun, 26 Dec 2004 07:36:59 +0000 (07:36 -0000)]
more help updates from Tom Cameron

19 years agoadd homepage
Mike Frysinger [Sun, 26 Dec 2004 07:16:38 +0000 (07:16 -0000)]
add homepage

19 years agomerge help descriptions written by Tom Cameron
Mike Frysinger [Fri, 24 Dec 2004 09:39:23 +0000 (09:39 -0000)]
merge help descriptions written by Tom Cameron

19 years agomerge 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

19 years agouse target cflags
Mike Frysinger [Fri, 24 Dec 2004 06:39:42 +0000 (06:39 -0000)]
use target cflags

19 years agouse target cflags
Mike Frysinger [Fri, 24 Dec 2004 06:33:33 +0000 (06:33 -0000)]
use target cflags

19 years agouse target cflags
Mike Frysinger [Fri, 24 Dec 2004 06:26:19 +0000 (06:26 -0000)]
use target cflags

19 years agouse target cflags and update to 4.2.0
Mike Frysinger [Fri, 24 Dec 2004 06:25:25 +0000 (06:25 -0000)]
use target cflags and update to 4.2.0

19 years agoUpdate default uClibc config
Eric Andersen [Thu, 23 Dec 2004 00:05:32 +0000 (00:05 -0000)]
Update default uClibc config

19 years agoFix typo noticed by Pawel Foremski
Eric Andersen [Wed, 22 Dec 2004 22:19:46 +0000 (22:19 -0000)]
Fix typo noticed by Pawel Foremski

19 years agopsm: also need to touchup libiberty/configure now
Mike Frysinger [Wed, 22 Dec 2004 20:05:11 +0000 (20:05 -0000)]
psm: also need to touchup libiberty/configure now

19 years agoupdate to 5.2.1
Mike Frysinger [Wed, 22 Dec 2004 05:29:13 +0000 (05:29 -0000)]
update to 5.2.1

19 years agofix dependency so ldd isnt always rebuilt
Mike Frysinger [Wed, 22 Dec 2004 05:22:03 +0000 (05:22 -0000)]
fix dependency so ldd isnt always rebuilt

19 years agodont output which
Mike Frysinger [Wed, 22 Dec 2004 05:21:41 +0000 (05:21 -0000)]
dont output which

19 years agoPhilip Rakity <prakity@yahoo.com>: I forgot to mention that the makefile in genextfs has
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

19 years agobinutils 2.15.94.0.2
Mike Frysinger [Tue, 21 Dec 2004 07:25:44 +0000 (07:25 -0000)]
binutils 2.15.94.0.2

19 years agostylesheet for docs
Eric Andersen [Mon, 20 Dec 2004 19:38:13 +0000 (19:38 -0000)]
stylesheet for docs

19 years agoDocumentation written by Thomas Petazzoni
Eric Andersen [Mon, 20 Dec 2004 19:35:20 +0000 (19:35 -0000)]
Documentation written by Thomas Petazzoni

19 years agouse which to locate apps (useful for non-Linux systems like OS X)
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)

19 years agoMartin Herren writes:
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.

19 years agopppd's install target doesn't like 'make -j'
Eric Andersen [Sat, 11 Dec 2004 13:07:00 +0000 (13:07 -0000)]
pppd's install target doesn't like 'make -j'

19 years agopciutils doesn't like 'make -j'
Eric Andersen [Sat, 11 Dec 2004 13:04:28 +0000 (13:04 -0000)]
pciutils doesn't like 'make -j'

19 years agoopenssl doesnt like 'make -j'
Eric Andersen [Sat, 11 Dec 2004 13:03:52 +0000 (13:03 -0000)]
openssl doesnt like 'make -j'

19 years agoAdd initial BR2_JLEVEL support, with some exceptions for apps that
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

19 years agoKill off old unused JLEVEL junk
Eric Andersen [Sat, 11 Dec 2004 11:23:44 +0000 (11:23 -0000)]
Kill off old unused JLEVEL junk

19 years agoDon't fail for existing dirs
Eric Andersen [Sat, 11 Dec 2004 10:35:18 +0000 (10:35 -0000)]
Don't fail for existing dirs

19 years agoAdd some more phonys
Eric Andersen [Sat, 11 Dec 2004 10:33:19 +0000 (10:33 -0000)]
Add some more phonys

19 years agoDon't nuke STAGING_DIR and TARGET_DIR
Eric Andersen [Sat, 11 Dec 2004 10:31:14 +0000 (10:31 -0000)]
Don't nuke STAGING_DIR and TARGET_DIR

19 years agoAdd an option to allow people to relocate the toolchain
Eric Andersen [Sat, 11 Dec 2004 10:25:40 +0000 (10:25 -0000)]
Add an option to allow people to relocate the toolchain

19 years agoPatch from Karsten Kruse:
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.

19 years agoPatch from Volmat Alain adding SH3/SH3EB SH4EB support
Eric Andersen [Sat, 11 Dec 2004 09:56:58 +0000 (09:56 -0000)]
Patch from Volmat Alain adding SH3/SH3EB SH4EB support

19 years agodo not inadvertantly create files
Eric Andersen [Sat, 11 Dec 2004 09:55:56 +0000 (09:55 -0000)]
do not inadvertantly create files

19 years agoerr patch has already been merged
Mike Frysinger [Wed, 1 Dec 2004 02:29:36 +0000 (02:29 -0000)]
err patch has already been merged

20 years agouse correct STRIP in wtools Makefile when cross-building
Ned Ludd [Tue, 23 Nov 2004 22:58:57 +0000 (22:58 -0000)]
use correct STRIP in wtools Makefile when cross-building

20 years agowtools-28_pre3 update from the author Jean Tourrilhes. This version is the first...
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

20 years ago2.15.94.0.1 released
Mike Frysinger [Tue, 23 Nov 2004 04:33:56 +0000 (04:33 -0000)]
2.15.94.0.1 released

20 years agopatch is still needed
Mike Frysinger [Mon, 22 Nov 2004 23:02:36 +0000 (23:02 -0000)]
patch is still needed

20 years agowireless-tools update from Jean Tourrilhes. uclibc mailing list
Ned Ludd [Thu, 18 Nov 2004 14:45:27 +0000 (14:45 -0000)]
wireless-tools update from Jean Tourrilhes. uclibc mailing list

20 years agoFrom Karsten Kruse: openssh requires zlib
Mike Frysinger [Thu, 18 Nov 2004 02:21:22 +0000 (02:21 -0000)]
From Karsten Kruse: openssh requires zlib

20 years agoadd gcc 3.3.5/3.4.3 options
Mike Frysinger [Wed, 17 Nov 2004 22:24:02 +0000 (22:24 -0000)]
add gcc 3.3.5/3.4.3 options

20 years agocopy 3.4.2 and remove patches no longer needed
Mike Frysinger [Wed, 17 Nov 2004 22:00:05 +0000 (22:00 -0000)]
copy 3.4.2 and remove patches no longer needed

20 years agoadd some help text
Mike Frysinger [Wed, 17 Nov 2004 21:58:09 +0000 (21:58 -0000)]
add some help text

20 years agodirect copy from 3.3.4
Mike Frysinger [Wed, 17 Nov 2004 21:51:48 +0000 (21:51 -0000)]
direct copy from 3.3.4

20 years agofix config scripts for sh
Mike Frysinger [Sat, 13 Nov 2004 23:34:27 +0000 (23:34 -0000)]
fix config scripts for sh

20 years agoadd which
Mike Frysinger [Thu, 11 Nov 2004 14:28:17 +0000 (14:28 -0000)]
add which

20 years agoportmap
Mike Frysinger [Thu, 11 Nov 2004 14:25:10 +0000 (14:25 -0000)]
portmap

20 years agoadd help desc
Mike Frysinger [Thu, 11 Nov 2004 14:17:45 +0000 (14:17 -0000)]
add help desc

20 years agoadd help text
Mike Frysinger [Thu, 11 Nov 2004 14:16:28 +0000 (14:16 -0000)]
add help text