buildroot.git
18 years ago- use the HOSTCC given by the user.
Bernhard Reutner-Fischer [Fri, 6 Oct 2006 12:59:33 +0000 (12:59 -0000)]
- use the HOSTCC given by the user.

18 years ago- use the HOSTCC for building host-tools.
Bernhard Reutner-Fischer [Tue, 3 Oct 2006 14:11:12 +0000 (14:11 -0000)]
- use the HOSTCC for building host-tools.

18 years ago- late binding isn't a good idea there, i did end up with an empty SOURCE.
Bernhard Reutner-Fischer [Tue, 3 Oct 2006 13:42:42 +0000 (13:42 -0000)]
- late binding isn't a good idea there, i did end up with an empty SOURCE.

18 years agoadd a know to enable/disable building a shared libgcc
Eric Andersen [Mon, 2 Oct 2006 19:40:44 +0000 (19:40 -0000)]
add a know to enable/disable building a shared libgcc

18 years agokill the separate 'uClibc.config-locale' file, which was generally left unmaintained
Eric Andersen [Mon, 2 Oct 2006 18:52:14 +0000 (18:52 -0000)]
kill the separate 'uClibc.config-locale' file, which was generally left unmaintained
and instead just update the installed uClibc config file in place to enable locale
when selected

18 years agoescape the wildcard
Eric Andersen [Mon, 2 Oct 2006 18:40:42 +0000 (18:40 -0000)]
escape the wildcard

18 years agoAndrew E. Mileski writes:
Eric Andersen [Mon, 2 Oct 2006 18:25:37 +0000 (18:25 -0000)]
Andrew E. Mileski writes:
This looks like a typo to me.  Without this patch, one ends up with
"i386AArchitecture" being defined, which doesn't match anything.

18 years ago- add missing hung from the BR2_ZCAT introduction
Bernhard Reutner-Fischer [Sun, 1 Oct 2006 18:34:45 +0000 (18:34 -0000)]
- add missing hung from the BR2_ZCAT introduction

18 years ago- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not...
Bernhard Reutner-Fischer [Sun, 1 Oct 2006 15:17:52 +0000 (15:17 -0000)]
- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971
  Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)

18 years ago- add BR2_ZCAT in preparation of fixing bug #971
Bernhard Reutner-Fischer [Sun, 1 Oct 2006 15:07:45 +0000 (15:07 -0000)]
- add BR2_ZCAT in preparation of fixing bug #971

18 years agotidy up
Mike Frysinger [Sat, 30 Sep 2006 23:49:09 +0000 (23:49 -0000)]
tidy up

18 years ago- fix bug #1042; Hardcoding system-paths is a bad idea. If some of them are not
Bernhard Reutner-Fischer [Sat, 30 Sep 2006 21:08:56 +0000 (21:08 -0000)]
- fix bug #1042; Hardcoding system-paths is a bad idea. If some of them are not
  in PATH seen by make then most likely for a very good reason. Set your PATH accordingly if you need /bin or /usr/local/bin et al.

18 years ago- add stubs for gmp and mpfr
Bernhard Reutner-Fischer [Thu, 28 Sep 2006 17:38:06 +0000 (17:38 -0000)]
- add stubs for gmp and mpfr
  not yet enabled

18 years ago- bump version
Bernhard Reutner-Fischer [Thu, 28 Sep 2006 14:26:32 +0000 (14:26 -0000)]
- bump version

18 years ago- add possibility to use a 2.6.18 (full) kernel tarball for the libc-headers.
Bernhard Reutner-Fischer [Thu, 28 Sep 2006 12:51:25 +0000 (12:51 -0000)]
- add possibility to use a 2.6.18 (full) kernel tarball for the libc-headers.

18 years ago- rediff against current trunk.
Bernhard Reutner-Fischer [Thu, 28 Sep 2006 10:35:12 +0000 (10:35 -0000)]
- rediff against current trunk.
  Now compiles again if locale is turned off..

18 years ago- rediff against current trunk
Bernhard Reutner-Fischer [Thu, 28 Sep 2006 10:30:29 +0000 (10:30 -0000)]
- rediff against current trunk

18 years agoNetwork block device package (client only)
Peter Korsgaard [Thu, 28 Sep 2006 10:19:43 +0000 (10:19 -0000)]
Network block device package (client only)

