diff options
-rw-r--r-- | target/lemote/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/lemote/Makefile b/target/lemote/Makefile index 09cfb8b5c..aa6006f24 100644 --- a/target/lemote/Makefile +++ b/target/lemote/Makefile @@ -42,8 +42,6 @@ imageinstall: $(BUILD_DIR)/$(INITRAMFS_PIGGYBACK) createinitramfs endif ifeq ($(FS),archive) imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL) - @cp $(KERNEL) $(BIN_DIR)/${ADK_TARGET}-${FS}-kernel - @echo 'The kernel file is: ${BIN_DIR}/${ADK_TARGET}-${FS}-kernel' @echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL)" endif ifeq ($(FS),encrypted) |