diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-13 10:01:18 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-13 10:01:18 +0100 |
commit | 01c284ff8d0220f6c4c217415380f8e42fb3c71c (patch) | |
tree | 99dbebcd46854b4dadf4a89ba8dddf07e146991f /target/mips/Makefile | |
parent | 205689421db78e32622dc5eb2815fd12ed832510 (diff) | |
parent | 607c3fcd1d10a37c077c870df450b5389fb519bf (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/mips/Makefile')
-rw-r--r-- | target/mips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/mips/Makefile b/target/mips/Makefile index ae51eaa8e..68c2ea0fe 100644 --- a/target/mips/Makefile +++ b/target/mips/Makefile @@ -137,7 +137,7 @@ imageinstall: $(FW_DIR)/$(ROOTFSTARBALL) ifeq ($(ADK_TARGET_SYSTEM_LEMOTE_YEELONG),y) @echo "Startup the netbook and type del to enter PMON:" @echo "PMON> load /dev/fs/ext2@usb0/boot/kernel" - @echo "PMON> g root=/dev/sdc1" + @echo "PMON> g" endif endif ifeq ($(ADK_TARGET_FS),cf) |