mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-24 11:45:41 +00:00
* Update to buildroot 2018.11 * containerd update * runc update * runc docker engine * runc docker proxy * update rpi firmware * update network manager * update dhcpd * update wait on network * update rpi wifi * revert glibc
18 lines
338 B
Plaintext
18 lines
338 B
Plaintext
config BR2_PACKAGE_LIBUSB
|
|
bool "libusb"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
help
|
|
Userspace library for accessing USB devices
|
|
|
|
http://libusb.info/
|
|
|
|
if BR2_PACKAGE_LIBUSB
|
|
|
|
config BR2_PACKAGE_LIBUSB_EXAMPLES
|
|
bool "build libusb examples"
|
|
|
|
endif
|
|
|
|
comment "libusb needs a toolchain w/ threads"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|