Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 976 Bytes

File metadata and controls

23 lines (15 loc) · 976 Bytes

logo

OpenWrt项目

这个项目fork自OpenWrt

默认登录地址: http://172.16.0.1, 用户名: root, 密码: 无.

如何编译自己需要的 OpenWrt 固件

快速开始

  1. 执行命令 git clone -b <branch> --single-branch https://github.com/SandroDickens/openwrt.git 下载源码.
  2. 执行命令 cd openwrt 进入源码目录.
  3. 执行命令 ./scripts/feeds update -a 获取feeds.conf / feeds.conf.default中定义的最新的包.
  4. 执行命令 ./scripts/feeds install -a to install symlinks for all obtained packages into package/feeds/
  5. 执行命令 make menuconfig 选择你需要的toolchain, target system和firmware包生成配置文件.
  6. 执行命令 make download -j$(nproc) V=sc 下载源码、交叉编译工具链、Linux内核等(需要能访问国际互联网, 此过程可能会有部分文件下载失败, 为保守起见最好执行2遍).
  7. 执行命令 make -j$(nproc) V=sc 编译固件.

License

OpenWrt is licensed under GPL-2.0