diff options
author | Luka Perkov <luka@openwrt.org> | 2014-08-08 21:03:14 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-08-08 21:03:14 +0000 |
commit | f170eacc88b9815803d0df349ed2d29b27619627 (patch) | |
tree | da6dccaeaf7bf764709a3c4d4cd500169d67afd1 /tools/mkimage/patches/010-freebsd-ulong-fix.patch | |
parent | 97f26cad165180d87c1fba17b75ce2572b16cf21 (diff) | |
download | mtk-20170518-f170eacc88b9815803d0df349ed2d29b27619627.zip mtk-20170518-f170eacc88b9815803d0df349ed2d29b27619627.tar.gz mtk-20170518-f170eacc88b9815803d0df349ed2d29b27619627.tar.bz2 |
mkimage: update to 2014.07
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 42082
Diffstat (limited to 'tools/mkimage/patches/010-freebsd-ulong-fix.patch')
-rw-r--r-- | tools/mkimage/patches/010-freebsd-ulong-fix.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mkimage/patches/010-freebsd-ulong-fix.patch b/tools/mkimage/patches/010-freebsd-ulong-fix.patch index 154346d..75b9e89 100644 --- a/tools/mkimage/patches/010-freebsd-ulong-fix.patch +++ b/tools/mkimage/patches/010-freebsd-ulong-fix.patch @@ -9,5 +9,5 @@ +#endif + #if defined(CONFIG_FIT) + #include <hash.h> #include <libfdt.h> - #include <fdt_support.h> |