Skip to content

Commit

Permalink
Merge branch 'dev' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
NatureHog authored Oct 30, 2024
2 parents 80c4eee + 8474032 commit cd69ec9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dietpi-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=[\
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cd69ec9

Please sign in to comment.