diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2017-03-24 12:17:24 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-04-26 10:27:45 +0200 |
commit | 980c41f8e04f5586731e84492001971eb8371590 (patch) | |
tree | 3e8ad1b877a0662986d213dcedc9673aea388e75 /package/utils/mdadm/patches/000-compile.patch | |
parent | 725238f698c94656dc216bdd6ae6e3275f266ea4 (diff) | |
download | mtk-20170518-980c41f8e04f5586731e84492001971eb8371590.zip mtk-20170518-980c41f8e04f5586731e84492001971eb8371590.tar.gz mtk-20170518-980c41f8e04f5586731e84492001971eb8371590.tar.bz2 |
utils/mdadm: Update to 4.0
Update mdadm to 4.0
Remove 000-compile.patch as it's fixed upstream
Refresh patches
Add mdadm.h-Undefine-dprintf-before-redefining.patch
Source: http://git.openembedded.org/openembedded-core/tree/meta/recipes-extended/mdadm/files
Add RAID 0,1 and 10 as depends to make mdadm usable.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'package/utils/mdadm/patches/000-compile.patch')
-rw-r--r-- | package/utils/mdadm/patches/000-compile.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/utils/mdadm/patches/000-compile.patch b/package/utils/mdadm/patches/000-compile.patch deleted file mode 100644 index 6d47489..0000000 --- a/package/utils/mdadm/patches/000-compile.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/sha1.h -+++ b/sha1.h -@@ -26,8 +26,6 @@ - # include <limits.h> - #endif - --#include "ansidecl.h" -- - /* The following contortions are an attempt to use the C preprocessor - to determine an unsigned integral type that is 32 bits wide. An - alternative approach is to use autoconf's AC_CHECK_SIZEOF macro, but |