From 6938f1449a047e719e27ca618524f68e7b759bb6 Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb <wbrodkorb@conet.de>
Date: Thu, 16 Jul 2015 14:20:52 +0200
Subject: fix usb install to pcengines-apu

---
 target/x86_64/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'target/x86_64')

diff --git a/target/x86_64/Makefile b/target/x86_64/Makefile
index e4e0c4d1d..f90498fa5 100644
--- a/target/x86_64/Makefile
+++ b/target/x86_64/Makefile
@@ -80,7 +80,7 @@ ifeq ($(ADK_TARGET_FS),usb)
 targethelp:
 	@echo 'The root tarball is: ${FW_DIR}/${ROOTFSTARBALL}'
 	@echo "To install everything to USB use:"
-	@echo "sudo ./scripts/install.sh -t /dev/sdX $(FW_DIR)/$(ROOTFSTARBALL)"
+	@echo "sudo ./scripts/install.sh -g -t default /dev/sdX $(FW_DIR)/$(ROOTFSTARBALL)"
 endif
 ifeq ($(ADK_TARGET_FS),iso)
 targethelp:
-- 
cgit v1.2.3