summaryrefslogtreecommitdiff
path: root/target/arm/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-08 14:32:54 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-08 14:32:54 +0200
commit49ccd92daa4252b168d20d452f164eb62c37fb97 (patch)
treec9320674d7695ebfd7f8194a4a85769ba8008190 /target/arm/Makefile
parent4367ab3547390c0037a3b87882bce182aebc85d1 (diff)
parenta1cc6f938487f3d71a285b90cb7ed83d322e1e36 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/arm/Makefile')
-rw-r--r--target/arm/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/arm/Makefile b/target/arm/Makefile
index 78450c488..0007e8a36 100644
--- a/target/arm/Makefile
+++ b/target/arm/Makefile
@@ -51,7 +51,11 @@ imageinstall: kernel-install $(BIN_DIR)/$(ROOTFSTARBALL)
@echo "If you just want to update, use adkupdate."
endif
ifeq ($(ADK_TARGET_FS),archive)
+ifeq ($(ADK_TARGET_SYSTEM_ACMESYSTEMS_FOXG20),y)
+imageinstall: kernel-install $(BIN_DIR)/$(ROOTFSTARBALL)
+else
imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL)
+endif
@echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL)"
ifeq ($(ADK_TARGET_SYSTEM_RASPBERRY_PI),y)
@echo "Use following command to install it on SD card:"