Author: luka Date: 2014-08-08 23:03:14 +0200 (Fri, 08 Aug 2014) New Revision: 42082
Modified: trunk/tools/mkimage/Makefile trunk/tools/mkimage/patches/010-freebsd-ulong-fix.patch trunk/tools/mkimage/patches/040-include_order.patch trunk/tools/mkimage/patches/050-image_h_portability.patch Log: [tools] mkimage: update to 2014.07 Signed-off-by: Luka Perkov <[email protected]> Modified: trunk/tools/mkimage/Makefile =================================================================== --- trunk/tools/mkimage/Makefile 2014-08-08 16:11:57 UTC (rev 42081) +++ trunk/tools/mkimage/Makefile 2014-08-08 21:03:14 UTC (rev 42082) @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mkimage -PKG_VERSION:=2014.04 +PKG_VERSION:=2014.07 PKG_SOURCE:=u-boot-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=ftp://ftp.denx.de/pub/u-boot -PKG_MD5SUM:=6d2116d1385a66e9a59742caa9d62a54 +PKG_MD5SUM:=36d4bad687edcafa396fee607e505d4e PKG_CAT:=bzcat HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/u-boot-$(PKG_VERSION) Modified: trunk/tools/mkimage/patches/010-freebsd-ulong-fix.patch =================================================================== --- trunk/tools/mkimage/patches/010-freebsd-ulong-fix.patch 2014-08-08 16:11:57 UTC (rev 42081) +++ trunk/tools/mkimage/patches/010-freebsd-ulong-fix.patch 2014-08-08 21:03:14 UTC (rev 42082) @@ -9,5 +9,5 @@ +#endif + #if defined(CONFIG_FIT) + #include <hash.h> #include <libfdt.h> - #include <fdt_support.h> Modified: trunk/tools/mkimage/patches/040-include_order.patch =================================================================== --- trunk/tools/mkimage/patches/040-include_order.patch 2014-08-08 16:11:57 UTC (rev 42081) +++ trunk/tools/mkimage/patches/040-include_order.patch 2014-08-08 21:03:14 UTC (rev 42082) @@ -1,6 +1,6 @@ --- a/tools/Makefile +++ b/tools/Makefile -@@ -173,7 +173,7 @@ +@@ -193,7 +193,7 @@ # Define _GNU_SOURCE to obtain the getline prototype from stdio.h # HOST_EXTRACFLAGS += -include $(srctree)/include/libfdt_env.h \ Modified: trunk/tools/mkimage/patches/050-image_h_portability.patch =================================================================== --- trunk/tools/mkimage/patches/050-image_h_portability.patch 2014-08-08 16:11:57 UTC (rev 42081) +++ trunk/tools/mkimage/patches/050-image_h_portability.patch 2014-08-08 21:03:14 UTC (rev 42082) @@ -8,7 +8,7 @@ /* Define this to avoid #ifdefs later on */ struct lmb; -@@ -240,13 +239,13 @@ +@@ -257,13 +256,13 @@ * all data in network byte order (aka natural aka bigendian). */ typedef struct image_header { _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
