summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Glaser <tg@mirbsd.org>2011-01-07 19:56:55 +0000
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-07 23:30:31 +0100
commit1e85cb55915282c3ff2ba2e17fbe7ecb75787658 (patch)
treea74a55f8d47d1abfafbc0a2ad64817dea98dc8a1
parent5ab78079fc70b8edbef2f04f852ad7bc3ccb2377 (diff)
our kernels for TFTP are no longer gzip’d – fix usage
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
-rw-r--r--target/mipsel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/mipsel/Makefile b/target/mipsel/Makefile
index 8e1748a1f..cdf32c088 100644
--- a/target/mipsel/Makefile
+++ b/target/mipsel/Makefile
@@ -88,7 +88,7 @@ ifeq ($(ADK_TARGET_SYSTEM_LINKSYS_AG241),y)
endif
ifeq ($(ADK_TARGET_SYSTEM_LINKSYS_WRT54G),y)
@echo 'Type following on the CFE prompt to boot the kernel:'
- @echo 'CFE> boot -z -elf -tftp 192.168.1.254:$(BIN_DIR)/${TARGET_KERNEL}'
+ @echo 'CFE> boot -elf -tftp 192.168.1.254:$(BIN_DIR)/${TARGET_KERNEL}'
endif
endif
ifeq ($(ADK_TARGET_FS),archive)