summaryrefslogtreecommitdiff
path: root/target/arm/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-08-20 22:26:13 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-08-20 22:26:29 +0200
commitcb96188c1ec67650c88d6f184aa4043ae5420edf (patch)
tree8e2b5735a47a50225424f1ede8016797eea2abeb /target/arm/Makefile
parent9b97b1e198cc745d562996d11a2f6f5c88809ee8 (diff)
add new PKG_NEEDS variable data, fix logitechmediaserver package
Diffstat (limited to 'target/arm/Makefile')
-rw-r--r--target/arm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/arm/Makefile b/target/arm/Makefile
index 4e600888f..783bb3040 100644
--- a/target/arm/Makefile
+++ b/target/arm/Makefile
@@ -61,7 +61,7 @@ ifeq ($(ADK_TARGET_SYSTEM_QEMU_ARM_VEXPRESS_A9)$(ADK_TARGET_SYSTEM_QEMU_ARM_VERS
@echo 'qemu-system-${ADK_TARGET_CPU_ARCH} ${QEMU_ARGS} -kernel $(FW_DIR)/$(TARGET_KERNEL) qemu-${ADK_TARGET_CPU_ARCH}.img'
endif
ifeq ($(ADK_TARGET_BOARD_BCM28XX)$(ADK_TARGET_SYSTEM_SOLIDRUN_IMX6)$(ADK_TARGET_SYSTEM_SOLIDRUN_CLEARFOG),y)
-ifeq ($(ADK_APPLIANCE_KODI),y)
+ifeq ($(ADK_RUNTIME_DATA_PARTITION),y)
@echo "Use following command to install with a writable data partition"
@echo "sudo ./scripts/install.sh -d 256 $(ADK_TARGET_SYSTEM) /dev/sdX $(FW_DIR)/$(ROOTFSTARBALL)"
@echo "If you want to update a card without loosing existing data on the writable partition use:"