怎么在 hanwckf 的 immortalwrt-mt798x 源码(21.02)基础上中 添加 最新passwall 源码编译? #3394
Answered
by
ATang007ZH
ATang007ZH
asked this question in
Q&A
-
mt7981路由器,因为闭源无线性能好,所以一直用的 hanwckf 的 immortalwrt-mt798x 源码(21.02)编译固件。 更新了 feeds: 在 ./scripts/feeds update -a 之后也更新了golang 但是最终编译出来的固件里的 passwall 里 xray等模块 还是旧版的,没更新。问题出在哪里? |
Beta Was this translation helpful? Give feedback.
Answered by
ATang007ZH
Oct 6, 2024
Replies: 1 comment 2 replies
-
请问解决了吗?我也想知道 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
解决了。
问题是要删除源码里的相关旧文件文件,然后更新最新版本。
1.更新 golang
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.删除旧文件并更新最新文件