620739e0be
also remove 100-dtc-binary.patch which was not accepted upstream Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37361
14 lines
218 B
Diff
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>
|