generic: try to not attempt to build kmod-usbip
targets without usb-support fail to build without this change Co-authored-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
ba80cbbab8
commit
e53308b61e
@ -38,7 +38,7 @@ config('TARGET_ROOTFS_INITRAMFS', false)
|
||||
config('DEVEL', true)
|
||||
config('ALL_NONSHARED', true)
|
||||
|
||||
config('PACKAGE_usbip', false) -- fails to build
|
||||
try_config('PACKAGE_usbip', false) -- fails to build
|
||||
|
||||
try_config('PACKAGE_ATH_DEBUG', true)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user