summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-10 11:38:42 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-10 11:38:42 +0200
commitb35a255e0d4381dbca931138bcbe45eca28c08a2 (patch)
treeeb023a6e6e74a5cf54f63adea63f84f29fcc5d63 /target
parent095cb79fa6234246a6bea680c255bee6bc2e4b92 (diff)
do not install kernel for archive rootfs, which already includes a kernel
Diffstat (limited to 'target')
-rw-r--r--target/lemote/Makefile2
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)