diff options
Diffstat (limited to 'target/mipsel/Makefile')
-rw-r--r-- | target/mipsel/Makefile | 2 |
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) |