看到作者近期在重构项目,由于小弟的fork已经改得不成人形,每次同步upstream都是灾难级冲突,所以决定把一些功能PR到作者这里,故征询作者意见。 - 基于[openwrt sdk](https://hub.docker.com/r/immortalwrt/sdk)容器一键本地构建的脚本 [[1]](https://github.com/LazuliKao/wrt_release/blob/main/start.sh) - 分模块配置文件,多个固件可以共用一些插件配置,然后ini选择开启哪些模板 [[1]](https://github.com/LazuliKao/wrt_release/blob/main/compilecfg/qnap_301w_ipq.ini#L8) [[2]](https://github.com/LazuliKao/wrt_release/tree/main/deconfig/packages) [[3]](https://github.com/LazuliKao/wrt_release/blob/main/build.sh#L64) - ini中可配置禁用或启用特定函数:[[1]](https://github.com/LazuliKao/wrt_release/blob/main/update.sh#L1842) [[2]](https://github.com/LazuliKao/wrt_release/blob/main/update.sh#L1666-L1708) [[使用]](https://github.com/LazuliKao/wrt_release/blob/main/compilecfg/cudy_tr3000.ini#L4) - kernel magic伪造并加入官方kmod源 [[1]](https://github.com/LazuliKao/wrt_release/blob/main/update.sh#L1547-L1571) [[2]](https://github.com/LazuliKao/wrt_release/blob/main/compilecfg/cudy_tr3000.ini#L5) - OpenWrt的docker/moby更新到v29并使用[nftable模式](https://docs.docker.com/engine/network/firewall-nftables/) - cudy_tr3000大分区和qnap 301w的编译配置 - 内置ohmyzsh和相关插件 [[1]](https://github.com/LazuliKao/wrt_release/blob/main/update.sh#L1451-L1490) - ... 可能还有些忘了 [详见fork](https://github.com/lazulikao/wrt_release) 引用了部分内容,需要的功能留言之后我有空再提PR,作者也可在重构过程中参考。 另外希望可以进行一些模块化改进。 PS. 上半年有亿点忙,本来想迁移后测通再提的,看来要点时间了,有没有好心人帮忙迁移验证(主要是测试验证很花时间)
看到作者近期在重构项目,由于小弟的fork已经改得不成人形,每次同步upstream都是灾难级冲突,所以决定把一些功能PR到作者这里,故征询作者意见。
引用了部分内容,需要的功能留言之后我有空再提PR,作者也可在重构过程中参考。
另外希望可以进行一些模块化改进。
PS. 上半年有亿点忙,本来想迁移后测通再提的,看来要点时间了,有没有好心人帮忙迁移验证(主要是测试验证很花时间)