From dbd6fff48e3d10c3845a9a34ec8404fb091ba8df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 10:32:26 +0000 Subject: [PATCH 1/3] Bump softprops/action-gh-release in the all-actions group Bumps the all-actions group with 1 update: [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `softprops/action-gh-release` from 2.4.1 to 2.4.2 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v2.4.1...v2.4.2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/Create-NewReleases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Create-NewReleases.yml b/.github/workflows/Create-NewReleases.yml index fcef25d6..433fc12f 100644 --- a/.github/workflows/Create-NewReleases.yml +++ b/.github/workflows/Create-NewReleases.yml @@ -97,7 +97,7 @@ jobs: # 7--- Publish a GitHub Release with auto-generated notes - name: Create Release with Automated Release Notes - uses: softprops/action-gh-release@v2.4.1 + uses: softprops/action-gh-release@v2.4.2 with: token: ${{ secrets.GITHUB_TOKEN }} tag_name: ${{ steps.nextver.outputs.tag }} From 3484b29929bdcee2fbc27d9bc26eaac6fdd63f53 Mon Sep 17 00:00:00 2001 From: Joel Samson Date: Mon, 10 Nov 2025 11:39:31 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index edb26798..ff0382eb 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,10 @@ Using your preferred SSH client/terminal, copy and paste the following command, ```sh /usr/sbin/curl -fsL --retry 3 "https://raw.githubusercontent.com/AMTM-OSR/spdMerlin/master/spdmerlin.sh" -o /jffs/scripts/spdmerlin && chmod 0755 /jffs/scripts/spdmerlin && /jffs/scripts/spdmerlin install ``` +## Prerequisites +Asuswrt-Merlin running on a supported ASUS router +Entware installed, preferably using amtm +jffs scripts enabled in the firmware; installing Entware should have taken care of this part ## Usage ### WebUI From 641466cf2b9b97cebde935962f6a4f6c3ce04435 Mon Sep 17 00:00:00 2001 From: Joel Samson Date: Mon, 10 Nov 2025 11:40:19 -0500 Subject: [PATCH 3/3] Restore swap file requirement in README Readded information about the swap file requirement in the prerequisites section. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ff0382eb..fa4723d6 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,6 @@ spdMerlin is free to use under the [GNU General Public License version 3](https: spdMerlin uses [Speedtest CLI](https://www.speedtest.net/apps/cli) and includes the required licenses, which must be accepted on install of spdMerlin. As of spdMerlin v4.4.0 the Asus built-in Ookla speedtest binary is used to run the speedtests. -A swap file is required, you can set one up easily by using amtm, which is built into the router. - This script began as a user-friendly installer for a personal project developed by [JGrana](https://www.snbforums.com/members/jgrana.20663/) ## Supported firmware versions @@ -28,6 +26,7 @@ Using your preferred SSH client/terminal, copy and paste the following command, Asuswrt-Merlin running on a supported ASUS router Entware installed, preferably using amtm jffs scripts enabled in the firmware; installing Entware should have taken care of this part +A swap file is required, you can set one up easily by using amtm, which is built into the router. ## Usage ### WebUI