Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - normalize KERNEL_ARCH via sed | Bernhard Reutner-Fischer | 2006-10-11 | 1 | -1/+6 |
| | |||||
* | new upstream version | Eric Andersen | 2006-10-09 | 1 | -1/+1 |
| | |||||
* | use cannonical source location | Eric Andersen | 2006-10-09 | 1 | -1/+1 |
| | |||||
* | use http for kernel.org | Eric Andersen | 2006-10-09 | 1 | -1/+1 |
| | |||||
* | - we need to pass ARCH to the kernel; The kernel does not have a table to | Bernhard Reutner-Fischer | 2006-10-09 | 1 | -1/+4 |
| | | | | | 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.. | ||||
* | Bump version (patch by Fredrik Roubert) | Peter Korsgaard | 2006-10-09 | 1 | -2/+2 |
| | |||||
* | - use headers_install for full kernel tarballs used as kernel-headers | Bernhard Reutner-Fischer | 2006-10-09 | 1 | -5/+30 |
| | |||||
* | remove duplicate/invalid options in choice | Mike Frysinger | 2006-10-07 | 1 | -3/+0 |
| | |||||
* | - passing the target arch in isn't useful | Bernhard Reutner-Fischer | 2006-10-06 | 1 | -1/+1 |
| | |||||
* | - be gentle to vi syntax color mode | Bernhard Reutner-Fischer | 2006-10-06 | 1 | -1/+1 |
| | |||||
* | - jffs2 requires the mtd package for the mtd-host tools. | Bernhard Reutner-Fischer | 2006-10-06 | 2 | -0/+2 |
| | |||||
* | - use the HOSTCC given by the user. | Bernhard Reutner-Fischer | 2006-10-06 | 1 | -1/+1 |
| | |||||
* | - use the HOSTCC for building host-tools. | Bernhard Reutner-Fischer | 2006-10-03 | 1 | -1/+1 |
| | |||||
* | - late binding isn't a good idea there, i did end up with an empty SOURCE. | Bernhard Reutner-Fischer | 2006-10-03 | 1 | -3/+3 |
| | |||||
* | add a know to enable/disable building a shared libgcc | Eric Andersen | 2006-10-02 | 2 | -4/+16 |
| | |||||
* | kill the separate 'uClibc.config-locale' file, which was generally left ↵ | Eric Andersen | 2006-10-02 | 2 | -190/+3 |
| | | | | | | | unmaintained and instead just update the installed uClibc config file in place to enable locale when selected | ||||
* | escape the wildcard | Eric Andersen | 2006-10-02 | 1 | -1/+1 |
| | |||||
* | Andrew E. Mileski writes: | Eric Andersen | 2006-10-02 | 1 | -1/+1 |
| | | | | | This looks like a typo to me. Without this patch, one ends up with "i386AArchitecture" being defined, which doesn't match anything. | ||||
* | - add missing hung from the BR2_ZCAT introduction | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -0/+2 |
| | |||||
* | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | 2006-10-01 | 109 | -115/+115 |
| | | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | ||||
* | - add BR2_ZCAT in preparation of fixing bug #971 | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -0/+10 |
| | |||||
* | tidy up | Mike Frysinger | 2006-09-30 | 10 | -48/+40 |
| | |||||
* | - fix bug #1042; Hardcoding system-paths is a bad idea. If some of them are not | Bernhard Reutner-Fischer | 2006-09-30 | 1 | -1/+1 |
| | | | | 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. | ||||
* | - add stubs for gmp and mpfr | Bernhard Reutner-Fischer | 2006-09-28 | 4 | -0/+243 |
| | | | | not yet enabled | ||||
* | - bump version | Bernhard Reutner-Fischer | 2006-09-28 | 1 | -1/+1 |
| | |||||
* | - add possibility to use a 2.6.18 (full) kernel tarball for the libc-headers. | Bernhard Reutner-Fischer | 2006-09-28 | 2 | -0/+17 |
| | |||||
* | - rediff against current trunk. | Bernhard Reutner-Fischer | 2006-09-28 | 1 | -21/+87 |
| | | | | Now compiles again if locale is turned off.. | ||||
* | - rediff against current trunk | Bernhard Reutner-Fischer | 2006-09-28 | 1 | -9/+9 |
| | |||||
* | Network block device package (client only) | Peter Korsgaard | 2006-09-28 | 3 | -0/+67 |
| | |||||
* | 2.17.50.0.5 ver bump | Mike Frysinger | 2006-09-27 | 6 | -0/+308 |
| | |||||
* | help if we had the patches for the new version | Mike Frysinger | 2006-09-27 | 5 | -0/+303 |
| | |||||
* | make 3.80 doesn't understand 'else ifeq(..)' | Peter Korsgaard | 2006-09-27 | 1 | -8/+16 |
| | | | | Reported by Jeff Rhyason. | ||||
* | Don't disable tcl twice | Peter Korsgaard | 2006-09-27 | 1 | -1/+0 |
| | |||||
* | sqlite package, based on gumstix | Peter Korsgaard | 2006-09-26 | 3 | -0/+82 |
| | |||||
* | The target is readline-target, not readline_target | Peter Korsgaard | 2006-09-26 | 1 | -1/+1 |
| | |||||
* | Proper !i386 cross compilation support | Peter Korsgaard | 2006-09-26 | 2 | -3/+42 |
| | |||||
* | Set 0.9.28 floating point mode according to BR2_SOFT_FLOAT | Peter Korsgaard | 2006-09-25 | 1 | -1/+3 |
| | |||||
* | depend instead of select on zlib/png to shut up Kconfig warning | Peter Korsgaard | 2006-09-25 | 1 | -2/+2 |
| | | | | (doesn't change anything as xorg already depends on them) | ||||
* | GRUB package is called BR2_TARGET_GRUB | Peter Korsgaard | 2006-09-25 | 1 | -1/+1 |
| | |||||
* | Valgrind works on PPC and AMD64 as well nowadays. | Peter Korsgaard | 2006-09-25 | 2 | -4/+1 |
| | | | | Use Kconfig to ensure valgrind can only be enabled on supported archs. | ||||
* | Bump version | Peter Korsgaard | 2006-09-25 | 1 | -2/+3 |
| | |||||
* | patch is incorrect; we do not want to ignore comments while in #NO_APP mode | Mike Frysinger | 2006-09-24 | 8 | -752/+0 |
| | |||||
* | ver bump | Mike Frysinger | 2006-09-24 | 2 | -93/+5 |
| | |||||
* | fix big/little endian | Peter Korsgaard | 2006-09-19 | 1 | -0/+6 |
| | |||||
* | Don't copy static lib to TARGET_DIR | Peter Korsgaard | 2006-09-19 | 1 | -4/+4 |
| | |||||
* | Add dillo package | Peter Korsgaard | 2006-09-19 | 3 | -0/+73 |
| | |||||
* | - add missing include | Bernhard Reutner-Fischer | 2006-09-11 | 1 | -1/+1 |
| | |||||
* | - repair deps. | Bernhard Reutner-Fischer | 2006-08-29 | 1 | -2/+2 |
| | |||||
* | - add lzma | Bernhard Reutner-Fischer | 2006-08-29 | 1 | -0/+1 |
| | |||||
* | - bump version | Bernhard Reutner-Fischer | 2006-08-29 | 2 | -2/+2 |
| |