Bump Buildroot to 2021.02-rc3 (#1260)
* Rebase patches to Buildroot 2021.02-rc3 * Update Buildroot to 2021.02-rc3 * Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
config BR2_PACKAGE_UHUBCTL
|
||||
bool "uhubctl"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # libusb
|
||||
select BR2_PACKAGE_LIBUSB
|
||||
help
|
||||
Control USB power per-port on smart USB hubs.
|
||||
|
||||
https://github.com/mvp/uhubctl
|
||||
|
||||
comment "uhubctl needs a toolchain w/ threads"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||
comment "uhubctl needs a toolchain w/ threads, gcc >= 4.9"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS || \
|
||||
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 e5a722cb41967903bedbab4eea566ab332241a7f05fc7bc9c386b9a5e1762d8b uhubctl-2.2.0.tar.gz
|
||||
sha256 714f733592d3cb6ba8efc84fbc03b1beed2323918ff33aef01cdb956755be7b7 uhubctl-2.3.0.tar.gz
|
||||
sha256 2d3aa0737e8db9dfd710f9a282b446cb7b15b2b3eecac383f0c45c64d736eea0 LICENSE
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
UHUBCTL_VERSION = 2.2.0
|
||||
UHUBCTL_VERSION = 2.3.0
|
||||
UHUBCTL_SITE = $(call github,mvp,uhubctl,v$(UHUBCTL_VERSION))
|
||||
UHUBCTL_LICENSE = GPL-2.0
|
||||
UHUBCTL_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user