summaryrefslogtreecommitdiff
path: root/target/arm/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-07-10 17:41:49 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-07-10 20:38:54 +0200
commit9b40427b8e32f6543f9f7e55bfcca78839bc94db (patch)
tree9af4c56e3ff241f5f015733e03286ef5ed0b9bcf /target/arm/Makefile
parentd2131023e2096cf5e0cc25d6efe0b38ad9a92781 (diff)
nslu2: fix boot (initramfs via tftp tested)
Diffstat (limited to 'target/arm/Makefile')
-rw-r--r--target/arm/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/arm/Makefile b/target/arm/Makefile
index e029fb72b..2f937c8ab 100644
--- a/target/arm/Makefile
+++ b/target/arm/Makefile
@@ -98,6 +98,10 @@ ifeq ($(ADK_TARGET_FS),nfsroot)
targethelp:
@echo 'The kernel file is: $(FW_DIR)/${TARGET_KERNEL}'
@echo "The RootFS tarball is: $(FW_DIR)/$(ROOTFSUSERTARBALL)"
+ifeq ($(ADK_TARGET_SYSTEM_LINKSYS_NSLU2),y)
+ @echo "Use following in RedBoot bootloader:"
+ @echo "RedBoot> ip_address -l <localip> -h <serverip>; load -r -v -b 0x01d00000 ${TARGET_KERNEL}; exec 0x01d00000"
+endif
endif
ifeq ($(ADK_TARGET_FS),squashfs)
targethelp: