Browse Source

fix lemote target

Waldemar Brodkorb 14 years ago
parent
commit
98bb67c34d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      target/mips/Makefile

+ 0 - 1
target/mips/Makefile

@@ -60,7 +60,6 @@ endif
 
 
 ifeq ($(ADK_TARGET_FS),nfsroot)
 ifeq ($(ADK_TARGET_FS),nfsroot)
 imageinstall: kernel-install $(BIN_DIR)/$(ROOTFSUSERTARBALL)
 imageinstall: kernel-install $(BIN_DIR)/$(ROOTFSUSERTARBALL)
-	@cp $(TARGET_DIR)/boot/kernel $(BIN_DIR)/$(TARGET_KERNEL)
 	@echo 'The kernel file is: $(BIN_DIR)/${TARGET_KERNEL}'
 	@echo 'The kernel file is: $(BIN_DIR)/${TARGET_KERNEL}'
 	@echo 'The nfs root tarball is: ${BIN_DIR}/${ROOTFSUSERTARBALL}'
 	@echo 'The nfs root tarball is: ${BIN_DIR}/${ROOTFSUSERTARBALL}'
 endif
 endif