summaryrefslogtreecommitdiff
path: root/target/alix1c/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/alix1c/Makefile')
-rw-r--r--target/alix1c/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/alix1c/Makefile b/target/alix1c/Makefile
index f71ab293d..4df5b14a6 100644
--- a/target/alix1c/Makefile
+++ b/target/alix1c/Makefile
@@ -14,11 +14,11 @@ ifeq ($(FS),ext2-cf)
imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL)
@echo
@echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL),"
- @echo "To install everything to CompactFlash use scripts/install.sh."
+ @echo "To install everything to CompactFlash use scripts/install.sh"
endif
ifeq ($(FS),nfsroot)
imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL)
@echo
@echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL),"
- @echo "To install everything to CompactFlash use scripts/install.sh."
+ @echo 'The nfs root tarball is: ${BIN_DIR}/${ROOTFSTARBALL}'
endif