aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mkimage/patches/050-image_h_portability.patch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-05-21 09:42:33 +0000
committerLuka Perkov <luka@openwrt.org>2014-05-21 09:42:33 +0000
commit9288835a40296ca76645430d2bf14fbf43897a5a (patch)
tree72751dbbfda8619d3393d088c44653de0d5ee79a /tools/mkimage/patches/050-image_h_portability.patch
parentc8b254e5ff25207026c5ba94b2e8fddf0e2db9d4 (diff)
downloadmaster-187ad058-9288835a40296ca76645430d2bf14fbf43897a5a.tar.gz
master-187ad058-9288835a40296ca76645430d2bf14fbf43897a5a.tar.bz2
master-187ad058-9288835a40296ca76645430d2bf14fbf43897a5a.zip
[tools] mkimage: update to 2014.04
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40807 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/mkimage/patches/050-image_h_portability.patch')
-rw-r--r--tools/mkimage/patches/050-image_h_portability.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/mkimage/patches/050-image_h_portability.patch b/tools/mkimage/patches/050-image_h_portability.patch
index 86d5226982..767a8b8713 100644
--- a/tools/mkimage/patches/050-image_h_portability.patch
+++ b/tools/mkimage/patches/050-image_h_portability.patch
@@ -1,6 +1,6 @@
--- a/include/image.h
+++ b/include/image.h
-@@ -34,7 +34,6 @@
+@@ -17,7 +17,6 @@
#define __IMAGE_H__
#include "compiler.h"
@@ -8,7 +8,7 @@
/* Define this to avoid #ifdefs later on */
struct lmb;
-@@ -254,13 +253,13 @@
+@@ -240,13 +239,13 @@
* all data in network byte order (aka natural aka bigendian).
*/
typedef struct image_header {