diff options
Diffstat (limited to 'target/wrap/Makefile')
-rw-r--r-- | target/wrap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/wrap/Makefile b/target/wrap/Makefile index b7eff383e..825b55175 100644 --- a/target/wrap/Makefile +++ b/target/wrap/Makefile @@ -13,7 +13,7 @@ kernel-install: ifeq ($(FS),ext2-cf) imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL) @echo - @echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL)," + @echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL)" @echo "To install everything to CompactFlash use scripts/install.sh" @echo 'Login as user root with password linux123 via ssh or console' endif |