修复编译问题

This commit is contained in:
Hyy2001X 2022-03-24 20:25:21 +08:00
parent d5e151b316
commit 1264ecf4f6
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ env:
# 编译时调用的 [.config] 文件名称 # 编译时调用的 [.config] 文件名称
CONFIG_FILE: xiaomi_redmi-router-ax6s CONFIG_FILE: xiaomi_redmi-router-ax6s
# 源码仓库:分支 # 源码仓库:分支
DEFAULT_SOURCE: coolsnowwolf/lede:master DEFAULT_SOURCE: immortalwrt/immortalwrt:master
# 上传固件到 Github Releases # 上传固件到 Github Releases
UPLOAD_RELEASES: true UPLOAD_RELEASES: true
# 上传固件到 Github Artifacts # 上传固件到 Github Artifacts

View File

@ -72,8 +72,8 @@ Firmware_Diy() {
Copy ${CustomFiles}/fake-automount $(PKG_Finder d "package" automount)/files 15-automount Copy ${CustomFiles}/fake-automount $(PKG_Finder d "package" automount)/files 15-automount
;; ;;
x86_64) x86_64)
AddPackage git other openwrt-passwall xiaorouji packages AddPackage git passwall-depends openwrt-passwall xiaorouji packages
AddPackage git other openwrt-passwall xiaorouji luci AddPackage git passwall-luci openwrt-passwall xiaorouji luci
rm -rf packages/lean/autocore rm -rf packages/lean/autocore
AddPackage git lean autocore-modify Hyy2001X master AddPackage git lean autocore-modify Hyy2001X master
;; ;;