update 2022-12-11 20:17:54
This commit is contained in:
parent
8ee65a75b7
commit
17d0de2403
|
@ -10,7 +10,7 @@ PKG_NAME:=luci-app-cloudflarespeedtest
|
||||||
LUCI_TITLE:=LuCI support for Cloudflares Speed Test
|
LUCI_TITLE:=LuCI support for Cloudflares Speed Test
|
||||||
LUCI_DEPENDS:=+cdnspeedtest +openssl-util +curl
|
LUCI_DEPENDS:=+cdnspeedtest +openssl-util +curl
|
||||||
LUCI_PKGARCH:=all
|
LUCI_PKGARCH:=all
|
||||||
PKG_VERSION:=1.4.8
|
PKG_VERSION:=1.4.9
|
||||||
PKG_RELEASE:=0
|
PKG_RELEASE:=0
|
||||||
PKG_LICENSE:=AGPL-3.0
|
PKG_LICENSE:=AGPL-3.0
|
||||||
PKG_MAINTAINER:=mingxiaoyu <fengying0347@163.com>
|
PKG_MAINTAINER:=mingxiaoyu <fengying0347@163.com>
|
||||||
|
|
|
@ -151,7 +151,7 @@ function ip_replace(){
|
||||||
passwall2_best_ip
|
passwall2_best_ip
|
||||||
restart_app
|
restart_app
|
||||||
host_ip
|
host_ip
|
||||||
if
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
function passwall_best_ip(){
|
function passwall_best_ip(){
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
do_pre_kmodload()
|
do_pre_kmodload()
|
||||||
{
|
{
|
||||||
|
return
|
||||||
test -e /etc/modules.d/mt7915e && {
|
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
|
cat /etc/modules.d/mt7915e | grep -q wed_enable=Y || echo mt7915e wed_enable=Y >/etc/modules.d/mt7915e
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue