diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/alix1c/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/alix1c/Makefile b/target/alix1c/Makefile index d38eb727b..bed5b3c69 100644 --- a/target/alix1c/Makefile +++ b/target/alix1c/Makefile @@ -15,10 +15,10 @@ imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL) @echo "To install everything to CompactFlash use scripts/install.sh" endif ifeq ($(FS),nfsroot) -imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL) +imageinstall: $(BIN_DIR)/$(ROOTFSUSERTARBALL) @cp $(KERNEL) $(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 ifeq ($(FS),initramfs) imageinstall: $(BIN_DIR)/$(INITRAMFS) |