summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2017-08-24 09:56:49 +0300
committerStijn Tintel <stijn@linux-ipv6.be>2017-09-03 10:14:09 +0300
commitc3bddb49ff7a947bd934871a3d350be4998c96d1 (patch)
tree031ddaf4bfc9eca9587fa28db684fea6846bd651
parent707a4b459d2a05f309691166c6f1fc4f6e58a6c8 (diff)
downloadmtk-20170518-c3bddb49ff7a947bd934871a3d350be4998c96d1.zip
mtk-20170518-c3bddb49ff7a947bd934871a3d350be4998c96d1.tar.gz
mtk-20170518-c3bddb49ff7a947bd934871a3d350be4998c96d1.tar.bz2
f2fs-tools: drop musl compat patch
It is no longer needed since version 1.4.1. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> (cherry picked from commit 252c8ddf146f196faaa34cf7af9b3eacb79e6add)
-rw-r--r--package/utils/f2fs-tools/patches/010-include-byteswap-h.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/utils/f2fs-tools/patches/010-include-byteswap-h.patch b/package/utils/f2fs-tools/patches/010-include-byteswap-h.patch
deleted file mode 100644
index ff7e4e7..0000000
--- a/package/utils/f2fs-tools/patches/010-include-byteswap-h.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/include/f2fs_fs.h
-+++ b/include/f2fs_fs.h
-@@ -15,6 +15,7 @@
- #include <inttypes.h>
- #include <linux/types.h>
- #include <sys/types.h>
-+#include <byteswap.h>
-
- #ifdef HAVE_CONFIG_H
- #include <config.h>