buildroot.git
20 years agofix installing of libproc.so on 64bit systems (like amd64) and fix the clean target...
Mike Frysinger [Fri, 15 Oct 2004 05:03:35 +0000 (05:03 -0000)]
fix installing of libproc.so on 64bit systems (like amd64) and fix the clean target so it works

20 years agofix valgrind dependancies
Eric Andersen [Fri, 15 Oct 2004 02:27:38 +0000 (02:27 -0000)]
fix valgrind dependancies

20 years agohelp text
Mike Frysinger [Thu, 14 Oct 2004 20:33:45 +0000 (20:33 -0000)]
help text

20 years agofindutils help
Mike Frysinger [Thu, 14 Oct 2004 20:15:14 +0000 (20:15 -0000)]
findutils help

20 years agoadd portage support
Mike Frysinger [Thu, 14 Oct 2004 20:13:24 +0000 (20:13 -0000)]
add portage support

20 years agonano URL
Mike Frysinger [Thu, 14 Oct 2004 20:13:12 +0000 (20:13 -0000)]
nano URL

20 years agoadd some help text
Mike Frysinger [Thu, 14 Oct 2004 19:57:18 +0000 (19:57 -0000)]
add some help text

20 years agoUpdate socat to a current version that is actually present
Eric Andersen [Thu, 14 Oct 2004 19:24:37 +0000 (19:24 -0000)]
Update socat to a current version that is actually present

20 years agoBe certain make is happy and will not keep trying to reinstall
Eric Andersen [Thu, 14 Oct 2004 19:24:09 +0000 (19:24 -0000)]
Be certain make is happy and will not keep trying to reinstall

20 years agofix building of procps on mips systems
Mike Frysinger [Thu, 14 Oct 2004 18:17:33 +0000 (18:17 -0000)]
fix building of procps on mips systems

20 years agouse $TARGET_CFLAGS
Mike Frysinger [Thu, 14 Oct 2004 17:28:57 +0000 (17:28 -0000)]
use $TARGET_CFLAGS

20 years agoTeach rsync to compile
Eric Andersen [Thu, 14 Oct 2004 09:57:31 +0000 (09:57 -0000)]
Teach rsync to compile

20 years agoUpdate a few packages
Eric Andersen [Thu, 14 Oct 2004 09:39:25 +0000 (09:39 -0000)]
Update a few packages

20 years agoKristian Hoffmann:
Mike Frysinger [Thu, 14 Oct 2004 02:59:44 +0000 (02:59 -0000)]
Kristian Hoffmann:
Attached is a (trivial) patch to fix a reference to an undefined variable
'IPROUTE2_SOURCE_URL' that prevents the source from being downloaded
correctly.

20 years agoUpdate to a working url and current version
Eric Andersen [Wed, 13 Oct 2004 19:43:02 +0000 (19:43 -0000)]
Update to a working url and current version

20 years agoteach boa to compile
Eric Andersen [Wed, 13 Oct 2004 19:42:34 +0000 (19:42 -0000)]
teach boa to compile

20 years agobusybox 1.00
Mike Frysinger [Wed, 13 Oct 2004 18:37:16 +0000 (18:37 -0000)]
busybox 1.00

20 years agoupdate ignore
Mike Frysinger [Tue, 12 Oct 2004 03:08:13 +0000 (03:08 -0000)]
update ignore

20 years agomore updates for python
Mike Frysinger [Tue, 12 Oct 2004 00:06:48 +0000 (00:06 -0000)]
more updates for python

20 years agouse $TARGET_CFLAGS
Mike Frysinger [Mon, 11 Oct 2004 21:23:34 +0000 (21:23 -0000)]
use $TARGET_CFLAGS

20 years agouse M4_VER
Mike Frysinger [Mon, 11 Oct 2004 20:42:53 +0000 (20:42 -0000)]
use M4_VER

