Tarek Yag
Regular Contributor
Sorry to interrupt you, but, in my previous post I didn't mean that spdMerlin doesn't or no longer require Entware.So Entware is no longer necessarily required for the core speedtest functionality, because it can use the Asus built-in speedtest binary instead of an Entware-provided one.
On the opposite, I meant exactly that it is required indeed, but is not mentioned in the script documentation at GitHub right now.
For assurance, check line #4610 in the latest stable release (v4.4.15) where there are the following lines:
Code:
if [ ! -f /opt/bin/opkg ]
then
Print_Output false "Entware NOT detected!" "$CRIT"
CHECKSFAILED="true"
fi
Kindly,