18 years ago2.17.50.0.5 ver bump
Mike Frysinger [Wed, 27 Sep 2006 22:48:57 +0000 (22:48 -0000)]
2.17.50.0.5 ver bump

18 years agohelp if we had the patches for the new version
Mike Frysinger [Wed, 27 Sep 2006 22:44:48 +0000 (22:44 -0000)]
help if we had the patches for the new version

18 years agomake 3.80 doesn't understand 'else ifeq(..)'
Peter Korsgaard [Wed, 27 Sep 2006 18:17:31 +0000 (18:17 -0000)]
make 3.80 doesn't understand 'else ifeq(..)'
Reported by Jeff Rhyason.

18 years agoDon't disable tcl twice
Peter Korsgaard [Wed, 27 Sep 2006 05:44:10 +0000 (05:44 -0000)]
Don't disable tcl twice

18 years agosqlite package, based on gumstix
Peter Korsgaard [Tue, 26 Sep 2006 16:01:07 +0000 (16:01 -0000)]
sqlite package, based on gumstix

18 years agoThe target is readline-target, not readline_target
Peter Korsgaard [Tue, 26 Sep 2006 15:56:03 +0000 (15:56 -0000)]
The target is readline-target, not readline_target

18 years agoProper !i386 cross compilation support
Peter Korsgaard [Tue, 26 Sep 2006 12:48:43 +0000 (12:48 -0000)]
Proper !i386 cross compilation support

18 years agoSet 0.9.28 floating point mode according to BR2_SOFT_FLOAT
Peter Korsgaard [Mon, 25 Sep 2006 14:28:54 +0000 (14:28 -0000)]
Set 0.9.28 floating point mode according to BR2_SOFT_FLOAT

