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>
(cherry picked from commit e53308b61e
)
This commit is contained in:
parent
daa00748ea
commit
0b12f9cb80
@ -38,7 +38,7 @@ config('TARGET_ROOTFS_INITRAMFS', false)
|
|||||||
config('DEVEL', true)
|
config('DEVEL', true)
|
||||||
config('ALL_NONSHARED', 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)
|
try_config('PACKAGE_ATH_DEBUG', true)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user