Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Bump version of lvm2 | Ulf Samuelsson | 2007-08-12 | 1 | -2/+7 |
| | |||||
* | - 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. | ||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+1 |
| | |||||
* | - add missing package-source targets | Bernhard Reutner-Fischer | 2007-01-03 | 1 | -0/+2 |
| | | | | - add missing dependencies to build prerequisites in the config system | ||||
* | - use DESTDIR for install. Thanks to Stuart Longland. Closes #926 | Bernhard Reutner-Fischer | 2006-12-21 | 1 | -1/+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) | ||||
* | update lvm2 to latest stable release of 2.01 per case 0000503 | David Anders | 2006-01-23 | 1 | -3/+3 |
| | |||||
* | remove extra space after touch | Mike Frysinger | 2005-11-24 | 1 | -1/+1 |
| | |||||
* | This patch adds package configuration files for the LVM2 tools and its | Eric Andersen | 2005-06-24 | 2 | -0/+86 |
dependency, device-mapper. This will provide the basic tools needed to work with LVM2 volumes on the target system. http://bugs.busybox.net/view.php?id=183 |