1config BR2_PACKAGE_UHUBCTL 2 bool "uhubctl" 3 depends on BR2_TOOLCHAIN_HAS_THREADS # libusb 4 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # libusb 5 select BR2_PACKAGE_LIBUSB 6 help 7 Control USB power per-port on smart USB hubs. 8 9 https://github.com/mvp/uhubctl 10 11comment "uhubctl needs a toolchain w/ threads, gcc >= 4.9" 12 depends on !BR2_TOOLCHAIN_HAS_THREADS || \ 13 !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 14