Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# scMerlin

## v2.5.46
### Updated on 2025-Dec-04
### Updated on 2025-Dec-05

## About
scMerlin allows you to easily control the most common services/scripts on your router. scMerlin also augments your router's WebUI with a Sitemap and dynamic submenus for the main left menu of Asuswrt-Merlin.
Expand Down
7 changes: 4 additions & 3 deletions scmerlin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
## Forked from: https://github.com/jackyaz/scMerlin ##
## ##
######################################################
# Last Modified: 2025-Dec-04
# Last Modified: 2025-Dec-05
#-----------------------------------------------------

########## Shellcheck directives ###########
Expand All @@ -34,7 +34,7 @@ readonly SCRIPT_NAME="scMerlin"
readonly SCRIPT_NAME_LOWER="$(echo "$SCRIPT_NAME" | tr 'A-Z' 'a-z' | sed 's/d//')"
readonly SCM_VERSION="v2.5.46"
readonly SCRIPT_VERSION="v2.5.46"
readonly SCRIPT_VERSTAG="25120418"
readonly SCRIPT_VERSTAG="25120520"
SCRIPT_BRANCH="develop"
SCRIPT_REPO="https://raw.githubusercontent.com/AMTM-OSR/$SCRIPT_NAME/$SCRIPT_BRANCH"
readonly SCRIPT_DIR="/jffs/addons/$SCRIPT_NAME_LOWER.d"
Expand Down Expand Up @@ -158,7 +158,7 @@ GetWiFiVirtualInterfaceName()
}

##----------------------------------------##
## Modified by Martinski W. [2025-Sep-05] ##
## Modified by Martinski W. [2025-Dec-05] ##
##----------------------------------------##
_GetWiFiBandsSupported_()
{
Expand All @@ -174,6 +174,7 @@ _GetWiFiBandsSupported_()
Band_5G_2_Support=true
fi
if [ "$ROUTER_MODEL" = "GT-BE98" ] || \
[ "$ROUTER_MODEL" = "RT-BE92U" ] || \
[ "$ROUTER_MODEL" = "RT-BE96U" ] || \
[ "$ROUTER_MODEL" = "GT-BE98_PRO" ] || \
[ "$ROUTER_MODEL" = "GT-AXE16000" ] || \
Expand Down