aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mkimage/patches/050-image_h_portability.patch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-07-15 23:18:36 +0000
committerLuka Perkov <luka@openwrt.org>2013-07-15 23:18:36 +0000
commit295bb7f059fba6f376239a91511a328cd69b2a71 (patch)
tree567d7e652d54b2a0f2d0d60f3397b2c0af39b60c /tools/mkimage/patches/050-image_h_portability.patch
parenta5282371fc6336f81ee9fed8ea6ea3e0b877757f (diff)
downloadmaster-187ad058-295bb7f059fba6f376239a91511a328cd69b2a71.tar.gz
master-187ad058-295bb7f059fba6f376239a91511a328cd69b2a71.tar.bz2
master-187ad058-295bb7f059fba6f376239a91511a328cd69b2a71.zip
[tools] mkimage: update to 2013.07-rc1
also remove 100-dtc-binary.patch which was not accepted upstream Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37361 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.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/mkimage/patches/050-image_h_portability.patch b/tools/mkimage/patches/050-image_h_portability.patch
index 1f222370bc..86d5226982 100644
--- a/tools/mkimage/patches/050-image_h_portability.patch
+++ b/tools/mkimage/patches/050-image_h_portability.patch
@@ -6,9 +6,9 @@
#include "compiler.h"
-#include <asm/byteorder.h>
- #ifdef USE_HOSTCC
-
-@@ -191,13 +190,13 @@
+ /* Define this to avoid #ifdefs later on */
+ struct lmb;
+@@ -254,13 +253,13 @@
* all data in network byte order (aka natural aka bigendian).
*/
typedef struct image_header {