diff options
author | Syrone Wong <wong.syrone@gmail.com> | 2018-03-24 08:25:43 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-04-28 15:29:17 +0200 |
commit | f37f63f38ccb706b196fe4934d0d9d92537eb832 (patch) | |
tree | 19941cabdc188af489a2700c64751b213a651e24 /package/utils/mtd-utils/patches/100-fix_includes.patch | |
parent | c7cd166479b77e2d799da175282bed4b9521eb42 (diff) | |
download | upstream-f37f63f38ccb706b196fe4934d0d9d92537eb832.tar.gz upstream-f37f63f38ccb706b196fe4934d0d9d92537eb832.tar.bz2 upstream-f37f63f38ccb706b196fe4934d0d9d92537eb832.zip |
mtd-utils: update to 2.0.2
010-fix-rpmatch.patch is upstream, removed from our patchset
The file structure is changed, modify patch accordingly
use CONFIGURE_ARGS to disable tests, xattr and lzo
Compile and run tested on mvebu and x86_64
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Tested-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'package/utils/mtd-utils/patches/100-fix_includes.patch')
-rw-r--r-- | package/utils/mtd-utils/patches/100-fix_includes.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/mtd-utils/patches/100-fix_includes.patch b/package/utils/mtd-utils/patches/100-fix_includes.patch index 7dad28b472..cc75052c5e 100644 --- a/package/utils/mtd-utils/patches/100-fix_includes.patch +++ b/package/utils/mtd-utils/patches/100-fix_includes.patch @@ -5,6 +5,6 @@ #include <stdlib.h> #include <string.h> +#include <sys/types.h> + #include "libfec.h" /* - * stuff used for testing purposes only |