diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-05-31 14:13:42 +0200 |
---|---|---|
committer | Joonas Kylmälä <joonas.kylmala@iki.fi> | 2019-08-14 14:03:07 -0400 |
commit | 6238759ba1efadad0af9a7805f268da044bc7b29 (patch) | |
tree | 92b0f5ee28fd1c3c02d96bfd4e03a30ade4350fe | |
parent | 90ba892cb976f22c464a5d09219bf6fa5284d5f5 (diff) | |
download | build_make-replicant-9.tar.gz build_make-replicant-9.tar.bz2 build_make-replicant-9.zip |
HACK: workaround no recoveryreplicant-9
This is a temporary hack that must be removed
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r-- | core/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/Makefile b/core/Makefile index d9d7d3f2eb..df62985173 100644 --- a/core/Makefile +++ b/core/Makefile @@ -2578,9 +2578,11 @@ endif ifeq ($(TARGET_NO_KERNEL),true) build_ota_package := false endif +ifneq (,$(INSTALLED_RECOVERYIMAGE_TARGET)$(filter true,$(BOARD_USES_RECOVERY_AS_BOOT))) ifeq ($(recovery_fstab),) build_ota_package := false endif +endif ifeq ($(TARGET_BUILD_PDK),true) build_ota_package := false endif |