Skip to content

怎么在 hanwckf 的 immortalwrt-mt798x 源码(21.02)基础上中 添加 最新passwall 源码编译? #3394

Answered by ATang007ZH
ATang007ZH asked this question in Q&A
Discussion options

You must be logged in to vote

请问解决了吗?我也想知道

解决了。

问题是要删除源码里的相关旧文件文件,然后更新最新版本。

1.更新 golang

  • name: Update feeds
    run: |
    cd openwrt
    ./scripts/feeds update -a
    git clone -b master --single-branch https://github.com/immortalwrt/packages.git packages_master
    rm -rf ./feeds/packages/lang/golang
    mv ./packages_master/lang/golang ./feeds/packages/lang
    rm -rf ./packages_master

2.删除旧文件并更新最新文件

- name: Install feeds
  run: |
    cd openwrt && ./scripts/feeds install -a
    rm -rf feeds/luci/applications/luci-app-passwall/
    rm -rf feeds/packages/net/xray-core/
    rm -rf feeds/packages/net/xray-plugin/
    git clone https://github.com/xiaorouji/openwrt-passwall package/luci-app-passwall
    git clone https://github.com/xiaorouji/op…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@zjy2200656
Comment options

@ATang007ZH
Comment options

Answer selected by ATang007ZH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants