aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mkimage/patches/020-include_compile_fix.patch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-11-29 22:43:59 +0000
committerLuka Perkov <luka@openwrt.org>2014-11-29 22:43:59 +0000
commit25d8cb275e1f16bb80c6d05dcf6d73d8d6882053 (patch)
tree7f6d41071498538edf4f3927515e4d84e65f66eb /tools/mkimage/patches/020-include_compile_fix.patch
parent070d3b27c223f23a4793667264441f8c2f008755 (diff)
downloadupstream-25d8cb275e1f16bb80c6d05dcf6d73d8d6882053.tar.gz
upstream-25d8cb275e1f16bb80c6d05dcf6d73d8d6882053.tar.bz2
upstream-25d8cb275e1f16bb80c6d05dcf6d73d8d6882053.zip
mkimage: update to 2014.10
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 43428
Diffstat (limited to 'tools/mkimage/patches/020-include_compile_fix.patch')
-rw-r--r--tools/mkimage/patches/020-include_compile_fix.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/mkimage/patches/020-include_compile_fix.patch b/tools/mkimage/patches/020-include_compile_fix.patch
new file mode 100644
index 0000000000..276cae0cb1
--- /dev/null
+++ b/tools/mkimage/patches/020-include_compile_fix.patch
@@ -0,0 +1,10 @@
+--- a/include/u-boot/rsa-checksum.h
++++ b/include/u-boot/rsa-checksum.h
+@@ -7,7 +7,6 @@
+ #ifndef _RSA_CHECKSUM_H
+ #define _RSA_CHECKSUM_H
+
+-#include <errno.h>
+ #include <image.h>
+ #include <u-boot/sha1.h>
+ #include <u-boot/sha256.h>