目录
开发环境搭建
开发环境选用Ubuntu。环境搭建与配置后续补充
源代码下载
openwrt源码简介、分类
源码下载
将源码克隆到本地
https://gitee.com/harvey520/openwrt.git 每天自动从官方源拉取更新一次,不会存在更新不及时问题
git clone https://gitee.com/harvey520/openwrt.git
修改 openwrt 源码目录的 feeds.conf.default 文件中的镜像源
- 将 https://git.openwrt.org/feed/packages.git 改为 https://gitee.com/harvey520/packages.git
- 将 https://git.openwrt.org/project/luci.git 改为 https://gitee.com/harvey520/luci.git
- 将 https://git.openwrt.org/feed/routing.git 改为 https://gitee.com/harvey520/routing.git
- 将 https://git.openwrt.org/feed/telephony.git 改为 https://gitee.com/harvey520/telephony.git
https://gitee.com/harvey520 中的镜像源每天自动从官方源更新一次,不会存在过期或更