增加mt6000 需要的依赖

This commit is contained in:
悟空的日常镜像仓库 2024-03-22 16:53:33 +08:00
parent 784168b151
commit d2be7a0db1
4 changed files with 10 additions and 2 deletions

View File

@ -27,8 +27,7 @@ setup_base_init() {
## 设置防火墙wan 打开,方便主路由访问 ## 设置防火墙wan 打开,方便主路由访问
uci set firewall.@zone[1].input='ACCEPT' uci set firewall.@zone[1].input='ACCEPT'
uci commit firewall uci commit firewall
# 解决首页“已联网”的UI问题
recovery_opkg_settings
} }
## 安装应用商店和主题 ## 安装应用商店和主题
@ -320,6 +319,13 @@ update_opkg_config() {
echo "Failed to update opkg configuration." echo "Failed to update opkg configuration."
return 1 return 1
fi fi
# 更换5.4.238 内核之后 缺少的依赖
mkdir -p /tmp/mt6000
wget -O /tmp/mt6000/script-utils.ipk "https://raw.githubusercontent.com/wukongdaily/gl-inet-onescript/master/mt-6000/script-utils.ipk"
wget -O /tmp/mt6000/mdadm.ipk "https://raw.githubusercontent.com/wukongdaily/gl-inet-onescript/master/mt-6000/mdadm.ipk"
wget -O /tmp/mt6000/lsblk.ipk "https://raw.githubusercontent.com/wukongdaily/gl-inet-onescript/master/mt-6000/lsblk.ipk"
opkg update
opkg install /tmp/mt6000/*.ipk
} }
do_luci_app_adguardhome() { do_luci_app_adguardhome() {
@ -433,6 +439,8 @@ while true; do
# 设置风扇工作温度 # 设置风扇工作温度
setup_cpu_fans setup_cpu_fans
fi fi
# 解决首页“已联网”的UI问题
recovery_opkg_settings
#先安装istore商店 #先安装istore商店
do_istore do_istore
#安装iStore风格 #安装iStore风格

BIN
mt-6000/lsblk.ipk Normal file

Binary file not shown.

BIN
mt-6000/mdadm.ipk Normal file

Binary file not shown.

BIN
mt-6000/script-utils.ipk Normal file

Binary file not shown.