diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-29 12:46:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-29 12:46:11 +0100 |
commit | d89c077bd8905bdd079d69b11bedc1eb440067b9 (patch) | |
tree | 2c7bd2a8b642bd1ba0383adc4259bfe53b8515ec /target/alix1c | |
parent | 706b94b351d574c66f9a6142f5bcae33a98274f3 (diff) |
add etables, finetune squid package, more busybox finetuning
Diffstat (limited to 'target/alix1c')
-rw-r--r-- | target/alix1c/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/alix1c/Makefile b/target/alix1c/Makefile index 93a7c6642..4278c90f9 100644 --- a/target/alix1c/Makefile +++ b/target/alix1c/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 |