summaryrefslogtreecommitdiff
path: root/target/lemote
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-08-22 11:15:06 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-08-22 11:15:06 +0200
commit973e48a12220e56e06ad5d839473e5cdefef8e71 (patch)
tree5405a5af8b156e63808b156627dc470cbf0a283f /target/lemote
parent187960a69f36d84730783fa9fcc418bef1f27ea7 (diff)
fix eglibc/glibc support on lemote 64 bit
Diffstat (limited to 'target/lemote')
-rw-r--r--target/lemote/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/lemote/Makefile b/target/lemote/Makefile
index d27d3a37f..3893c35ba 100644
--- a/target/lemote/Makefile
+++ b/target/lemote/Makefile
@@ -17,6 +17,10 @@ ifeq ($(FS),nfsroot)
imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL)
@echo 'The kernel file is: ${BIN_DIR}/${DEVICE}-${ARCH}-kernel'
@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> g console=tty root=/dev/nfs ip=dhcp init=/init'
endif
ifeq ($(FS),initramfs)
imageinstall: $(BIN_DIR)/$(INITRAMFS)