summaryrefslogtreecommitdiffstats
path: root/package/lvm2
Commit message (Collapse)AuthorAgeFilesLines
* Bump lvm2 patch versionUlf Samuelsson2007-10-301-1/+1
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-1/+1
| | | | toolchain/*/*.mk */Makefile.in -l)
* Bump version of lvm2Ulf Samuelsson2007-08-121-2/+7
|
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-2/+1
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+1
|
* - add missing package-source targetsBernhard Reutner-Fischer2007-01-031-0/+2
| | | | - add missing dependencies to build prerequisites in the config system
* - use DESTDIR for install. Thanks to Stuart Longland. Closes #926Bernhard Reutner-Fischer2006-12-211-1/+1
|
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-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 0000503David Anders2006-01-231-3/+3
|
* remove extra space after touchMike Frysinger2005-11-241-1/+1
|
* This patch adds package configuration files for the LVM2 tools and itsEric Andersen2005-06-242-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