2021年8月21日更新
请前往阅读新文章,旧文章不做修改。https://elstec.cn/archives/202108212
我的解决方案
我是云编译,所以是 Fork
仓库,本地编译的话需要编辑的文件一样。
1.Fork
大雕的 Lede
仓库。
https://github.com/coolsnowwolf/lede
2.在源码根目录可以看到 feeds.conf.default
这个文件,打开编辑。
3.找到被注释掉的代码。取消注释然后就跟平常编译是一样的。
#src-git helloworld https://github.com/fw876/helloworld
4.改完之后如下
src-git packages https://github.com/coolsnowwolf/packages
src-git luci https://github.com/coolsnowwolf/luci
src-git routing https://git.openwrt.org/feed/routing.git;openwrt-19.07
#src-git telephony https://git.openwrt.org/feed/telephony.git;openwrt-19.07
src-git helloworld https://github.com/fw876/helloworld