20 years agouse $TARGET_CFLAGS
Mike Frysinger [Mon, 11 Oct 2004 20:39:52 +0000 (20:39 -0000)]
use $TARGET_CFLAGS

20 years agouse $TARGET_CFLAGS
Mike Frysinger [Mon, 11 Oct 2004 20:33:27 +0000 (20:33 -0000)]
use $TARGET_CFLAGS

20 years agolatest tar needs fixes from cvs
Mike Frysinger [Mon, 11 Oct 2004 19:55:27 +0000 (19:55 -0000)]
latest tar needs fixes from cvs

20 years agouse $(TARGET_CFLAGS)
Mike Frysinger [Mon, 11 Oct 2004 15:52:09 +0000 (15:52 -0000)]
use $(TARGET_CFLAGS)

20 years ago-xvf -> $(TAR_OPTIONS)
Mike Frysinger [Mon, 11 Oct 2004 14:01:07 +0000 (14:01 -0000)]
-xvf -> $(TAR_OPTIONS)

20 years agodepend on ncurses
Eric Andersen [Sun, 10 Oct 2004 01:16:29 +0000 (01:16 -0000)]
depend on ncurses

20 years agoAndrew May writes:
Eric Andersen [Sun, 10 Oct 2004 01:12:46 +0000 (01:12 -0000)]
Andrew May writes:

A few more little ones.

busybox fdisk with large files should be removed without large files.

gdbtarget/gdb_client got mixed up in the Makefile.in.
I think gdbtarget should have a depend on ncurses but I am not
sure if it should go in the config or in the .mk.
It may be nice to split out the server and client.

uclibc.mk was checking BR2_SOFT_FLOAT for true not y.

20 years agoFixup SOFT_FLOAT handling
Eric Andersen [Sat, 9 Oct 2004 21:28:56 +0000 (21:28 -0000)]
Fixup SOFT_FLOAT handling

20 years agoMake the TAR_VERBOSITY option a bit more sane
Eric Andersen [Sat, 9 Oct 2004 21:19:47 +0000 (21:19 -0000)]
Make the TAR_VERBOSITY option a bit more sane

20 years agoDon't use a string to do the job of a bool
Eric Andersen [Sat, 9 Oct 2004 21:12:25 +0000 (21:12 -0000)]
Don't use a string to do the job of a bool

20 years agoThomas Lundquist: have the makefiles depend on the correct file
Mike Frysinger [Sat, 9 Oct 2004 20:27:29 +0000 (20:27 -0000)]
Thomas Lundquist: have the makefiles depend on the correct file

20 years agoThomas Lundquist: have the makefiles depend on the correct file
Mike Frysinger [Sat, 9 Oct 2004 20:18:02 +0000 (20:18 -0000)]
Thomas Lundquist: have the makefiles depend on the correct file

20 years agoThomas Lundquist: patch the right dir
Mike Frysinger [Sat, 9 Oct 2004 20:10:36 +0000 (20:10 -0000)]
Thomas Lundquist: patch the right dir

20 years agorsync package
Mike Frysinger [Sat, 9 Oct 2004 20:07:08 +0000 (20:07 -0000)]
rsync package

20 years agoprune a few more files
Mike Frysinger [Sat, 9 Oct 2004 19:48:32 +0000 (19:48 -0000)]
prune a few more files

20 years agomake sure we update timestamps
Mike Frysinger [Sat, 9 Oct 2004 19:26:10 +0000 (19:26 -0000)]
make sure we update timestamps

20 years agouse $(TAR_VERBOSITY)
Mike Frysinger [Sat, 9 Oct 2004 19:05:40 +0000 (19:05 -0000)]
use $(TAR_VERBOSITY)

20 years agosupport tar verbosity
Mike Frysinger [Sat, 9 Oct 2004 18:58:04 +0000 (18:58 -0000)]
support tar verbosity

20 years agomake sure iproute2 uses target cflags
Mike Frysinger [Sat, 9 Oct 2004 18:49:09 +0000 (18:49 -0000)]
make sure iproute2 uses target cflags

