update 2022-12-11 20:17:54

This commit is contained in:
github-actions[bot] 2022-12-11 20:17:54 +08:00
parent 8ee65a75b7
commit 17d0de2403
3 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@ PKG_NAME:=luci-app-cloudflarespeedtest
LUCI_TITLE:=LuCI support for Cloudflares Speed Test
LUCI_DEPENDS:=+cdnspeedtest +openssl-util +curl
LUCI_PKGARCH:=all
PKG_VERSION:=1.4.8
PKG_VERSION:=1.4.9
PKG_RELEASE:=0
PKG_LICENSE:=AGPL-3.0
PKG_MAINTAINER:=mingxiaoyu <fengying0347@163.com>

View File

@ -151,7 +151,7 @@ function ip_replace(){
passwall2_best_ip
restart_app
host_ip
if
fi
}
function passwall_best_ip(){

View File

@ -2,6 +2,7 @@
do_pre_kmodload()
{
return
test -e /etc/modules.d/mt7915e && {
cat /etc/modules.d/mt7915e | grep -q wed_enable=Y || echo mt7915e wed_enable=Y >/etc/modules.d/mt7915e
}