1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-19 12:19:43 +03:00
openwrt-xburst/tools/mkimage/patches/010-freebsd-ulong-fix.patch

14 lines
210 B
Diff
Raw Normal View History

--- a/include/image.h
+++ b/include/image.h
@@ -50,6 +50,10 @@
#endif /* USE_HOSTCC */
+#ifndef ulong
+#define ulong unsigned long
+#endif
+
#if defined(CONFIG_FIT)
#include <fdt.h>
#include <libfdt.h>