Browse Source

use usertarball without kernel for nfsroot

Waldemar Brodkorb 15 years ago
parent
commit
c77c02f4a4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      target/alix1c/Makefile

+ 2 - 2
target/alix1c/Makefile

@@ -15,10 +15,10 @@ imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL)
 	@echo "To install everything to CompactFlash use scripts/install.sh"
 	@echo "To install everything to CompactFlash use scripts/install.sh"
 endif
 endif
 ifeq ($(FS),nfsroot)
 ifeq ($(FS),nfsroot)
-imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL)
+imageinstall: $(BIN_DIR)/$(ROOTFSUSERTARBALL)
 	@cp $(KERNEL) $(BIN_DIR)/${ADK_TARGET}-${FS}-kernel
 	@cp $(KERNEL) $(BIN_DIR)/${ADK_TARGET}-${FS}-kernel
 	@echo 'The linux kernel is here: $(BIN_DIR)/${ADK_TARGET}-${FS}-kernel'
 	@echo 'The linux kernel is here: $(BIN_DIR)/${ADK_TARGET}-${FS}-kernel'
-	@echo 'The nfs root tarball is here: ${BIN_DIR}/${ROOTFSTARBALL}'
+	@echo 'The nfs root tarball is here: ${BIN_DIR}/${ROOTFSUSERTARBALL}'
 endif
 endif
 ifeq ($(FS),initramfs)
 ifeq ($(FS),initramfs)
 imageinstall: $(BIN_DIR)/$(INITRAMFS)
 imageinstall: $(BIN_DIR)/$(INITRAMFS)