From 0bd0ee471bc0fe80112dff49578baa3bee9edb99 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 10 Dec 2017 11:08:04 +0100 Subject: allow USB boot for generic targets --- target/config/Config.in.rootfs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target') diff --git a/target/config/Config.in.rootfs b/target/config/Config.in.rootfs index d7b7d2015..95704e5ba 100644 --- a/target/config/Config.in.rootfs +++ b/target/config/Config.in.rootfs @@ -115,7 +115,8 @@ config ADK_TARGET_ROOTFS_USB select ADK_KERNEL_USB_UHCI_HCD select ADK_KERNEL_USB_STORAGE select ADK_PACKAGE_ADKINSTALL - depends on ADK_TARGET_WITH_USB_BOOT + depends on ADK_TARGET_WITH_USB_BOOT \ + || ADK_TARGET_GENERIC help Boot system from USB stick. -- cgit v1.2.3