From 59ccb3fb41cb82bab1631c8685c9d6d2545a16fd Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 4 Jul 2014 14:59:11 +0200 Subject: add basic support for pcengines apu, only usb boot tested. --- target/x86_64/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/x86_64') diff --git a/target/x86_64/Makefile b/target/x86_64/Makefile index d2a39a4ff..e4e0c4d1d 100644 --- a/target/x86_64/Makefile +++ b/target/x86_64/Makefile @@ -79,7 +79,8 @@ endif ifeq ($(ADK_TARGET_FS),usb) targethelp: @echo 'The root tarball is: ${FW_DIR}/${ROOTFSTARBALL}' - @echo "To install everything to USB use scripts/install.sh" + @echo "To install everything to USB use:" + @echo "sudo ./scripts/install.sh -t /dev/sdX $(FW_DIR)/$(ROOTFSTARBALL)" endif ifeq ($(ADK_TARGET_FS),iso) targethelp: -- cgit v1.2.3