20 years agoupdate make targets
Mike Frysinger [Sat, 9 Oct 2004 18:46:20 +0000 (18:46 -0000)]
update make targets

20 years agoallow people to enter target optimizations
Mike Frysinger [Sat, 9 Oct 2004 18:08:15 +0000 (18:08 -0000)]
allow people to enter target optimizations

20 years agoadd support for using busybox snapshot
Mike Frysinger [Sat, 9 Oct 2004 18:00:34 +0000 (18:00 -0000)]
add support for using busybox snapshot

20 years agoignore dl and patches dirs
Mike Frysinger [Sat, 9 Oct 2004 17:43:24 +0000 (17:43 -0000)]
ignore dl and patches dirs

20 years agopunt little .cvsignore too
Mike Frysinger [Sat, 9 Oct 2004 17:35:55 +0000 (17:35 -0000)]
punt little .cvsignore too

20 years agoupdate documentation a bit
Eric Andersen [Sat, 9 Oct 2004 06:27:44 +0000 (06:27 -0000)]
update documentation a bit

20 years agobump version to something existant on alpha.gnu.org
Eric Andersen [Sat, 9 Oct 2004 06:22:28 +0000 (06:22 -0000)]
bump version to something existant on alpha.gnu.org

20 years agofinal step in buildroot facelift
Eric Andersen [Sat, 9 Oct 2004 06:13:40 +0000 (06:13 -0000)]
final step in buildroot facelift

20 years agofacelift step number two
Eric Andersen [Sat, 9 Oct 2004 05:47:49 +0000 (05:47 -0000)]
facelift step number two

20 years agoAdd some seperators
Eric Andersen [Sat, 9 Oct 2004 05:33:05 +0000 (05:33 -0000)]
Add some seperators

20 years agoRemove obsolete references to SOURCE_DIR
Eric Andersen [Sat, 9 Oct 2004 05:28:18 +0000 (05:28 -0000)]
Remove obsolete references to SOURCE_DIR

20 years agoFix it so we once again build the target root_fs
Eric Andersen [Sat, 9 Oct 2004 04:46:15 +0000 (04:46 -0000)]
Fix it so we once again build the target root_fs

20 years agoFix it so we once again build the target root_fs
Eric Andersen [Sat, 9 Oct 2004 04:34:21 +0000 (04:34 -0000)]
Fix it so we once again build the target root_fs

20 years agoRemove references to the obsolete SOURCE_DIR
Eric Andersen [Sat, 9 Oct 2004 04:15:52 +0000 (04:15 -0000)]
Remove references to the obsolete SOURCE_DIR

20 years agoRemove obsolete reference to SOURCE_DIR
Eric Andersen [Sat, 9 Oct 2004 03:23:27 +0000 (03:23 -0000)]
Remove obsolete reference to SOURCE_DIR

20 years agoMove the STLport to 2.95 where it belongs
Eric Andersen [Sat, 9 Oct 2004 03:22:43 +0000 (03:22 -0000)]
Move the STLport to 2.95 where it belongs

20 years agofacelift step number two
Eric Andersen [Sat, 9 Oct 2004 02:49:33 +0000 (02:49 -0000)]
facelift step number two

20 years agoRemove the old 'make' directory, and populate the new 'package'
Eric Andersen [Sat, 9 Oct 2004 01:24:28 +0000 (01:24 -0000)]
Remove the old 'make' directory, and populate the new 'package'
directory.

20 years agoIt would help to include the package specific *.mk makefiles
Eric Andersen [Sat, 9 Oct 2004 01:07:45 +0000 (01:07 -0000)]
It would help to include the package specific *.mk makefiles

20 years agoMajor buildroot facelift, step one.
Eric Andersen [Sat, 9 Oct 2004 01:06:03 +0000 (01:06 -0000)]
Major buildroot facelift, step one.
 -Erik

