diff --git a/_addons.config b/_addons.config index eeedd34..274da06 100644 --- a/_addons.config +++ b/_addons.config @@ -33,3 +33,5 @@ CONFIG_FEED__alpine_fan_control=m ### luci-app-filebrowser #GIT_PACKAGE luci-app-filebrowser=https://github.com/openwrt-xiaomi/luci-app-filebrowser.git master +### luci-app-netspeedtest +#GIT_PACKAGE luci-app-netspeedtest=https://github.com/openwrt-xiaomi/luci-app-netspeedtest.git master diff --git a/r3d.config b/r3d.config index b65f037..755ee9f 100644 --- a/r3d.config +++ b/r3d.config @@ -56,6 +56,8 @@ CONFIG_PACKAGE_dnsmasq-full=y ### CPU Freq CONFIG_PACKAGE_luci-app-cpufreq=y +### Network speed test tools +CONFIG_PACKAGE_luci-app-netspeedtest=m diff --git a/rb03.config b/rb03.config index 809eb5f..72d4fac 100644 --- a/rb03.config +++ b/rb03.config @@ -32,7 +32,8 @@ CONFIG_PACKAGE_luci-app-qbittorrent=m ### DNSMasq CONFIG_PACKAGE_dnsmasq-full=y - +### Network speed test tools +CONFIG_PACKAGE_luci-app-netspeedtest=y