diff options
author | Maxime Hadjinlian <maxime.hadjinlian@gmail.com> | 2014-02-04 11:06:04 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-03-02 16:30:07 +0100 |
commit | f70d35000835303e32b801cf3456d2a8ef7cca5b (patch) | |
tree | 218cf87859d9f2f2a3f625798ee3bf469099684a /package/dmraid/dmraid.patch | |
parent | 35d3713bdc20a3ac22537ca04b0c1c6deab625cc (diff) | |
download | buildroot-f70d35000835303e32b801cf3456d2a8ef7cca5b.tar.gz buildroot-f70d35000835303e32b801cf3456d2a8ef7cca5b.zip |
dmraid: bump version to 1.0.0.rc16-3
dmraid rc15 does not support later Intel Software RAID (isw) chipsets
correctly. Updating dmraid to a later edition fixes this issue.
Also cleanup and remove now useless patches.
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Cc: Antony Vennard <arv@vx9.co.uk>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/dmraid/dmraid.patch')
-rw-r--r-- | package/dmraid/dmraid.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/package/dmraid/dmraid.patch b/package/dmraid/dmraid.patch deleted file mode 100644 index fbe28942bb..0000000000 --- a/package/dmraid/dmraid.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/1.0.0.rc15/lib/device/scan.c.orig 2008-06-20 09:32:05.000000000 -0500 -+++ b/1.0.0.rc15/lib/device/scan.c 2008-12-01 17:15:25.000000000 -0600 -@@ -69,7 +69,7 @@ - static char *ret = NULL, *sysfs_mp; - - if (!(sysfs_mp = find_sysfs_mp(lc))) -- LOG_ERR(lc, NULL, "finding sysfs mount point"); -+ { log_notice(lc, "finding sysfs mount point"); return NULL; } - - if ((ret = dbg_malloc(strlen(sysfs_mp) + strlen(path) + 1))) - sprintf(ret, "%s%s", sysfs_mp, path); -@@ -315,7 +315,7 @@ - } else { - sysfs = 0; - path = (char *) _PATH_DEV; -- log_print(lc, "carrying on with %s", path); -+ log_notice(lc, "carrying on with %s", path); - } - - if (!(d = opendir(path))) { |