From 150235a4eb67ede810e4976ae961218acc45b80b Mon Sep 17 00:00:00 2001 From: MichaIng Date: Tue, 29 Oct 2024 17:43:47 +0100 Subject: [PATCH 1/2] v9.8 - CI | DietPi-Build: Add Orange Pi 5 Max and NanoPi M6 to default builds --- .github/workflows/dietpi-build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dietpi-build.yml b/.github/workflows/dietpi-build.yml index 8ed3cab4cf..9d812b632c 100644 --- a/.github/workflows/dietpi-build.yml +++ b/.github/workflows/dietpi-build.yml @@ -93,7 +93,9 @@ jobs: '"-m 87 -d 6", "-m 87 -d 7", "-m 87 -d 8", '\ '"-m 88 -d 6", "-m 88 -d 7", "-m 88 -d 8", '\ '"-m 89 -d 6", "-m 89 -d 7", "-m 89 -d 8", '\ - '"-m 90 -d 6", "-m 90 -d 7", "-m 90 -d 8"]' >> "$GITHUB_OUTPUT" + '"-m 90 -d 6", "-m 90 -d 7", "-m 90 -d 8", '\ + '"-m 91 -d 6", "-m 91 -d 7", "-m 91 -d 8", '\ + '"-m 92 -d 6", "-m 92 -d 7", "-m 92 -d 8"]' >> "$GITHUB_OUTPUT" elif [ "${{ github.event.inputs.buildargs }}" = 'quartz64' ] then echo buildargs=[\ From 847403223c7a3296bf595e0ed0838007413ef707 Mon Sep 17 00:00:00 2001 From: MichaIng Date: Tue, 29 Oct 2024 22:33:36 +0100 Subject: [PATCH 2/2] v9.9 - CHANGELOG | Add missing changelog entry, actually one for v9.8 but applied via APT anyway --- CHANGELOG.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1db4e28b98..b095a80132 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -6,6 +6,7 @@ New software: Enhancements: Bug fixes: +- NanoPi M1 Plus | Resolved an issue where Ethernet did not work because of a faulty kernel patch. Many thanks to @InnovoMagicCube and @InnovoDeveloper for reporting this issue: https://github.com/MichaIng/DietPi/issues/6974 As always, many smaller code performance and stability improvements, visual and spelling fixes have been done, too much to list all of them here. Check out all code changes of this release on GitHub: https://github.com/MichaIng/DietPi/pull/ADDME