diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-03 21:57:49 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-03 21:57:49 +0100 |
commit | 066c65e388b2799adfab01ff40075838217a9199 (patch) | |
tree | c58ae3928ce566b650cfc3a3a8e4624ed0450dcc | |
parent | 95e324ab03683e9ca3b2f304a42139cd507de5c2 (diff) |
fix path to kernel
-rw-r--r-- | target/lemote/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <ip-address-client>' - @echo 'PMON> load tftp://<ip-address-server>/lemote-mips-kernel' + @echo 'PMON> load tftp://<ip-address-server>/${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 |