From b0a857c7c9b9db3cb1edcf3d70fc2dcd40cf3920 Mon Sep 17 00:00:00 2001 From: Mats Karrman Date: Thu, 25 Feb 2016 16:47:39 +0100 Subject: [PATCH] Update feed [ feed_inteno_packages ] package [ mtd-utils ] ------------------------------------------------------------------------------- * dd9f464 imagewrite: Avoid double error messages * eee1e57 imagewrite: Fix bug with not failing if last EB does not fit * 9681f16 imagewrite: Add trail-ff option, refs #8626 * f0fc7c5 Revert "testing" ------------------------------------------------------------------------------- commit dd9f464eced6af7d5e6a4a920b727421229310f4 Author: Mats Karrman Date: 2016-02-19 14:32:16 +0100 imagewrite: Avoid double error messages Base directory -> / imagewrite.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) ------------------------------------------------------------------------------- commit eee1e578789c309151eb2c58af57b7df9024612a Author: Mats Karrman Date: 2016-02-18 17:31:38 +0100 imagewrite: Fix bug with not failing if last EB does not fit Base directory -> / imagewrite.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) ------------------------------------------------------------------------------- commit 9681f16d36bdc660434fb7fad85897c62e8ab858 Author: Mats Karrman Date: 2016-02-18 17:12:13 +0100 imagewrite: Add trail-ff option, refs #8626 Base directory -> / imagewrite.c | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) ------------------------------------------------------------------------------- commit f0fc7c5d6a8dda8ffa6509f8e79dee73fc757870 Author: Mats Karrman Date: 2016-02-18 15:47:35 +0100 Revert "testing" This reverts commit fb18f98c0eb82568b94808b7ab662937624b393d. Base directory -> / hej.txt | 1 - 1 file changed, 1 deletion(-) ------------------------------------------------------------------------------- --- mtd-utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtd-utils/Makefile b/mtd-utils/Makefile index 6b1cdc610..bc8e2862e 100644 --- a/mtd-utils/Makefile +++ b/mtd-utils/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.5.1 PKG_RELEASE:=3 PKG_INSTALL:=1 PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=fb18f98c0eb82568b94808b7ab662937624b393d +PKG_SOURCE_VERSION:=dd9f464eced6af7d5e6a4a920b727421229310f4 PKG_SOURCE_URL:=http://public.inteno.se:/mtd-utils PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz