From 066c65e388b2799adfab01ff40075838217a9199 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 3 Feb 2010 21:57:49 +0100 Subject: fix path to kernel --- target/lemote/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/lemote/Makefile') diff --git a/target/lemote/Makefile b/target/lemote/Makefile index 9654e0c5e..951d0b3cc 100644 --- a/target/lemote/Makefile +++ b/target/lemote/Makefile @@ -28,7 +28,7 @@ imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL) @echo 'The nfs root tarball is: ${BIN_DIR}/${ROOTFSTARBALL}' @echo 'Boot your lemote and type following commands in PMON:' @echo 'PMON> ifaddr rtl0 ' - @echo 'PMON> load tftp:///lemote-mips-kernel' + @echo 'PMON> load tftp:///${ADK_TARGET}-${FS}-kernel' @echo 'PMON> g no_auto_cmd root=/dev/nfs ip=dhcp init=/init' @echo 'Login as user root with password linux123 via ssh or console' endif -- cgit v1.2.3