diff --git a/.github/workflows/build-x86-64-24.10.x.yml b/.github/workflows/build-x86-64-24.10.x.yml index 4154b324f..aec0f1222 100644 --- a/.github/workflows/build-x86-64-24.10.x.yml +++ b/.github/workflows/build-x86-64-24.10.x.yml @@ -17,7 +17,7 @@ on: custom_router_ip: description: "请设置路由器的管理地址(仅对多网口路由器有效) 格式:192.168.x.1 或 10.x.x.1" required: true - default: "192.168.100.1" + default: "192.168.2.254" profile: description: '请输入要编译固件大小 单位(MB)' required: true diff --git a/x86-64/build23.sh b/x86-64/build23.sh index 286a00ce7..8660809ed 100644 --- a/x86-64/build23.sh +++ b/x86-64/build23.sh @@ -52,13 +52,12 @@ PACKAGES="$PACKAGES luci-app-argon-config" PACKAGES="$PACKAGES luci-i18n-argon-config-zh-cn" PACKAGES="$PACKAGES luci-i18n-opkg-zh-cn" PACKAGES="$PACKAGES luci-i18n-ttyd-zh-cn" -PACKAGES="$PACKAGES luci-i18n-passwall-zh-cn" PACKAGES="$PACKAGES luci-app-openclash" PACKAGES="$PACKAGES luci-i18n-homeproxy-zh-cn" PACKAGES="$PACKAGES openssh-sftp-server" -PACKAGES="$PACKAGES luci-i18n-samba4-zh-cn" +PACKAGES="$PACKAGES kmod-mlx4-core" +PACKAGES="$PACKAGES kmod-mlx5-core" # 静态文件服务器dufs(推荐) -PACKAGES="$PACKAGES luci-i18n-dufs-zh-cn" # ======== shell/custom-packages.sh ======= # 合并imm仓库以外的第三方插件 PACKAGES="$PACKAGES $CUSTOM_PACKAGES" diff --git a/x86-64/build24.sh b/x86-64/build24.sh index c7bb7bf81..a6112877f 100644 --- a/x86-64/build24.sh +++ b/x86-64/build24.sh @@ -54,15 +54,12 @@ PACKAGES="$PACKAGES luci-i18n-argon-config-zh-cn" #24.10 PACKAGES="$PACKAGES luci-i18n-package-manager-zh-cn" PACKAGES="$PACKAGES luci-i18n-ttyd-zh-cn" -PACKAGES="$PACKAGES luci-i18n-passwall-zh-cn" PACKAGES="$PACKAGES luci-app-openclash" -PACKAGES="$PACKAGES luci-i18n-homeproxy-zh-cn" PACKAGES="$PACKAGES openssh-sftp-server" -PACKAGES="$PACKAGES luci-i18n-samba4-zh-cn" +PACKAGES="$PACKAGES kmod-mlx4-core" +PACKAGES="$PACKAGES kmod-mlx5-core" # 文件管理器 PACKAGES="$PACKAGES luci-i18n-filemanager-zh-cn" -# 静态文件服务器dufs(推荐) -PACKAGES="$PACKAGES luci-i18n-dufs-zh-cn" # ======== shell/custom-packages.sh ======= # 合并imm仓库以外的第三方插件 PACKAGES="$PACKAGES $CUSTOM_PACKAGES"