summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-26 14:57:03 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-26 14:57:03 +0200
commit75c84829735aac7f5503f084738c419bd563b105 (patch)
tree2a317d9442e4bdf0761daf89886e96088504b920
parent6d9b353acbf75bf23404c65922c893b5b9240aef (diff)
fix adinstall syntax
-rw-r--r--target/mips/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/target/mips/Makefile b/target/mips/Makefile
index 936501dd6..c18658ce7 100644
--- a/target/mips/Makefile
+++ b/target/mips/Makefile
@@ -28,6 +28,9 @@ endif
ifeq ($(ADK_TARGET_SYSTEM_MIKROTIK_RB532),y)
@echo "Use following command to install it on CF card:"
@echo "sudo ./scripts/install-rb532.sh /dev/sdX $(FW_DIR)/$(ROOTFSTARBALL)"
+ @echo 'Or boot your Routerboard via NFS and'
+ @echo 'then install kernel and filesystem via:'
+ @echo 'adkinstall -c -a ${ROOTFSTARBALL}'
endif
endif
ifeq ($(ADK_TARGET_FS),initramfs)
@@ -56,12 +59,6 @@ ifeq ($(ADK_TARGET_FS),nfsroot)
targethelp:
@echo 'The kernel file is: $(FW_DIR)/${TARGET_KERNEL}'
@echo 'The nfs root tarball is: ${FW_DIR}/${ROOTFSUSERTARBALL}'
-ifeq ($(ADK_TARGET_SYSTEM_LEMOTE_YEELONG),y)
- @echo 'Boot your Lemote Yeelong and type following commands in PMON:'
- @echo 'PMON> ifaddr rtl0 <ip-address-client>'
- @echo 'PMON> load tftp://<ip-address-server>/${TARGET_KERNEL}'
- @echo 'PMON> g'
-endif
endif
ifeq ($(ADK_TARGET_FS),usb)
targethelp:
@@ -72,7 +69,7 @@ targethelp:
@echo 'The root tarball is: ${FW_DIR}/${ROOTFSTARBALL}'
@echo 'Format your NAND with Routerboot, boot via NFS and'
@echo 'then install kernel and filesystem via:'
- @echo 'adkinstall ${ROOTFSTARBALL}'
+ @echo 'adkinstall -n -a ${ROOTFSTARBALL}'
endif
# image creation and kernel install