20 years agoprune info/man pages
Mike Frysinger [Fri, 8 Oct 2004 21:51:44 +0000 (21:51 -0000)]
prune info/man pages

20 years agoupdate python ... this one should work a lot better than the old one
Mike Frysinger [Fri, 8 Oct 2004 21:48:43 +0000 (21:48 -0000)]
update python ... this one should work a lot better than the old one

20 years agomake sure we quote cflags
Mike Frysinger [Fri, 8 Oct 2004 21:11:14 +0000 (21:11 -0000)]
make sure we quote cflags

20 years agomake sure build uses $TARGET_CFLAGS and the install works
Mike Frysinger [Fri, 8 Oct 2004 21:07:31 +0000 (21:07 -0000)]
make sure build uses $TARGET_CFLAGS and the install works

20 years agonew debian patch
Mike Frysinger [Fri, 8 Oct 2004 20:49:07 +0000 (20:49 -0000)]
new debian patch

20 years agonew version and use a variable to hold the version
Mike Frysinger [Fri, 8 Oct 2004 20:21:05 +0000 (20:21 -0000)]
new version and use a variable to hold the version

20 years agouse $(DISABLE_NLS) instead of --disable-nls
Mike Frysinger [Fri, 8 Oct 2004 20:11:54 +0000 (20:11 -0000)]
use $(DISABLE_NLS) instead of --disable-nls

20 years agodelete file rather than letting the makefile try to do it
Mike Frysinger [Fri, 8 Oct 2004 20:10:56 +0000 (20:10 -0000)]
delete file rather than letting the makefile try to do it

20 years agoadd -pipe to default CFLAGS
Mike Frysinger [Fri, 8 Oct 2004 20:09:09 +0000 (20:09 -0000)]
add -pipe to default CFLAGS

20 years agowget !
Mike Frysinger [Fri, 8 Oct 2004 20:08:26 +0000 (20:08 -0000)]
wget !

20 years agonew version of less and make sure the build uses $TARGET_CFLAGS
Mike Frysinger [Fri, 8 Oct 2004 19:24:54 +0000 (19:24 -0000)]
new version of less and make sure the build uses $TARGET_CFLAGS

20 years agoclean up and use a newer version that actually cross compiles :)
Mike Frysinger [Fri, 8 Oct 2004 18:20:15 +0000 (18:20 -0000)]
clean up and use a newer version that actually cross compiles :)

20 years agonew strace
Mike Frysinger [Fri, 8 Oct 2004 18:04:26 +0000 (18:04 -0000)]
new strace

20 years agonew version of sed
Mike Frysinger [Fri, 8 Oct 2004 18:02:45 +0000 (18:02 -0000)]
new version of sed

20 years agouse variable to hold version
Mike Frysinger [Fri, 8 Oct 2004 18:02:37 +0000 (18:02 -0000)]
use variable to hold version

20 years agonano!
Mike Frysinger [Fri, 8 Oct 2004 18:00:32 +0000 (18:00 -0000)]
nano!

20 years agodistcc ebuild
Mike Frysinger [Fri, 8 Oct 2004 17:34:51 +0000 (17:34 -0000)]
distcc ebuild

20 years agonew version of procps
Mike Frysinger [Fri, 8 Oct 2004 17:32:14 +0000 (17:32 -0000)]
new version of procps

20 years agonew version of findutils
Mike Frysinger [Fri, 8 Oct 2004 17:29:47 +0000 (17:29 -0000)]
new version of findutils

20 years agonew version out
Mike Frysinger [Fri, 8 Oct 2004 16:03:22 +0000 (16:03 -0000)]
new version out

20 years agoupdate so that it actually works ;)
Mike Frysinger [Fri, 8 Oct 2004 16:00:05 +0000 (16:00 -0000)]
update so that it actually works ;)

20 years agoupdate make targets to reflect new build system
Mike Frysinger [Fri, 8 Oct 2004 15:49:42 +0000 (15:49 -0000)]
update make targets to reflect new build system

