diff options
-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. |