Explorar el Código

use kernel-install for foxg20

Waldemar Brodkorb hace 10 años
padre
commit
ceed9d6915
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      target/arm/Makefile

+ 4 - 0
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:"