From b35a255e0d4381dbca931138bcbe45eca28c08a2 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 10 Jul 2010 11:38:42 +0200 Subject: do not install kernel for archive rootfs, which already includes a kernel --- target/lemote/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'target') 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) -- cgit v1.2.3