Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
NEW: Added option to disable feature(s) that require a USB. This is currently only the list of running processes in the WebUI.
CHANGED: Script launches on boot from post-mount and not services-start (if USB features enabled)
FIXED: Display of temperatures for routers that erroneously report the existence of 5GHz-2
  • Loading branch information
jackyaz authored Jan 4, 2021
2 parents 4d66ddb + d17a75c commit d20699e
Show file tree
Hide file tree
Showing 4 changed files with 388 additions and 189 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/bfd397624cdf4803a465d4ae1530e7fe)](https://www.codacy.com/app/jackyaz/scMerlin?utm_source=github.com&utm_medium=referral&utm_content=jackyaz/scMerlin&utm_campaign=Badge_Grade)
[![Build Status](https://travis-ci.com/jackyaz/scMerlin.svg?branch=master)](https://travis-ci.com/jackyaz/scMerlin)

## v2.0.0
### Updated on 2020-11-06
## v2.1.0
### Updated on 2021-01-04
## About
scMerlin allows you to easily control the most common services/scripts on your router.

Expand All @@ -23,6 +23,9 @@ Using your preferred SSH client/terminal, copy and paste the following command,
/usr/sbin/curl --retry 3 "https://raw.githubusercontent.com/jackyaz/scmerlin/master/scmerlin.sh" -o "/jffs/scripts/scmerlin" && chmod 0755 /jffs/scripts/scmerlin && /jffs/scripts/scmerlin install
```

## 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/)

## Usage
### WebUI
scMerlin can be used via the WebUI, in the Addons section.
Expand Down
Loading

0 comments on commit d20699e

Please sign in to comment.