diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-05-31 14:13:42 +0200 |
|---|---|---|
| committer | Joonas Kylmälä <joonas.kylmala@iki.fi> | 2020-06-25 07:58:38 -0400 |
| commit | caf47f44a9c547f96c65001d0be38db0a9e7c1ad (patch) | |
| tree | b2343f39a31dec6f5a2b2277c45b4cbf46ef8a9c | |
| parent | 6cc5288c5b7ab24ed427d95ed38ada64f36c19da (diff) | |
| download | build_make-replicant-10.tar.gz build_make-replicant-10.tar.bz2 build_make-replicant-10.zip | |
HACK: workaround no recoveryreplicant-10
This is a temporary hack that must be removed
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Rebased for Replicant 10
Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
| -rw-r--r-- | core/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/Makefile b/core/Makefile index a5eef489f8..7b211e140d 100644 --- a/core/Makefile +++ b/core/Makefile @@ -3542,9 +3542,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 |
