Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -0/+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 |
| | |||||
* | 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 | 99 | -104/+104 |
| | | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | ||||
* | - 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 |
| | |||||
* | Network block device package (client only) | Peter Korsgaard | 2006-09-28 | 3 | -0/+67 |
| | |||||
* | 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 |
| | |||||
* | 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) | ||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | - 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 |
| | |||||
* | - add package lzma | Bernhard Reutner-Fischer | 2006-08-29 | 3 | -0/+109 |
| | |||||
* | - use cross strip instead of host strip; closes #773 | Bernhard Reutner-Fischer | 2006-08-28 | 1 | -2/+2 |
| | |||||
* | Don Reid writes: | Eric Andersen | 2006-08-25 | 1 | -1/+0 |
| | | | | | 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. | ||||
* | fixup lsof so it will apply patches, and compile when rpc is disabled | Eric Andersen | 2006-08-25 | 2 | -0/+19 |
| | |||||
* | - update to 2.0.0 and correct site. | Bernhard Reutner-Fischer | 2006-08-24 | 1 | -2/+2 |
| | |||||
* | - update to 1.02.09 | Bernhard Reutner-Fischer | 2006-08-24 | 1 | -2/+2 |
| | |||||
* | - make sure that the prerequisites of 'make busybox-menuconfig' are met | Bernhard Reutner-Fischer | 2006-08-24 | 1 | -1/+1 |
| | |||||
* | - pickup the PATH the user has set. | Bernhard Reutner-Fischer | 2006-08-24 | 1 | -1/+1 |
| | | | | Fixes HOSTCC et al being installed in e.g. /opt where it wasn't found before. | ||||
* | Use http. Add support for building cross depmod for 2.6 kernels. | Eric Andersen | 2006-08-10 | 1 | -6/+45 |
| | | | | Don't hard code version numbers all over the place. | ||||
* | comparing $(ARCH) vs i.e. i386 isn't going to work when ARCH=i486 etc. | Eric Andersen | 2006-08-10 | 1 | -6/+6 |
| | | | | Need to instead compare vs BR2_i386 and friends. | ||||
* | update valgrind to the latest and greatest, forward port my patches. | Eric Andersen | 2006-08-10 | 2 | -115/+186 |
| | | | | Mental note: submit upstream | ||||
* | rework hotplug with a customized version not dependant on kernel sources | Eric Andersen | 2006-08-10 | 3 | -40/+5 |
| | |||||
* | Bump to upstream v1.2.1 | Peter Korsgaard | 2006-07-31 | 1 | -1/+1 |
| | |||||
* | Stupid make needs tabs. Fix broken whitespace | Eric Andersen | 2006-07-27 | 1 | -5/+5 |
| | |||||
* | patch from Biucchi Gabriele: | Eric Andersen | 2006-07-26 | 1 | -3/+12 |
| | | | | | | 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/ | ||||
* | let X figure out the correct mouse protocol | Eric Andersen | 2006-07-21 | 1 | -4/+4 |
| | |||||
* | rxvt switched to sourceforge years ago... Fix things up so | Eric Andersen | 2006-07-20 | 2 | -7/+1150 |
| | | | | that rxvt actually builds and runs... | ||||
* | fix build and add some basic setup so it can run | Eric Andersen | 2006-07-20 | 5 | -12/+167 |
| | |||||
* | ver bump to 0.14.6 | Mike Frysinger | 2006-07-20 | 1 | -2/+3 |
| | |||||
* | ver bump #958 by bowerymarc | Mike Frysinger | 2006-07-19 | 2 | -4/+4 |
| | |||||
* | ver bump #962 by bowerymarc | Mike Frysinger | 2006-07-19 | 1 | -1/+1 |
| | |||||
* | oops | Eric Andersen | 2006-07-19 | 2 | -2/+33 |
| |