20 years agodont hardcode version #, use a variable
Mike Frysinger [Fri, 8 Oct 2004 15:46:00 +0000 (15:46 -0000)]
dont hardcode version #, use a variable

20 years agoupdate dnsmasq since older one doesnt exist and had security issues
Mike Frysinger [Fri, 8 Oct 2004 15:45:13 +0000 (15:45 -0000)]
update dnsmasq since older one doesnt exist and had security issues

20 years agomove hardcoded version number into 1 variable and update to 1.2.1
Mike Frysinger [Fri, 8 Oct 2004 15:35:45 +0000 (15:35 -0000)]
move hardcoded version number into 1 variable and update to 1.2.1

20 years agomake sure sh4 headers get setup properly
Mike Frysinger [Fri, 8 Oct 2004 15:28:30 +0000 (15:28 -0000)]
make sure sh4 headers get setup properly

20 years agoi dont have mkfs.jffs2 on my system so stop complaining you cant find it
Mike Frysinger [Fri, 8 Oct 2004 14:07:55 +0000 (14:07 -0000)]
i dont have mkfs.jffs2 on my system so stop complaining you cant find it

20 years agoAvoid naming conflicts with 'linux' target
Eric Andersen [Tue, 5 Oct 2004 07:16:53 +0000 (07:16 -0000)]
Avoid naming conflicts with 'linux' target

20 years agoAlways use kernel-headers.
Eric Andersen [Tue, 5 Oct 2004 07:10:07 +0000 (07:10 -0000)]
Always use kernel-headers.

20 years agoAdd the new binutils and gdb, but don't make them defaults since I haven't
Manuel Novoa III [Thu, 30 Sep 2004 01:08:50 +0000 (01:08 -0000)]
Add the new binutils and gdb, but don't make them defaults since I haven't
really tested them yet.

20 years agoSupport latest gdb release (untested).
Manuel Novoa III [Thu, 30 Sep 2004 01:00:37 +0000 (01:00 -0000)]
Support latest gdb release (untested).

20 years agoSupport latest binutils release.
Manuel Novoa III [Thu, 30 Sep 2004 00:58:39 +0000 (00:58 -0000)]
Support latest binutils release.

20 years agoFix ld/emultempl/elf32.em. Found by vapier.
Manuel Novoa III [Thu, 30 Sep 2004 00:57:12 +0000 (00:57 -0000)]
Fix ld/emultempl/elf32.em.  Found by vapier.

20 years agoDon't include glibc symbol versions in libgcc.
Manuel Novoa III [Thu, 30 Sep 2004 00:54:44 +0000 (00:54 -0000)]
Don't include glibc symbol versions in libgcc.
Replace mips delay slot patch with upstream fix.
Backport gcc typo fix from cvs to fix powerpc builds with newer binutils.

20 years agoFix some config issues.
Manuel Novoa III [Thu, 30 Sep 2004 00:51:53 +0000 (00:51 -0000)]
Fix some config issues.

20 years agoDon't build libfloat unless we're using gcc 3.3.x.
Manuel Novoa III [Thu, 30 Sep 2004 00:50:50 +0000 (00:50 -0000)]
Don't build libfloat unless we're using gcc 3.3.x.

20 years agomkdir can fail
Tim Riker [Mon, 27 Sep 2004 18:40:39 +0000 (18:40 -0000)]
mkdir can fail

20 years agomkdir can fail
Tim Riker [Mon, 27 Sep 2004 18:31:57 +0000 (18:31 -0000)]
mkdir can fail

20 years agows
Tim Riker [Mon, 27 Sep 2004 17:34:36 +0000 (17:34 -0000)]
ws

20 years agoDefault to 2.4.27 kernel headers
Eric Andersen [Wed, 22 Sep 2004 17:07:07 +0000 (17:07 -0000)]
Default to 2.4.27 kernel headers