diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-08 12:09:33 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-08 12:09:33 +0200 |
commit | ceed9d6915f0104229e613e0952caf7168f9a30b (patch) | |
tree | 3915d7aaa2cc826edb2b3a65e2f9205ab289cc0a /target/arm | |
parent | eb219162ffaa600a3f9e39b1e5a19f939ffb36a5 (diff) |
use kernel-install for foxg20
Diffstat (limited to 'target/arm')
-rw-r--r-- | target/arm/Makefile | 4 |
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:" |