summaryrefslogtreecommitdiffstats
path: root/tools/mkimage/patches/010-freebsd-ulong-fix.patch
diff options
context:
space:
mode:
authorluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-05-05 20:11:04 +0000
committerluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-05-05 20:11:04 +0000
commitf84b697c231ab36e0460008983dfc5645b8048e2 (patch)
tree51b1815f1540cd384667c2030e45219785db13db /tools/mkimage/patches/010-freebsd-ulong-fix.patch
parent6b897bcdc144439050e38d82e506fc9d8d1827d3 (diff)
[tools] mkimage: update to 2013.04
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36550 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 737291466..715755b87 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>