Skip to content

This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git.

License

Notifications You must be signed in to change notification settings

SandroDickens/openwrt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 65.5%
  • Makefile 16.4%
  • Roff 7.2%
  • Shell 5.9%
  • Perl 2.3%
  • Assembly 1.3%
  • Other 1.4%