summaryrefslogtreecommitdiffstats
path: root/package/dmraid
Commit message (Collapse)AuthorAgeFilesLines
* dmraid must now require lvm2 and not dmNigel Kukard2009-06-202-2/+2
| | | | | | | As device-mapper has moved to lvm2, dmraid must now require lvm2. Signed-off-by: Nigel Kukard <nkukard@lbsd.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dmraid linking against host system fixNigel Kukard2009-06-151-0/+15
| | | | | | | | dmraid is hard coded with -L$(DESTDIR)$(libdir) which tries to link in the host systems' libs Signed-off-by: Nigel Kukard <nkukard@lbsd.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dmraid: broken with parallel make (lib + tools race)Peter Korsgaard2009-05-071-0/+2
| | | | | | Reported by Olaf Rempel. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: dm (and in turn dmraid) needs largefile supportPeter Korsgaard2009-03-041-0/+4
|
* dmraid: fix build & convert to Makefile.autotools.inPeter Korsgaard2009-03-044-61/+30
| | | | | | | Patch by Olaf Rempel <razzor@kopf-tisch.de> - was not building at all (x86 uclibc) - adding devicemapper dependency
* Add help for packages without AVR32 supportUlf Samuelsson2009-01-261-0/+3
|
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* mdadm/dmraid: bump versionPeter Korsgaard2008-12-042-6/+6
| | | | | | | Patch by: Charles Duffy <Charles_Duffy@messageone.com> Both mdadm and dmraid packages refer to upstream versions which are no longer available.
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* buildroot: cleanup <package>-clean targets.Peter Korsgaard2008-03-271-1/+1
| | | | Based on input from Arndt Kritzner & Bernhard Fischer.
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-1/+1
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-1/+1
| | | | toolchain/*/*.mk */Makefile.in -l)
* - bump version and uninstall runlevel script. Closes #1366Bernhard Reutner-Fischer2007-07-081-2/+2
|
* - 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
* - dmraid sources include libdevmapper.h,, which is provided by dmBernhard Reutner-Fischer2006-11-291-0/+1
| | | | as pointed out by Pavel Roskin.
* minor version bumpsEric Andersen2006-11-172-2/+22
|
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-171-1/+1
|
* new upstream versionEric Andersen2006-10-091-1/+1
|
* oopsEric Andersen2006-07-192-2/+33
|
* add support for dmraid soft raid handlingEric Andersen2006-07-102-0/+70