Skip to content

Commit

Permalink
generic: try to not attempt to build kmod-usbip
Browse files Browse the repository at this point in the history
targets without usb-support fail to build without this change

Co-authored-by: David Bauer <[email protected]>
  • Loading branch information
AiyionPrime and blocktrron committed Nov 26, 2022
1 parent 1a1d22c commit 4f5bb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/generic
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 4f5bb48

Please sign in to comment.