summaryrefslogtreecommitdiff
path: root/target/arm/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-04-26 13:42:00 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-04-26 13:42:21 -0500
commit8cbbd126e2608735bf50135b21778a21cc4c2dc9 (patch)
tree69f552de0879d4b0aca1424c75699c6d908100a0 /target/arm/Makefile
parentb740a110d070e065a1129a9612f2b1d5ff77524f (diff)
add some basic banana pro support
Diffstat (limited to 'target/arm/Makefile')
-rw-r--r--target/arm/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/arm/Makefile b/target/arm/Makefile
index 93777af2c..6b2a8ee79 100644
--- a/target/arm/Makefile
+++ b/target/arm/Makefile
@@ -55,6 +55,12 @@ ifeq ($(ADK_TARGET_SYSTEM_RASPBERRY_PI2),y)
@echo "Use following command to install with a writable data partition"
@echo "sudo ./scripts/install.sh -d 256 raspberry-pi2 /dev/sdX $(FW_DIR)/$(ROOTFSTARBALL)"
endif
+ifeq ($(ADK_TARGET_SYSTEM_BANANA_PRO),y)
+ @echo "Use following command to install it on SD card:"
+ @echo "sudo ./scripts/install.sh banana-pro /dev/sdX $(FW_DIR)/$(ROOTFSTARBALL)"
+ @echo "Use following command to install with a writable data partition"
+ @echo "sudo ./scripts/install.sh -d 256 banana-pro /dev/sdX $(FW_DIR)/$(ROOTFSTARBALL)"
+endif
ifeq ($(ADK_TARGET_SYSTEM_SOLIDRUN_IMX6),y)
ifeq ($(ADK_APPLIANCE_KODI),y)
@echo "Use following command to install with a writable data partition"