diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-12-10 11:08:04 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-12-10 11:08:04 +0100 |
commit | 0bd0ee471bc0fe80112dff49578baa3bee9edb99 (patch) | |
tree | 120afcc3669e1b851890a7c72537a35e13387ad2 /target | |
parent | 4a9093159f7365b9006bbb31eeae2a4a57a4066f (diff) |
allow USB boot for generic targets
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.rootfs | 3 |
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. |