initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
config BR2_PACKAGE_EXFAT_UTILS
bool "exfat-utils"
depends on BR2_USE_WCHAR
help
exFAT filesystem utilities.
This is the set of user-space utilities that go together
with the FUSE-based exfat driver from package/exfat.
If you're using the exfat driver from the official Linux
kernel (merged as of Linux 5.7), you must use the user-space
utilities from package/exfatprogs.
https://github.com/relan/exfat
comment "exfat-utils needs a toolchain w/ wchar"
depends on !BR2_USE_WCHAR
+3
View File
@@ -0,0 +1,3 @@
# Locally calculated
sha256 dfebd07a7b907e2d603d3a9626e6440bd43ec6c4e8c07ccfc57ce9502b724835 exfat-utils-1.3.0.tar.gz
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# exfat-utils
#
################################################################################
EXFAT_UTILS_VERSION = 1.3.0
EXFAT_UTILS_SITE = https://github.com/relan/exfat/releases/download/v$(EXFAT_UTILS_VERSION)
EXFAT_UTILS_LICENSE = GPL-2.0+
EXFAT_UTILS_LICENSE_FILES = COPYING
EXFAT_UTILS_CONF_OPTS += --exec-prefix=/
$(eval $(autotools-package))