From 1e85cb55915282c3ff2ba2e17fbe7ecb75787658 Mon Sep 17 00:00:00 2001 From: Thorsten Glaser Date: Fri, 7 Jan 2011 19:56:55 +0000 Subject: =?UTF-8?q?our=20kernels=20for=20TFTP=20are=20no=20longer=20gzip?= =?UTF-8?q?=E2=80=99d=20=E2=80=93=20fix=20usage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thorsten Glaser --- target/mipsel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/mipsel') 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) -- cgit v1.2.3