Update to buildroot 2023.08.2, updated nwipe to v0.35, added ChromeOS and Microsoft Surface drivers, fibre channel drivers.

This commit is contained in:
PartialVolume
2023-11-08 19:10:58 +00:00
parent a8a8be2f23
commit 9e8d671b7c
1798 changed files with 36091 additions and 18209 deletions

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-midiutil
#
################################################################################
PYTHON_MIDIUTIL_VERSION = 1.2.1
PYTHON_MIDIUTIL_SOURCE = MIDIUtil-$(PYTHON_MIDIUTIL_VERSION).tar.gz
PYTHON_MIDIUTIL_SITE = https://files.pythonhosted.org/packages/f5/44/fde6772d8bfaea64fcf5eb948124d0a5fdf5f848b14ac22a23ced53e562d
PYTHON_MIDIUTIL_SETUP_TYPE = setuptools
PYTHON_MIDIUTIL_LICENSE = MIT
PYTHON_MIDIUTIL_LICENSE_FILES = License.txt
$(eval $(python-package))