summaryrefslogtreecommitdiff
path: root/package/mtd-utils
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-08-16 07:09:40 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-03 15:22:55 +0100
commit4065fdae69aef040b27451c95cd9780d9f900019 (patch)
tree66971730b79767d468f3e7e3b9a9f944cae46de7 /package/mtd-utils
parenta892aedfde8c2e020dc96195e32843c09e272add (diff)
mtd-utils: disable ubi/lzo, requires uuid.h
Diffstat (limited to 'package/mtd-utils')
-rw-r--r--package/mtd-utils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/mtd-utils/Makefile b/package/mtd-utils/Makefile
index 7e995ae89..04d5e5e26 100644
--- a/package/mtd-utils/Makefile
+++ b/package/mtd-utils/Makefile
@@ -49,6 +49,7 @@ $(eval $(call PKG_template,FLASH_LOCK,flash-lock,$(PKG_VERSION)-${PKG_RELEASE},$
HOST_STYLE:= manual
HOST_CPPFLAGS+= -DWITHOUT_XATTR=1 -I./include
+HOST_MAKE_FLAGS+= WITHOUT_UBI=1 WITHOUT_LZO=1
host-build:
(cd ${WRKBUILD} && env ${HOST_MAKE_ENV} ${MAKE} -f ${MAKE_FILE} \