新增部分移动通讯模组依赖
This commit is contained in:
@@ -36,10 +36,16 @@ CONFIG_PACKAGE_luci-i18n-hd-idle-zh-cn=y
|
||||
CONFIG_PACKAGE_luci-app-filebrowser=y
|
||||
CONFIG_PACKAGE_luci-i18n-filebrowser-zh-cn=y
|
||||
|
||||
CONFIG_PACKAGE_sendat=y
|
||||
CONFIG_PACKAGE_sms-tool=y
|
||||
CONFIG_PACKAGE_meig-cm=y
|
||||
CONFIG_PACKAGE_quectel-CM-5G=y
|
||||
CONFIG_PACKAGE_fibocom-dial=y
|
||||
CONFIG_PACKAGE_kmod-pcie_mhi=y
|
||||
CONFIG_PACKAGE_kmod-gobinet=y
|
||||
CONFIG_PACKAGE_quectel-CM-5G=y
|
||||
CONFIG_PACKAGE_kmod-qmi_wwan_q=y
|
||||
CONFIG_PACKAGE_kmod-qmi_wwan_f=y
|
||||
CONFIG_PACKAGE_kmod-qmi_wwan_m=y
|
||||
CONFIG_PACKAGE_luci-app-modem=y
|
||||
CONFIG_PACKAGE_luci-i18n-modem-zh-cn=y
|
||||
CONFIG_PACKAGE_luci-app-sms-tool=y
|
||||
@@ -64,3 +70,5 @@ CONFIG_PACKAGE_luci-app-store=y
|
||||
CONFIG_PACKAGE_quickstart=y
|
||||
CONFIG_PACKAGE_luci-app-quickstart=y
|
||||
CONFIG_PACKAGE_luci-i18n-quickstart-zh-cn=y
|
||||
CONFIG_PACKAGE_luci-app-eqosplus=y
|
||||
CONFIG_PACKAGE_luci-i18n-eqosplus-zh-cn=y
|
||||
|
||||
12
diy-part2.sh
12
diy-part2.sh
@@ -45,7 +45,7 @@ cp -f $GITHUB_WORKSPACE/configfiles/rk3568-mrkaio-m68s-plus.dts target/linux/roc
|
||||
|
||||
|
||||
|
||||
#修改uhttpd配置文件,启用nginx
|
||||
# 修改uhttpd配置文件,启用nginx
|
||||
# sed -i "/.*uhttpd.*/d" .config
|
||||
# sed -i '/.*\/etc\/init.d.*/d' package/network/services/uhttpd/Makefile
|
||||
# sed -i '/.*.\/files\/uhttpd.init.*/d' package/network/services/uhttpd/Makefile
|
||||
@@ -58,7 +58,7 @@ cp -a $GITHUB_WORKSPACE/configfiles/etc/* package/base-files/files/etc/
|
||||
|
||||
|
||||
|
||||
#轮询检查ubus服务是否崩溃,崩溃就重启ubus服务,只针对rk3566机型,如黑豹X2和荐片TV盒子。
|
||||
# 轮询检查ubus服务是否崩溃,崩溃就重启ubus服务,只针对rk3566机型,如黑豹X2和荐片TV盒子。
|
||||
cp -f $GITHUB_WORKSPACE/configfiles/httpubus package/base-files/files/etc/init.d/httpubus
|
||||
cp -f $GITHUB_WORKSPACE/configfiles/ubus-examine.sh package/base-files/files/bin/ubus-examine.sh
|
||||
chmod 755 package/base-files/files/etc/init.d/httpubus
|
||||
@@ -66,7 +66,7 @@ chmod 755 package/base-files/files/bin/ubus-examine.sh
|
||||
|
||||
|
||||
|
||||
#集成黑豹X2和荐片TV盒子WiFi驱动,默认不启用WiFi
|
||||
# 集成黑豹X2和荐片TV盒子WiFi驱动,默认不启用WiFi
|
||||
cp -a $GITHUB_WORKSPACE/configfiles/firmware/* package/firmware/
|
||||
cp -f $GITHUB_WORKSPACE/configfiles/opwifi package/base-files/files/etc/init.d/opwifi
|
||||
chmod 755 package/base-files/files/etc/init.d/opwifi
|
||||
@@ -74,7 +74,11 @@ chmod 755 package/base-files/files/etc/init.d/opwifi
|
||||
|
||||
|
||||
|
||||
#集成CPU性能跑分脚本
|
||||
# 集成CPU性能跑分脚本
|
||||
cp -a $GITHUB_WORKSPACE/configfiles/coremark/* package/base-files/files/bin/
|
||||
chmod 755 package/base-files/files/bin/coremark
|
||||
chmod 755 package/base-files/files/bin/coremark.sh
|
||||
|
||||
|
||||
# 定时限速插件
|
||||
git clone --depth=1 https://github.com/sirpdboy/luci-app-eqosplus package/luci-app-eqosplus
|
||||
@@ -933,10 +933,16 @@ CONFIG_PACKAGE_luci-app-hd-idle=y
|
||||
CONFIG_PACKAGE_luci-i18n-hd-idle-zh-cn=y
|
||||
CONFIG_PACKAGE_luci-app-filebrowser=y
|
||||
CONFIG_PACKAGE_luci-i18n-filebrowser-zh-cn=y
|
||||
CONFIG_PACKAGE_sendat=y
|
||||
CONFIG_PACKAGE_sms-tool=y
|
||||
CONFIG_PACKAGE_meig-cm=y
|
||||
CONFIG_PACKAGE_quectel-CM-5G=y
|
||||
CONFIG_PACKAGE_fibocom-dial=y
|
||||
CONFIG_PACKAGE_kmod-pcie_mhi=y
|
||||
CONFIG_PACKAGE_kmod-gobinet=y
|
||||
CONFIG_PACKAGE_quectel-CM-5G=y
|
||||
CONFIG_PACKAGE_kmod-qmi_wwan_q=y
|
||||
CONFIG_PACKAGE_kmod-qmi_wwan_f=y
|
||||
CONFIG_PACKAGE_kmod-qmi_wwan_m=y
|
||||
CONFIG_PACKAGE_luci-app-modem=y
|
||||
CONFIG_PACKAGE_luci-i18n-modem-zh-cn=y
|
||||
CONFIG_PACKAGE_luci-app-sms-tool=y
|
||||
@@ -955,3 +961,5 @@ CONFIG_PACKAGE_coreutils-base64=y
|
||||
CONFIG_PACKAGE_coreutils-stty=y
|
||||
CONFIG_PACKAGE_coreutils-nohup=y
|
||||
CONFIG_PACKAGE_luci-app-store=y
|
||||
CONFIG_PACKAGE_luci-app-eqosplus=y
|
||||
CONFIG_PACKAGE_luci-i18n-eqosplus-zh-cn=y
|
||||
|
||||
Reference in New Issue
Block a user