From a4d3109528314ac2d687e2c811a20280a37e6720 Mon Sep 17 00:00:00 2001 From: remittor Date: Thu, 19 Oct 2023 15:39:49 +0300 Subject: [PATCH] Add luci-app-netspeedtest --- _addons.config | 2 ++ r3d.config | 2 ++ rb03.config | 3 ++- 3 files changed, 6 insertions(+), 1 deletion(-) 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