Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dmraid: misc cleanup | Peter Korsgaard | 2010-09-16 | 1 | -5/+10 |
| | | | | | | | | | | Fix install into staging (YES instead of yes), fix uninstall target, use default target-install handling, install headers/lib/man pages into target if requested. A small patch is needed for 'make remove' to work. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | dmraid: fix init script | Peter Korsgaard | 2010-09-16 | 1 | -2/+2 |
| | | | | | | | Init scripts are only run if they are prefixed with S??, and dmraid gets installed into /usr/sbin, not /sbin. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | dmraid: remove useless strip and use correct step override method | Thomas Petazzoni | 2010-09-12 | 1 | -17/+7 |
| | | | | | | | | 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> | ||||
* | dmraid must now require lvm2 and not dm | Nigel Kukard | 2009-06-20 | 1 | -1/+1 |
| | | | | | | | 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: broken with parallel make (lib + tools race) | Peter Korsgaard | 2009-05-07 | 1 | -0/+2 |
| | | | | | | Reported by Olaf Rempel. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | dmraid: fix build & convert to Makefile.autotools.in | Peter Korsgaard | 2009-03-04 | 1 | -55/+20 |
| | | | | | | | Patch by Olaf Rempel <razzor@kopf-tisch.de> - was not building at all (x86 uclibc) - adding devicemapper dependency | ||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | mdadm/dmraid: bump version | Peter Korsgaard | 2008-12-04 | 1 | -1/+1 |
| | | | | | | | Patch by: Charles Duffy <Charles_Duffy@messageone.com> Both mdadm and dmraid packages refer to upstream versions which are no longer available. | ||||
* | buildroot: cleanup <package>-clean targets. | Peter Korsgaard | 2008-03-27 | 1 | -1/+1 |
| | | | | Based on input from Arndt Kritzner & Bernhard Fischer. | ||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -1/+1 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | - 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 and uninstall runlevel script. Closes #1366 | Bernhard Reutner-Fischer | 2007-07-08 | 1 | -2/+2 |
| | |||||
* | - 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 | ||||
* | minor version bumps | Eric Andersen | 2006-11-17 | 1 | -2/+2 |
| | |||||
* | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -1/+1 |
| | |||||
* | new upstream version | Eric Andersen | 2006-10-09 | 1 | -1/+1 |
| | |||||
* | oops | Eric Andersen | 2006-07-19 | 1 | -2/+2 |
| | |||||
* | add support for dmraid soft raid handling | Eric Andersen | 2006-07-10 | 1 | -0/+65 |