Skip to content
Snippets Groups Projects
Commit e53308b6 authored by Jan-Niklas Burfeind's avatar Jan-Niklas Burfeind
Browse files

generic: try to not attempt to build kmod-usbip


targets without usb-support fail to build without this change

Co-authored-by: default avatarDavid Bauer <mail@david-bauer.net>
parent ba80cbba
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ config('TARGET_ROOTFS_INITRAMFS', false) ...@@ -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)
......
  • Nico @nrb

    mentioned in commit 0b12f9cb

    ·

    mentioned in commit 0b12f9cb

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment