diff options
author | Luka Perkov <luka@openwrt.org> | 2013-07-15 23:18:36 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-07-15 23:18:36 +0000 |
commit | 620739e0be3784e521c5e96bed65e2f6e3317fa8 (patch) | |
tree | cf0c08e391619d37dcf5c4915cc3eed5ee748d19 /tools/mkimage/patches/050-image_h_portability.patch | |
parent | d530ad07325ca318a677f637c65d7fef86436548 (diff) | |
download | mtk-20170518-620739e0be3784e521c5e96bed65e2f6e3317fa8.zip mtk-20170518-620739e0be3784e521c5e96bed65e2f6e3317fa8.tar.gz mtk-20170518-620739e0be3784e521c5e96bed65e2f6e3317fa8.tar.bz2 |
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>
SVN-Revision: 37361
Diffstat (limited to 'tools/mkimage/patches/050-image_h_portability.patch')
-rw-r--r-- | tools/mkimage/patches/050-image_h_portability.patch | 6 |
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 1f22237..86d5226 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 { |