From 973e48a12220e56e06ad5d839473e5cdefef8e71 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 22 Aug 2009 11:15:06 +0200 Subject: fix eglibc/glibc support on lemote 64 bit --- target/lemote/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'target/lemote/Makefile') 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 ' + @echo 'PMON> load tftp:///lemote-mips-kernel' + @echo 'PMON> g console=tty root=/dev/nfs ip=dhcp init=/init' endif ifeq ($(FS),initramfs) imageinstall: $(BIN_DIR)/$(INITRAMFS) -- cgit v1.2.3