Commit Graph

1826 Commits (976366b929878f242445d626f50009d6fe47d677)

Author SHA1 Message Date
Eric Andersen 976366b929 use cannonical source location 2006-10-09 21:09:20 +00:00
Eric Andersen 8531fbd55c use http for kernel.org 2006-10-09 21:08:56 +00:00
Bernhard Reutner-Fischer e9e73bb4ae - we need to pass ARCH to the kernel; The kernel does not have a table to
normalize the passed in ARCH, from the looks, so we have to normalize it manually. XXX: FIXME upstream via a simple shell script like the cc-checks!
  FIXME: flesh this out..
2006-10-09 16:13:12 +00:00
Peter Korsgaard 7c24ceac53 Bump version (patch by Fredrik Roubert) 2006-10-09 11:53:10 +00:00
Bernhard Reutner-Fischer 3cafac18a1 - use headers_install for full kernel tarballs used as kernel-headers 2006-10-09 11:41:34 +00:00
Mike Frysinger 8e6f27335b remove duplicate/invalid options in choice 2006-10-07 06:28:23 +00:00
Bernhard Reutner-Fischer cdc5d26b1c - passing the target arch in isn't useful 2006-10-06 13:02:11 +00:00
Bernhard Reutner-Fischer 5022f39544 - be gentle to vi syntax color mode 2006-10-06 13:01:29 +00:00
Bernhard Reutner-Fischer 180bc5941a - jffs2 requires the mtd package for the mtd-host tools. 2006-10-06 13:00:57 +00:00
Bernhard Reutner-Fischer 30680d7b70 - use the HOSTCC given by the user. 2006-10-06 12:59:33 +00:00
Bernhard Reutner-Fischer 2ce4d98fad - use the HOSTCC for building host-tools. 2006-10-03 14:11:12 +00:00
Bernhard Reutner-Fischer 2d1ab08716 - late binding isn't a good idea there, i did end up with an empty SOURCE. 2006-10-03 13:42:42 +00:00
Eric Andersen 6b48b48034 add a know to enable/disable building a shared libgcc 2006-10-02 19:40:44 +00:00
Eric Andersen ea85352bfb 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
2006-10-02 18:52:14 +00:00
Eric Andersen 4c2a4485d1 escape the wildcard 2006-10-02 18:40:42 +00:00
Eric Andersen a71efa13ec 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.
2006-10-02 18:25:37 +00:00
Bernhard Reutner-Fischer 6fe5f48cbf - add missing hung from the BR2_ZCAT introduction 2006-10-01 18:34:45 +00:00
Bernhard Reutner-Fischer 6342c83201 - 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)
2006-10-01 15:17:52 +00:00
Bernhard Reutner-Fischer 859b9137fd - add BR2_ZCAT in preparation of fixing bug #971 2006-10-01 15:07:45 +00:00
Mike Frysinger 076c575e82 tidy up 2006-09-30 23:49:09 +00:00
Bernhard Reutner-Fischer e4a303dd69 - 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.
2006-09-30 21:08:56 +00:00
Bernhard Reutner-Fischer 35eecb2319 - add stubs for gmp and mpfr
not yet enabled
2006-09-28 17:38:06 +00:00
Bernhard Reutner-Fischer 2f85174dbf - bump version 2006-09-28 14:26:32 +00:00
Bernhard Reutner-Fischer 7e472ca29c - add possibility to use a 2.6.18 (full) kernel tarball for the libc-headers. 2006-09-28 12:51:25 +00:00
Bernhard Reutner-Fischer 9ecac1185e - rediff against current trunk.
Now compiles again if locale is turned off..
2006-09-28 10:35:12 +00:00
Bernhard Reutner-Fischer 503b91073a - rediff against current trunk 2006-09-28 10:30:29 +00:00
Peter Korsgaard 577278c538 Network block device package (client only) 2006-09-28 10:19:43 +00:00
Mike Frysinger a46a87d493 2.17.50.0.5 ver bump 2006-09-27 22:48:57 +00:00
Mike Frysinger c00307de5a help if we had the patches for the new version 2006-09-27 22:44:48 +00:00
Peter Korsgaard 9406462fed make 3.80 doesn't understand 'else ifeq(..)'
Reported by Jeff Rhyason.
2006-09-27 18:17:31 +00:00
Peter Korsgaard 11713c7535 Don't disable tcl twice 2006-09-27 05:44:10 +00:00
Peter Korsgaard dfa4f83783 sqlite package, based on gumstix 2006-09-26 16:01:07 +00:00
Peter Korsgaard bc45a9b966 The target is readline-target, not readline_target 2006-09-26 15:56:03 +00:00
Peter Korsgaard dd510c2b69 Proper !i386 cross compilation support 2006-09-26 12:48:43 +00:00
Peter Korsgaard 990fee63fc Set 0.9.28 floating point mode according to BR2_SOFT_FLOAT 2006-09-25 14:28:54 +00:00
Peter Korsgaard 841f8e9539 depend instead of select on zlib/png to shut up Kconfig warning
(doesn't change anything as xorg already depends on them)
2006-09-25 13:37:13 +00:00
Peter Korsgaard 0d0b98727d GRUB package is called BR2_TARGET_GRUB 2006-09-25 12:35:27 +00:00
Peter Korsgaard 388e17a855 Valgrind works on PPC and AMD64 as well nowadays.
Use Kconfig to ensure valgrind can only be enabled on supported archs.
2006-09-25 08:48:47 +00:00
Peter Korsgaard 283c9b35bc Bump version 2006-09-25 07:27:46 +00:00
Mike Frysinger 7012a996b3 patch is incorrect; we do not want to ignore comments while in #NO_APP mode 2006-09-24 21:29:13 +00:00
Mike Frysinger 0a2dceb397 ver bump 2006-09-24 21:28:52 +00:00
Peter Korsgaard 775684a5ed fix big/little endian 2006-09-19 15:16:55 +00:00
Peter Korsgaard 564aac603d Don't copy static lib to TARGET_DIR 2006-09-19 14:56:21 +00:00
Peter Korsgaard 6bf74e4072 Add dillo package 2006-09-19 14:19:32 +00:00
Bernhard Reutner-Fischer 58ab28a9a6 - add missing include 2006-09-11 18:12:13 +00:00
Bernhard Reutner-Fischer 302ac099bb - repair deps. 2006-08-29 16:45:47 +00:00
Bernhard Reutner-Fischer 81de3bf5d6 - add lzma 2006-08-29 16:41:55 +00:00
Bernhard Reutner-Fischer 3ecba000c6 - bump version 2006-08-29 16:41:22 +00:00
Bernhard Reutner-Fischer b1221b25d1 - add package lzma 2006-08-29 16:40:38 +00:00
Bernhard Reutner-Fischer 43d38b341a - use cross strip instead of host strip; closes #773 2006-08-28 13:46:38 +00:00