summaryrefslogtreecommitdiff
path: root/package/mtd-utils/patches/patch-Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-12-26 08:26:29 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-12-26 08:27:59 +0100
commit551b2495a0dd1d4640a6787574add9e982263779 (patch)
treeba54ee697ce8265f0115f06adbd2499cd5a75d62 /package/mtd-utils/patches/patch-Makefile
parent49c700144e42838a3fb9f9df568f44aa4d56cac5 (diff)
mtd-utils: update to 2.0.0
Diffstat (limited to 'package/mtd-utils/patches/patch-Makefile')
-rw-r--r--package/mtd-utils/patches/patch-Makefile32
1 files changed, 0 insertions, 32 deletions
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
-