Updated ShredOS to Buildroot 2025.11, kernel 6.18.0

This commit is contained in:
PartialVolume
2026-01-06 22:53:29 +00:00
parent 47dc200bc9
commit c525a2ff71
5119 changed files with 72535 additions and 22216 deletions

View File

@@ -7,6 +7,7 @@ config BR2_PACKAGE_PYTHON_AIOMONITOR
select BR2_PACKAGE_PYTHON_JANUS # runtime
select BR2_PACKAGE_PYTHON_JINJA2 # runtime
select BR2_PACKAGE_PYTHON_PROMPT_TOOLKIT # runtime
select BR2_PACKAGE_PYTHON_TELNETLIB3 # runtime
select BR2_PACKAGE_PYTHON_TERMINALTABLES # runtime
select BR2_PACKAGE_PYTHON_TRAFARET # runtime
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/aiomonitor/json
md5 75fc8f84c0ff385931d76c46265cfc0d aiomonitor-0.7.0.tar.gz
sha256 109b9ad309a44c0c5db1219d106f4062615151ad3f0e288a0c104fbb004d0398 aiomonitor-0.7.0.tar.gz
md5 e5b17b3baccb6e2b709bd85ab3faee32 aiomonitor-0.7.1.tar.gz
sha256 beb1f14429bc4a3135bbac32381d242fe2019d74fcf9c86d3f4bd7405dc562e4 aiomonitor-0.7.1.tar.gz
# Locally computed sha256 checksums
sha256 98397c300949e0cc1ddc68b0e48e67b10f2d0a4ffada4903d891a1315fe04156 LICENSE

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_AIOMONITOR_VERSION = 0.7.0
PYTHON_AIOMONITOR_VERSION = 0.7.1
PYTHON_AIOMONITOR_SOURCE = aiomonitor-$(PYTHON_AIOMONITOR_VERSION).tar.gz
PYTHON_AIOMONITOR_SITE = https://files.pythonhosted.org/packages/50/30/1d903b716489c2b5d0a92baccf172f972e97c2de94d4ea41c154287e9b60
PYTHON_AIOMONITOR_SITE = https://files.pythonhosted.org/packages/28/0a/805797608db4e30ab588b283137b5b2a735655c20df72f2f9bac41da789e
PYTHON_AIOMONITOR_SETUP_TYPE = setuptools
PYTHON_AIOMONITOR_LICENSE = Apache-2.0
PYTHON_AIOMONITOR_LICENSE_FILES = LICENSE