18 years agodepend instead of select on zlib/png to shut up Kconfig warning
Peter Korsgaard [Mon, 25 Sep 2006 13:37:13 +0000 (13:37 -0000)]
depend instead of select on zlib/png to shut up Kconfig warning
(doesn't change anything as xorg already depends on them)

18 years agoGRUB package is called BR2_TARGET_GRUB
Peter Korsgaard [Mon, 25 Sep 2006 12:35:27 +0000 (12:35 -0000)]
GRUB package is called BR2_TARGET_GRUB

18 years agoValgrind works on PPC and AMD64 as well nowadays.
Peter Korsgaard [Mon, 25 Sep 2006 08:48:47 +0000 (08:48 -0000)]
Valgrind works on PPC and AMD64 as well nowadays.
Use Kconfig to ensure valgrind can only be enabled on supported archs.

18 years agoBump version
Peter Korsgaard [Mon, 25 Sep 2006 07:27:46 +0000 (07:27 -0000)]
Bump version

18 years agopatch is incorrect; we do not want to ignore comments while in #NO_APP mode
Mike Frysinger [Sun, 24 Sep 2006 21:29:13 +0000 (21:29 -0000)]
patch is incorrect; we do not want to ignore comments while in #NO_APP mode

18 years agover bump
Mike Frysinger [Sun, 24 Sep 2006 21:28:52 +0000 (21:28 -0000)]
ver bump

18 years agofix big/little endian
Peter Korsgaard [Tue, 19 Sep 2006 15:16:55 +0000 (15:16 -0000)]
fix big/little endian

18 years agoDon't copy static lib to TARGET_DIR
Peter Korsgaard [Tue, 19 Sep 2006 14:56:21 +0000 (14:56 -0000)]
Don't copy static lib to TARGET_DIR

18 years agoAdd dillo package
Peter Korsgaard [Tue, 19 Sep 2006 14:19:32 +0000 (14:19 -0000)]
Add dillo package

18 years ago- add missing include
Bernhard Reutner-Fischer [Mon, 11 Sep 2006 18:12:13 +0000 (18:12 -0000)]
- add missing include

18 years ago- repair deps.
Bernhard Reutner-Fischer [Tue, 29 Aug 2006 16:45:47 +0000 (16:45 -0000)]
- repair deps.

18 years ago- add lzma
Bernhard Reutner-Fischer [Tue, 29 Aug 2006 16:41:55 +0000 (16:41 -0000)]
- add lzma

18 years ago- bump version
Bernhard Reutner-Fischer [Tue, 29 Aug 2006 16:41:22 +0000 (16:41 -0000)]
- bump version

18 years ago- add package lzma
Bernhard Reutner-Fischer [Tue, 29 Aug 2006 16:40:38 +0000 (16:40 -0000)]
- add package lzma

18 years ago- use cross strip instead of host strip; closes #773
Bernhard Reutner-Fischer [Mon, 28 Aug 2006 13:46:38 +0000 (13:46 -0000)]
- use cross strip instead of host strip; closes #773

18 years ago- add rope-index patch, updated for 4.2.0
Bernhard Reutner-Fischer [Mon, 28 Aug 2006 11:39:05 +0000 (11:39 -0000)]
- add rope-index patch, updated for 4.2.0

18 years agoAdd an sh64 target to buildroot.
Paul Mundt [Mon, 28 Aug 2006 06:52:43 +0000 (06:52 -0000)]
Add an sh64 target to buildroot.

18 years agoDon Reid writes:
Eric Andersen [Fri, 25 Aug 2006 02:43:15 +0000 (02:43 -0000)]
Don Reid writes:
It looks like the linux binary is just used if a system map file cannot
be found.  So I changed the make file to remove it.

18 years agofixup lsof so it will apply patches, and compile when rpc is disabled
Eric Andersen [Fri, 25 Aug 2006 02:13:46 +0000 (02:13 -0000)]
fixup lsof so it will apply patches, and compile when rpc is disabled

18 years ago- update to 2.0.0 and correct site.
Bernhard Reutner-Fischer [Thu, 24 Aug 2006 22:00:36 +0000 (22:00 -0000)]
- update to 2.0.0 and correct site.

18 years ago- update to 1.02.09
Bernhard Reutner-Fischer [Thu, 24 Aug 2006 21:46:57 +0000 (21:46 -0000)]
- update to 1.02.09

18 years ago- make sure that the prerequisites of 'make busybox-menuconfig' are met
Bernhard Reutner-Fischer [Thu, 24 Aug 2006 19:48:31 +0000 (19:48 -0000)]
- make sure that the prerequisites of 'make busybox-menuconfig' are met

18 years ago- remove patch that was already applied upstream
Bernhard Reutner-Fischer [Thu, 24 Aug 2006 19:46:55 +0000 (19:46 -0000)]
- remove patch that was already applied upstream

18 years ago- adjust to current snapshot
Bernhard Reutner-Fischer [Thu, 24 Aug 2006 19:45:47 +0000 (19:45 -0000)]
- adjust to current snapshot

18 years ago- pickup the PATH the user has set.
Bernhard Reutner-Fischer [Thu, 24 Aug 2006 19:35:47 +0000 (19:35 -0000)]
- pickup the PATH the user has set.
  Fixes HOSTCC et al being installed in e.g. /opt where it wasn't found before.

18 years agoadd URL for binutils 2.17 #1002
Mike Frysinger [Thu, 24 Aug 2006 03:40:11 +0000 (03:40 -0000)]
add URL for binutils 2.17 #1002

18 years agomkfs.jffs2 doesn't like short form of pad option with arg
Peter Korsgaard [Tue, 22 Aug 2006 08:03:19 +0000 (08:03 -0000)]
mkfs.jffs2 doesn't like short form of pad option with arg

18 years agoBump to upstream v3.1
Peter Korsgaard [Mon, 21 Aug 2006 07:24:22 +0000 (07:24 -0000)]
Bump to upstream v3.1

18 years agoUse http. Add support for building cross depmod for 2.6 kernels.
Eric Andersen [Thu, 10 Aug 2006 21:00:23 +0000 (21:00 -0000)]
Use http.  Add support for building cross depmod for 2.6 kernels.
Don't hard code version numbers all over the place.

18 years agocomparing $(ARCH) vs i.e. i386 isn't going to work when ARCH=i486 etc.
Eric Andersen [Thu, 10 Aug 2006 20:58:14 +0000 (20:58 -0000)]
comparing $(ARCH) vs i.e. i386 isn't going to work when ARCH=i486 etc.
Need to instead compare vs BR2_i386 and friends.

18 years agoupdate valgrind to the latest and greatest, forward port my patches.
Eric Andersen [Thu, 10 Aug 2006 20:21:33 +0000 (20:21 -0000)]
update valgrind to the latest and greatest, forward port my patches.
Mental note: submit upstream

18 years agorework hotplug with a customized version not dependant on kernel sources
Eric Andersen [Thu, 10 Aug 2006 20:08:31 +0000 (20:08 -0000)]
rework hotplug with a customized version not dependant on kernel sources

18 years agoAdd support for mklibs (strips unused syms from shared libs such as uClibc)
Eric Andersen [Wed, 2 Aug 2006 21:19:09 +0000 (21:19 -0000)]
Add support for mklibs (strips unused syms from shared libs such as uClibc)
based on a patch from akvadrako, and using a version of mklibs.py that was
massively hacked up by andersee and mjn3 for uClibc support.

18 years agoBump to upstream v1.2.1
Peter Korsgaard [Mon, 31 Jul 2006 16:01:15 +0000 (16:01 -0000)]
Bump to upstream v1.2.1

18 years agoStupid make needs tabs. Fix broken whitespace
Eric Andersen [Thu, 27 Jul 2006 18:30:24 +0000 (18:30 -0000)]
Stupid make needs tabs.  Fix broken whitespace

18 years agopatch from Biucchi Gabriele:
Eric Andersen [Wed, 26 Jul 2006 19:11:36 +0000 (19:11 -0000)]
patch from Biucchi Gabriele:
Some programs (like rxvt) need x-includes and x-libraries in
$(STAGING_DIR)/usr/X11R6/ , but tinyx.mk does not install anything there.
copy everything from $(TINYX_DIR)/exports/ into $(STAGING_DIR)/usr/X11R6/

18 years agolet X figure out the correct mouse protocol
Eric Andersen [Fri, 21 Jul 2006 03:29:50 +0000 (03:29 -0000)]
let X figure out the correct mouse protocol

18 years agorxvt switched to sourceforge years ago... Fix things up so
Eric Andersen [Thu, 20 Jul 2006 22:50:22 +0000 (22:50 -0000)]
rxvt switched to sourceforge years ago...  Fix things up so
that rxvt actually builds and runs...

18 years agofix build and add some basic setup so it can run
Eric Andersen [Thu, 20 Jul 2006 22:46:15 +0000 (22:46 -0000)]
fix build and add some basic setup so it can run

18 years agover bump to 0.14.6
Mike Frysinger [Thu, 20 Jul 2006 00:06:52 +0000 (00:06 -0000)]
ver bump to 0.14.6

18 years agover bump #958 by bowerymarc
Mike Frysinger [Wed, 19 Jul 2006 23:56:33 +0000 (23:56 -0000)]
ver bump #958 by bowerymarc

18 years agover bump #962 by bowerymarc
Mike Frysinger [Wed, 19 Jul 2006 23:53:59 +0000 (23:53 -0000)]
ver bump #962 by bowerymarc

18 years agooops
Eric Andersen [Wed, 19 Jul 2006 17:51:12 +0000 (17:51 -0000)]
oops

18 years agominor dependancy cleanup
Eric Andersen [Wed, 19 Jul 2006 06:37:58 +0000 (06:37 -0000)]
minor dependancy cleanup

18 years agofix fallback case so dependancies work as expected
Eric Andersen [Wed, 19 Jul 2006 00:06:06 +0000 (00:06 -0000)]
fix fallback case so dependancies work as expected

18 years agotrivial cosmetic stuff
Eric Andersen [Tue, 18 Jul 2006 23:54:31 +0000 (23:54 -0000)]
trivial cosmetic stuff

18 years agoconfiguring uClibc depends on first having kernel headers in place
Eric Andersen [Tue, 18 Jul 2006 23:43:58 +0000 (23:43 -0000)]
configuring uClibc depends on first having kernel headers in place

18 years agostick an extra blank line after results
Eric Andersen [Tue, 18 Jul 2006 23:42:03 +0000 (23:42 -0000)]
stick an extra blank line after results

18 years agoput sed check in the correct place
Eric Andersen [Tue, 18 Jul 2006 23:39:39 +0000 (23:39 -0000)]
put sed check in the correct place

18 years agomove TAR_OPTIONS to its rightful place
Eric Andersen [Tue, 18 Jul 2006 22:58:58 +0000 (22:58 -0000)]
move TAR_OPTIONS to its rightful place

18 years agofixup patch
Eric Andersen [Tue, 18 Jul 2006 09:13:13 +0000 (09:13 -0000)]
fixup patch

18 years agofixup build dependancies and such
Eric Andersen [Tue, 18 Jul 2006 08:53:30 +0000 (08:53 -0000)]
fixup build dependancies and such

18 years agochange paths so glib-config uses the correct path for
Eric Andersen [Tue, 18 Jul 2006 07:59:29 +0000 (07:59 -0000)]
change paths so glib-config uses the correct path for
the cross compiled libglib and include files

18 years agofixup some build and dependancy problems.
Eric Andersen [Tue, 18 Jul 2006 07:19:10 +0000 (07:19 -0000)]
fixup some build and dependancy problems.

18 years agofix whitespace
Mike Frysinger [Mon, 17 Jul 2006 03:53:12 +0000 (03:53 -0000)]
fix whitespace

18 years agopunt prereleases (2.15.97->2.16, 2.16.9[34]->2.17)
Mike Frysinger [Mon, 17 Jul 2006 03:38:40 +0000 (03:38 -0000)]
punt prereleases (2.15.97->2.16, 2.16.9[34]->2.17)

18 years agoversion bump
Mike Frysinger [Mon, 17 Jul 2006 01:48:05 +0000 (01:48 -0000)]
version bump

18 years agoSigh.
Rob Landley [Sun, 16 Jul 2006 22:14:03 +0000 (22:14 -0000)]
Sigh.

18 years agoprplague suggested mentioning the mailing list on the news page.
Rob Landley [Sun, 16 Jul 2006 19:48:44 +0000 (19:48 -0000)]
prplague suggested mentioning the mailing list on the news page.

18 years agoMake the links actually point to the _buildroot_ list...
Rob Landley [Fri, 14 Jul 2006 20:23:06 +0000 (20:23 -0000)]
Make the links actually point to the _buildroot_ list...

18 years agoPlausible deniability.
Rob Landley [Fri, 14 Jul 2006 20:01:58 +0000 (20:01 -0000)]
Plausible deniability.

18 years agoyet another fix for yet another cross depmod endianness problem
Eric Andersen [Thu, 13 Jul 2006 17:26:01 +0000 (17:26 -0000)]
yet another fix for yet another cross depmod endianness problem

18 years agodisable sdl build
Eric Andersen [Mon, 10 Jul 2006 22:28:09 +0000 (22:28 -0000)]
disable sdl build

18 years agochange things so menuconfig wont complain about circular deps
Eric Andersen [Mon, 10 Jul 2006 22:18:35 +0000 (22:18 -0000)]
change things so menuconfig wont complain about circular deps

18 years agoremove junk, bump version, and generally clean things up
Eric Andersen [Mon, 10 Jul 2006 22:17:48 +0000 (22:17 -0000)]
remove junk, bump version, and generally clean things up

18 years agoadd support for dmraid soft raid handling
Eric Andersen [Mon, 10 Jul 2006 22:09:37 +0000 (22:09 -0000)]
add support for dmraid soft raid handling

18 years agoadd support for gtk+ version 1.2
Eric Andersen [Mon, 10 Jul 2006 22:06:45 +0000 (22:06 -0000)]
add support for gtk+ version 1.2

18 years agofix url, fixup compile and install
Eric Andersen [Mon, 10 Jul 2006 22:06:11 +0000 (22:06 -0000)]
fix url, fixup compile and install

18 years agofixup some dependancies
Eric Andersen [Mon, 10 Jul 2006 22:04:29 +0000 (22:04 -0000)]
fixup some dependancies

18 years agoprevent up circular deps by preventing both from being enabled concurrently
Eric Andersen [Sun, 9 Jul 2006 04:54:00 +0000 (04:54 -0000)]
prevent up circular deps by preventing both from being enabled concurrently

18 years agowhy install it if we immediately delete it. Makes no sense
Eric Andersen [Sun, 9 Jul 2006 00:39:39 +0000 (00:39 -0000)]
why install it if we immediately delete it.  Makes no sense

18 years agofix dependancy
Eric Andersen [Sun, 9 Jul 2006 00:38:38 +0000 (00:38 -0000)]
fix dependancy

18 years agofixup xorg compile -- it now at least compiles and runs for me on x86
Eric Andersen [Sat, 8 Jul 2006 23:58:02 +0000 (23:58 -0000)]
fixup xorg compile -- it now at least compiles and runs for me on x86

18 years agofix broken libpng compile -- malloc was being handled incorrectly
Eric Andersen [Sat, 8 Jul 2006 23:56:47 +0000 (23:56 -0000)]
fix broken libpng compile -- malloc was being handled incorrectly
when cross compiling