From a373c925622077caa35eb97ab85965e52d7e832d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 11 Oct 2011 06:20:52 +0200 Subject: add help for network boot --- target/mips/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'target') diff --git a/target/mips/Makefile b/target/mips/Makefile index 648e28c02..507cfaae2 100644 --- a/target/mips/Makefile +++ b/target/mips/Makefile @@ -88,6 +88,12 @@ ifeq ($(ADK_TARGET_SYSTEM_FON_FON2100),y) @echo 'RedBoot> load $(TARGET_KERNEL)' @echo 'RedBoot> go' endif +ifeq ($(ADK_TARGET_SYSTEM_LEMOTE_YEELONG),y) + @echo 'Boot your lemote and type following commands in PMON:' + @echo 'PMON> ifaddr rtl0 ' + @echo 'PMON> load tftp:///${TARGET_KERNEL}' + @echo 'PMON> g' +endif endif ifeq ($(ADK_TARGET_FS),yaffs) imageinstall: kernel-install $(BIN_DIR)/$(ROOTFSTARBALL) -- cgit v1.2.3