lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 8a88346ea284277184e2909889a756f71400aeea
parent c6963e4ac80777d33c24cdeeb653bb344490bad6
Author: Luka Perkov <luka.perkov@sartura.hr>
Date:   Tue, 16 Jun 2015 15:54:53 +0200

Merge pull request #1385 from dangowrt/fix-f2fs-tools-build-with-musl

f2fs-tools: fix build with musl
Diffstat:
Autils/f2fs-tools/patches/010-include-byteswap-h.patch | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/utils/f2fs-tools/patches/010-include-byteswap-h.patch b/utils/f2fs-tools/patches/010-include-byteswap-h.patch @@ -0,0 +1,10 @@ +--- a/include/f2fs_fs.h ++++ b/include/f2fs_fs.h +@@ -12,6 +12,7 @@ + #include <inttypes.h> + #include <linux/types.h> + #include <sys/types.h> ++#include <byteswap.h> + + #ifdef HAVE_CONFIG_H + #include <config.h>