Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lzo: add $(DISABLE_LARGEFILE) to configure options | Peter Korsgaard | 2008-11-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | lzo: bump version and update to Makefile.autotools.in format | Peter Korsgaard | 2008-08-20 | 2 | -108/+12 |
| | | | | | | Bump LZO version and update makefile - tested with latest mtdutils. Signed-off-by: daniel.j.laird <daniel.j.laird@nxp.com> | ||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -1/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | buildroot: additional -clean target fixes | Peter Korsgaard | 2008-04-01 | 1 | -1/+1 |
| | | | | Patch by Hebbar. | ||||
* | Added BR2_DEBIAN_MIRROR | Thomas Lundquist | 2007-12-27 | 1 | -1/+1 |
| | |||||
* | Fix library path in lzo | Ulf Samuelsson | 2007-09-23 | 1 | -0/+1 |
| | |||||
* | - global whitespace trimming | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -1/+1 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Run $\(CONFIG_UPDATE\) in the unpack rules for iperf, ↵ | Ulf Samuelsson | 2007-08-11 | 1 | -0/+1 |
| | | | | libgcrypt,libgpg-error, lzo | ||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -2/+1 |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | - use correct path for lzo libs and headers | Bernhard Reutner-Fischer | 2007-06-21 | 1 | -8/+8 |
| | |||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+1 |
| | |||||
* | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -1/+1 |
| | | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | ||||
* | - better encapsulation of version | Bernhard Reutner-Fischer | 2006-01-03 | 1 | -4/+5 |
| | | | | - quote TARGET_CC for setups which need flags in CC | ||||
* | remove extra space after touch | Mike Frysinger | 2005-11-24 | 1 | -1/+1 |
| | |||||
* | be a bit more consistant with naming, always escape wildcards | Eric Andersen | 2005-06-24 | 1 | -1/+1 |
| | |||||
* | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | 2005-02-10 | 2 | -3/+8 |
| | | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | ||||
* | patch from pdinoto: http://bugs.uclibc.org/view.php?id=35 | Eric Andersen | 2005-01-23 | 1 | -3/+3 |
| | | | | | | This patch changes the path used as dependency for liblzo, which appears to be pointing to $(STAGING_DIR)/usr prefix while the package is actually installed with prefix ${STAGING_DIR} | ||||
* | more help updates from Tom Cameron | Mike Frysinger | 2004-12-26 | 1 | -4/+3 |
| | |||||
* | Be certain make is happy and will not keep trying to reinstall | Eric Andersen | 2004-10-14 | 1 | -0/+1 |
| | |||||
* | Update a few packages | Eric Andersen | 2004-10-14 | 1 | -10/+3 |
| | |||||
* | Make the TAR_VERBOSITY option a bit more sane | Eric Andersen | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | Thomas Lundquist: have the makefiles depend on the correct file | Mike Frysinger | 2004-10-09 | 1 | -2/+3 |
| | |||||
* | use $(TAR_VERBOSITY) | Mike Frysinger | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | final step in buildroot facelift | Eric Andersen | 2004-10-09 | 2 | -0/+11 |
| | |||||
* | facelift step number two | Eric Andersen | 2004-10-09 | 2 | -2/+44 |
| | |||||
* | Remove the old 'make' directory, and populate the new 'package' | Eric Andersen | 2004-10-09 | 1 | -0/+65 |
directory. |