Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-17 | - bump version and pass the target cflags in properly (at least for most of the | Bernhard Reutner-Fischer | |
tools. Needs fixing upstream). | |||
2006-11-17 | - I had to apply this patch to get it to build with a uClibc-snapshot.. | Bernhard Reutner-Fischer | |
2006-11-17 | - that version didn't build for me. | Bernhard Reutner-Fischer | |
Update version and make it compile.. | |||
2006-11-17 | - Typo fix: copy headers to the correct location on the target. | Bernhard Reutner-Fischer | |
2006-11-17 | - bump version | Bernhard Reutner-Fischer | |
2006-11-17 | - newer busyboxen want CROSS_COMPILE rather than the old CROSS. | Bernhard Reutner-Fischer | |
2006-11-17 | - check if busybox' Rules.mak exists. | Bernhard Reutner-Fischer | |
- add target dirs to ensure that all required dirs do exist so make busybox-menuconfig works in a pristine checkout. | |||
2006-11-04 | - Patch from Thomas Lundquist to support lzma compressed ext2 rootfs. | Bernhard Reutner-Fischer | |
2006-11-03 | fix use of BUILD_WITH_LARGEFILE to properly | Eric Andersen | |
refer to BR2_LARGEFILE | |||
2006-10-25 | Bump to upstream v1.2.2 | Peter Korsgaard | |
2006-10-17 | we use BR2_ENABLE_LOCALE not ENABLE_LOCALE | Eric Andersen | |
2006-10-14 | fix CrossCompileDir (patch by Andrew E. Milesk) | Peter Korsgaard | |
2006-10-09 | new upstream version | Eric Andersen | |
2006-10-09 | use cannonical source location | Eric Andersen | |
2006-10-09 | use http for kernel.org | Eric Andersen | |
2006-10-09 | Bump version (patch by Fredrik Roubert) | Peter Korsgaard | |
2006-10-07 | remove duplicate/invalid options in choice | Mike Frysinger | |
2006-10-06 | - passing the target arch in isn't useful | Bernhard Reutner-Fischer | |
2006-10-06 | - be gentle to vi syntax color mode | Bernhard Reutner-Fischer | |
2006-10-06 | - jffs2 requires the mtd package for the mtd-host tools. | Bernhard Reutner-Fischer | |
2006-10-03 | - use the HOSTCC for building host-tools. | Bernhard Reutner-Fischer | |
2006-10-03 | - late binding isn't a good idea there, i did end up with an empty SOURCE. | Bernhard Reutner-Fischer | |
2006-10-02 | escape the wildcard | Eric Andersen | |
2006-10-02 | Andrew E. Mileski writes: | Eric Andersen | |
This looks like a typo to me. Without this patch, one ends up with "i386AArchitecture" being defined, which doesn't match anything. | |||
2006-10-01 | - add missing hung from the BR2_ZCAT introduction | Bernhard Reutner-Fischer | |
2006-10-01 | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | |
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | |||
2006-09-30 | - fix bug #1042; Hardcoding system-paths is a bad idea. If some of them are not | Bernhard Reutner-Fischer | |
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-28 | - add stubs for gmp and mpfr | Bernhard Reutner-Fischer | |
not yet enabled | |||
2006-09-28 | - bump version | Bernhard Reutner-Fischer | |
2006-09-28 | Network block device package (client only) | Peter Korsgaard | |
2006-09-27 | make 3.80 doesn't understand 'else ifeq(..)' | Peter Korsgaard | |
Reported by Jeff Rhyason. | |||
2006-09-27 | Don't disable tcl twice | Peter Korsgaard | |
2006-09-26 | sqlite package, based on gumstix | Peter Korsgaard | |
2006-09-26 | The target is readline-target, not readline_target | Peter Korsgaard | |
2006-09-26 | Proper !i386 cross compilation support | Peter Korsgaard | |
2006-09-25 | depend instead of select on zlib/png to shut up Kconfig warning | Peter Korsgaard | |
(doesn't change anything as xorg already depends on them) | |||
2006-09-25 | Valgrind works on PPC and AMD64 as well nowadays. | Peter Korsgaard | |
Use Kconfig to ensure valgrind can only be enabled on supported archs. | |||
2006-09-25 | Bump version | Peter Korsgaard | |
2006-09-19 | fix big/little endian | Peter Korsgaard | |
2006-09-19 | Don't copy static lib to TARGET_DIR | Peter Korsgaard | |
2006-09-19 | Add dillo package | Peter Korsgaard | |
2006-08-29 | - repair deps. | Bernhard Reutner-Fischer | |
2006-08-29 | - add lzma | Bernhard Reutner-Fischer | |
2006-08-29 | - bump version | Bernhard Reutner-Fischer | |
2006-08-29 | - add package lzma | Bernhard Reutner-Fischer | |
2006-08-28 | - use cross strip instead of host strip; closes #773 | Bernhard Reutner-Fischer | |
2006-08-25 | Don Reid writes: | Eric Andersen | |
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. | |||
2006-08-25 | fixup lsof so it will apply patches, and compile when rpc is disabled | Eric Andersen | |
2006-08-24 | - update to 2.0.0 and correct site. | Bernhard Reutner-Fischer | |
2006-08-24 | - update to 1.02.09 | Bernhard Reutner-Fischer | |