summaryrefslogtreecommitdiff
path: root/tools/mkimage/patches/010-freebsd-ulong-fix.patch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-05-05 20:11:04 +0000
committerLuka Perkov <luka@openwrt.org>2013-05-05 20:11:04 +0000
commitb693bfc710ef59f4b3564ea221f34a0317afefe3 (patch)
tree80214a074ea1e8d8bf03c60223329c8353373e8c /tools/mkimage/patches/010-freebsd-ulong-fix.patch
parentc7c243669c324b6b2592d397153a258c86efed5c (diff)
downloadmtk-20170518-b693bfc710ef59f4b3564ea221f34a0317afefe3.zip
mtk-20170518-b693bfc710ef59f4b3564ea221f34a0317afefe3.tar.gz
mtk-20170518-b693bfc710ef59f4b3564ea221f34a0317afefe3.tar.bz2
mkimage: update to 2013.04
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 36550
Diffstat (limited to 'tools/mkimage/patches/010-freebsd-ulong-fix.patch')
-rw-r--r--tools/mkimage/patches/010-freebsd-ulong-fix.patch2
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 7372914..715755b 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 <fdt.h>
#include <libfdt.h>
+ #include <fdt_support.h>