Browse Source

our kernels for TFTP are no longer gzip’d – fix usage

Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
Thorsten Glaser 14 years ago
parent
commit
1e85cb5591
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/mipsel/Makefile

+ 1 - 1
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)