[source] f2fs-tools: drop musl compat patch

LEDE Commits lede-commits at lists.infradead.org
Sun Sep 3 00:14:37 PDT 2017


stintel pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/c3bddb49ff7a947bd934871a3d350be4998c96d1

commit c3bddb49ff7a947bd934871a3d350be4998c96d1
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Thu Aug 24 09:56:49 2017 +0300

    f2fs-tools: drop musl compat patch
    
    It is no longer needed since version 1.4.1.
    
    Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
    (cherry picked from commit 252c8ddf146f196faaa34cf7af9b3eacb79e6add)
---
 package/utils/f2fs-tools/patches/010-include-byteswap-h.patch | 10 ----------
 1 file changed, 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>



More information about the lede-commits mailing list