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