Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-12 | dmraid: remove useless strip and use correct step override method | Thomas Petazzoni | |
For the target installation step, do not rely on the package being installed in the staging directory, as it may not be true. So the dmraid binary is directly taken from the build directory. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2009-06-20 | dmraid must now require lvm2 and not dm | Nigel Kukard | |
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> | |||
2009-06-15 | dmraid linking against host system fix | Nigel Kukard | |
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> | |||
2009-05-07 | dmraid: broken with parallel make (lib + tools race) | Peter Korsgaard | |
Reported by Olaf Rempel. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-03-04 | package: dm (and in turn dmraid) needs largefile support | Peter Korsgaard | |
2009-03-04 | dmraid: fix build & convert to Makefile.autotools.in | Peter Korsgaard | |
Patch by Olaf Rempel <razzor@kopf-tisch.de> - was not building at all (x86 uclibc) - adding devicemapper dependency | |||
2009-01-26 | Add help for packages without AVR32 support | Ulf Samuelsson | |
2009-01-16 | package/: convert to DOWNLOAD helper | Peter Korsgaard | |
2008-12-08 | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | |
2008-12-04 | mdadm/dmraid: bump version | Peter Korsgaard | |
Patch by: Charles Duffy <Charles_Duffy@messageone.com> Both mdadm and dmraid packages refer to upstream versions which are no longer available. | |||
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2008-03-27 | buildroot: cleanup <package>-clean targets. | Peter Korsgaard | |
Based on input from Arndt Kritzner & Bernhard Fischer. | |||
2007-10-01 | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | |
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | |||
2007-08-21 | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | |
toolchain/*/*.mk */Makefile.in -l) | |||
2007-07-08 | - bump version and uninstall runlevel script. Closes #1366 | Bernhard Reutner-Fischer | |
2007-06-27 | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | |
- use TARGET_CONFIGURE_ARGS where appropriate. | |||
2007-03-13 | fixup package LDFLAGS handling | Eric Andersen | |
2007-01-03 | - add missing package-source targets | Bernhard Reutner-Fischer | |
- add missing dependencies to build prerequisites in the config system | |||
2006-11-29 | - dmraid sources include libdevmapper.h,, which is provided by dm | Bernhard Reutner-Fischer | |
as pointed out by Pavel Roskin. | |||
2006-11-17 | minor version bumps | Eric Andersen | |
2006-11-17 | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | |
2006-10-09 | new upstream version | Eric Andersen | |
2006-07-19 | oops | Eric Andersen | |
2006-07-10 | add support for dmraid soft raid handling | Eric Andersen | |