summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-12-10 11:08:04 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-12-10 11:08:04 +0100
commit0bd0ee471bc0fe80112dff49578baa3bee9edb99 (patch)
tree120afcc3669e1b851890a7c72537a35e13387ad2
parent4a9093159f7365b9006bbb31eeae2a4a57a4066f (diff)
allow USB boot for generic targets
-rw-r--r--target/config/Config.in.rootfs3
1 files changed, 2 insertions, 1 deletions
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.