update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

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/

View File

@@ -0,0 +1,2 @@
# Locally calculated after checking pgp signature
sha256 75174e07d8cde6d4a8a5d7bbaa3a3b0760a850e7f6840cb7c6246227b18f5a39 fmtools-2.0.7.tar.gz

View File

@@ -0,0 +1,12 @@
################################################################################
#
# fmtools
#
################################################################################
FMTOOLS_VERSION = 2.0.7
FMTOOLS_SITE = http://benpfaff.org/fmtools
FMTOOLS_LICENSE = GPLv2+
FMTOOLS_LICENSE_FILES = COPYING
$(eval $(autotools-package))