summaryrefslogtreecommitdiffstats
path: root/tools/mkimage/patches/010-freebsd-ulong-fix.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-28 22:42:44 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-28 22:42:44 +0000
commit37f09b8129aadb8cba52c15446a31dfb59328e16 (patch)
tree536991a4bd22786074ec0ead4399d32bf43974f5 /tools/mkimage/patches/010-freebsd-ulong-fix.patch
parentb3f7902a0687dced523f49a0430757ac68f6467d (diff)
downloadmaster-31e0f0ae-37f09b8129aadb8cba52c15446a31dfb59328e16.tar.gz
master-31e0f0ae-37f09b8129aadb8cba52c15446a31dfb59328e16.tar.bz2
master-31e0f0ae-37f09b8129aadb8cba52c15446a31dfb59328e16.zip
tools/mkimage: backport SOURCE_DATE_EPOCH for reproducible builds
This pulls in Paul Kocialkowski's SOURCE_DATE_EPOCH support patch for u-boot, which landed upstream circa July 2015. Note that this "host" u-boot repo is only used to compile the 'mkimage' utility, and isn't used to actually compile a bootloader for any target. This patch could be removed if/when the host u-boot package is updated to a contemporary version (but there doesn't seem to be any motivation/need to do so). Signed-off-by: bryan newbold <bnewbold@robocracy.org> Signed-off-by: Felix Fietkau <nbd@openwrt.org> [fix portability error, refresh patches] SVN-Revision: 48542
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 75b9e892ad..1101e72d15 100644
--- a/tools/mkimage/patches/010-freebsd-ulong-fix.patch
+++ b/tools/mkimage/patches/010-freebsd-ulong-fix.patch
@@ -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 */