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
+9
View File
@@ -0,0 +1,9 @@
config BR2_PACKAGE_FMTOOLS
bool "fmtools"
help
fmtools is a pair of simple command-line utilities for
"video4linux2" radio tuner cards under Linux. It includes
fm for power control, tuning, and volume and fmscan for
scanning for stations.
http://benpfaff.org/fmtools/
+4
View File
@@ -0,0 +1,4 @@
# Locally calculated after checking pgp signature
sha256 75174e07d8cde6d4a8a5d7bbaa3a3b0760a850e7f6840cb7c6246227b18f5a39 fmtools-2.0.7.tar.gz
# locally computed
sha256 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994 COPYING
+12
View File
@@ -0,0 +1,12 @@
################################################################################
#
# fmtools
#
################################################################################
FMTOOLS_VERSION = 2.0.7
FMTOOLS_SITE = http://benpfaff.org/fmtools
FMTOOLS_LICENSE = GPL-2.0+
FMTOOLS_LICENSE_FILES = COPYING
$(eval $(autotools-package))