From 3bf9430de9d5b08edfa17ee5a1110527087c905d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 18:43:37 +0000 Subject: [PATCH 1/2] 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 8da1fa7..20fe6bc 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 d0bf73d5e0096657dea79646e56bc7b99247a6a3 Mon Sep 17 00:00:00 2001 From: Joel Samson Date: Tue, 11 Nov 2025 07:50:01 -0500 Subject: [PATCH 2/2] Clarify Entware installation in prerequisites Updated prerequisites section to clarify Entware installation. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 06a296e..231d1bd 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ Or using your preferred SSH client/terminal, copy and paste the following comman ``` ## 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 +- Asuswrt-Merlin running on a supported ASUS router +- Entware (optional but recommended), preferably installed via amtm, to enable enhanced features and functionality +- jffs scripts enabled in the firmware; this can be set manually, and installing Entware via amtm usually takes care of it ## Supported firmware versions You must be running firmware Merlin 384.15/384.13_4 or Fork 43E5 (or later) [Asuswrt-Merlin](https://asuswrt.lostrealm.ca/)