e237c99357
Upgrade libusb to v1.0.3 and add new libusb-compat package for compatibility with old packages that expect the pre-1.0 API. Also update usb_modeswitch to depend on libusb-compat rather than libusb. Minor fixes by Thomas Petazzoni <thomas.petazzoni@free-electrons.com>. Fixes bug #1093. Signed-off-by: Mike Crowe <mac@mcrowe.com>
8 lines
177 B
Plaintext
8 lines
177 B
Plaintext
config BR2_PACKAGE_LIBUSB_COMPAT
|
|
bool "libusb-compat"
|
|
depends on BR2_PACKAGE_LIBUSB
|
|
help
|
|
libusb-0.1 compatibility layer for libusb-1.0.
|
|
|
|
http://libusb.sourceforge.net/
|