tools/mkimage: backport SOURCE_DATE_EPOCH for reproducible builds
[openwrt/openwrt.git] / tools / mkimage / patches / 010-freebsd-ulong-fix.patch
index 154346d8be80d39e9911b17b58bdaf97a1b5cdd9..1101e72d15bf071e951dc245ebec78f47aab3079 100644 (file)
@@ -1,6 +1,6 @@
 --- a/include/image.h
 +++ b/include/image.h
-@@ -44,6 +44,10 @@
+@@ -44,6 +44,10 @@ struct lmb;
  
  #endif /* USE_HOSTCC */
  
@@ -9,5 +9,5 @@
 +#endif
 +
  #if defined(CONFIG_FIT)
+ #include <hash.h>
  #include <libfdt.h>
- #include <fdt_support.h>