Files
wifipineapple-openwrt/tools/mkimage/patches/010-freebsd-ulong-fix.patch
Luka Perkov 295bb7f059 [tools] mkimage: update to 2013.07-rc1
also remove 100-dtc-binary.patch which was not accepted upstream

Signed-off-by: Luka Perkov <luka@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37361 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-07-15 23:18:36 +00:00

14 lines
218 B
Diff

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