Skip to content

请问自己编译固件时,如果设置让编译出来的passwall是源的最新版本 #1872

Answered by smallprogram
chika0801 asked this question in Q&A
Discussion options

You must be logged in to vote

现在分为package和luci两个分支了。你需要将两个分支合并,不要在feeds里配置,直接将两个分支克隆到op的package里并合并。
如果使用lean的op源码,比较高效的方法:

git clone https://github.com/xiaorouji/openwrt-passwall.git -b packages ./package/lean/passwall_package
git clone https://github.com/xiaorouji/openwrt-passwall.git -b luci ./package/lean/passwall
cp -rf ./package/lean/passwall_package/* ./package/lean/passwall
rm -rf ./package/lean/passwall_package

其他OP或者官方OP也是一个道理。
之后再make menuconfig勾选再编译。
如果你不会搞,用我的OpenWrtAction也行。里边也有本地wsl2的一键编译脚本。目前支持x86,R2S,R4S,R2C,XiaomiR3G。

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
5 replies
@chika0801
Comment options

@sunlt77
Comment options

@smallprogram
Comment options

@sunlt77
Comment options

@ChXingMF
Comment options

Answer selected by chika0801
Comment options

You must be logged in to vote
4 replies
@chika0801
Comment options

@clion007
Comment options

@pawn144454
Comment options

@clion007
Comment options

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