diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-04 17:49:31 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-04 17:49:31 +0100 |
commit | 6045422139a0dbbefaf508b1343f11535d6b104e (patch) | |
tree | 40b9addde163397c5639279186e1b49a0705f05c /target/alix2d | |
parent | 9f3987b09bded00d382e3fdd99bdf1afe106455f (diff) | |
parent | 5d93cc6de511d5330d0d0c7a0ebae8e6c9638e3d (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/alix2d')
-rw-r--r-- | target/alix2d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/alix2d/Makefile b/target/alix2d/Makefile index 93a7c6642..4278c90f9 100644 --- a/target/alix2d/Makefile +++ b/target/alix2d/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 |