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
commitaa032d78d72b8a9f0f917e6055bfb53d2feefd0c (patch)
tree125055ca04a2b4e8ee602bb5379d013f6923aabf /tools/mkimage/patches/020-include_compile_fix.patch
parent15a48a38b8ea48596667ef340a7d263fe74fbaa0 (diff)
downloadmaster-187ad058-aa032d78d72b8a9f0f917e6055bfb53d2feefd0c.tar.gz
master-187ad058-aa032d78d72b8a9f0f917e6055bfb53d2feefd0c.tar.bz2
master-187ad058-aa032d78d72b8a9f0f917e6055bfb53d2feefd0c.zip
[tools] mkimage: update to 2014.10
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43428 3c298f89-4303-0410-b956-a3cf2f4a3e73
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>