Closed kmdm closed 5 years ago
Didn't work on chaos calmer due to the use of function name { in functions.sh.
function name {
functions.sh
Changing the syntax to name() { fixed the issue.
name() {
(I know this is an old release of OpenWRT but equally it's a trivial change, so :man_shrugging:)
I have this same issue on my TPLink running CC. The Busybox version is outdated, of course.
Didn't work on chaos calmer due to the use of
function name {
infunctions.sh
.Changing the syntax to
name() {
fixed the issue.(I know this is an old release of OpenWRT but equally it's a trivial change, so :man_shrugging:)