From 551b2495a0dd1d4640a6787574add9e982263779 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 26 Dec 2016 08:26:29 +0100 Subject: mtd-utils: update to 2.0.0 --- package/mtd-utils/patches/patch-Makefile | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 package/mtd-utils/patches/patch-Makefile (limited to 'package/mtd-utils/patches/patch-Makefile') diff --git a/package/mtd-utils/patches/patch-Makefile b/package/mtd-utils/patches/patch-Makefile deleted file mode 100644 index 89a07af54..000000000 --- a/package/mtd-utils/patches/patch-Makefile +++ /dev/null @@ -1,32 +0,0 @@ - - allow disabling ubifs tools - - drop the tests ---- mtd-utils-ca39eb1.orig/Makefile 2012-05-07 09:19:39.000000000 +0200 -+++ mtd-utils-ca39eb1/Makefile 2014-06-02 23:39:37.857504666 +0200 -@@ -14,7 +14,7 @@ else - LZOLDLIBS = -llzo2 - endif - --TESTS = tests -+#TESTS = tests - - MTD_BINS = \ - ftl_format flash_erase nanddump doc_loadbios \ -@@ -30,13 +30,16 @@ UBI_BINS = \ - ubidetach ubinize ubiformat ubirename mtdinfo ubirsvol - - BINS = $(MTD_BINS) --BINS += mkfs.ubifs/mkfs.ubifs --BINS += $(addprefix ubi-utils/,$(UBI_BINS)) - SCRIPTS = flash_eraseall - - TARGETS = $(BINS) - TARGETS += lib/libmtd.a -+ -+ifneq ($(WITHOUT_UBI), 1) -+BINS += mkfs.ubifs/mkfs.ubifs -+BINS += $(addprefix ubi-utils/,$(UBI_BINS)) - TARGETS += ubi-utils/libubi.a -+endif - - OBJDEPS = $(BUILDDIR)/include/version.h - -- cgit v1.2.3