Browse Source

allow USB boot for generic targets

Waldemar Brodkorb 6 years ago
parent
commit
0bd0ee471b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      target/config/Config.in.rootfs

+ 2 - 1
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.