diff options
author | Mike Crowe <mac@mcrowe.com> | 2010-02-11 13:19:35 +0000 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-06 21:55:14 +0200 |
commit | e237c9935796445434a7888b9fe2aa84e3e7975a (patch) | |
tree | 9da98ae3bd09c17b1f168b0dd82508b496f88670 /package/usb_modeswitch/Config.in | |
parent | 6cdcc4d7d8134f4b60f0eb9039090f9ad4c38366 (diff) |
libusb: bump version, convert to autotools, add -compat lib
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>
Diffstat (limited to 'package/usb_modeswitch/Config.in')
-rw-r--r-- | package/usb_modeswitch/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/usb_modeswitch/Config.in b/package/usb_modeswitch/Config.in index 41cd3a065..f9fa76e2c 100644 --- a/package/usb_modeswitch/Config.in +++ b/package/usb_modeswitch/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_USB_MODESWITCH bool "usb_modeswitch" - select BR2_PACKAGE_LIBUSB + select BR2_PACKAGE_LIBUSB_COMPAT help USB mode switcher. Used to switch mode on multiple-function devices |