summaryrefslogtreecommitdiff
path: root/target/lemote/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-04 00:26:37 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-04 00:26:37 +0100
commit4f8d0c38d0429b26dbc8c3035cf212b22ac2b516 (patch)
tree664e5918560c19a0adea71292d551b51f958a769 /target/lemote/Makefile
parent613edafdbc80885a5465bf1add798432be2e52d8 (diff)
parent066c65e388b2799adfab01ff40075838217a9199 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/lemote/Makefile')
-rw-r--r--target/lemote/Makefile2
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