如果需要从官方源安装内核包, 请从 imagebuilder
生成镜像.
从源码编译的固件从官方源安装内核包会报错, 需要手动强制安装.
ipv6支持
luci-theme-argon # argon主题
luci-app-wolplus # 网络唤醒
luci-app-ddns # ddns
luci-app-advanced # 高级设置
luci-app-upnp # upnp
luci-app-vlmcsd # kms的luci控制面板
luci-app-arpbind # ip/mac绑定(arp绑定)
luci-app-ttyd # 网页终端
手动设置防火墙wan入站为允许即可,本人测试公网IP这么设置是能nat1. 其他环境不清楚
暂无
暂无
Build OpenWrt using GitHub Actions
Read the details in my blog (in Chinese) | 中文教程
- 点击 Use this template 按钮使用这个模板创建 repository.
- 使用 Lean's OpenWrt 源码生成
.config
文件. - 上传
.config
文件到 GitHub repository. - 在 Actions 页选择需要编译的版本.
- 点击
Run workflow
按钮开始编译. - 如果编译完成, 在
Artifacts
标签下可以下载OpenWrt的二进制固件.
- It may take a long time to create a
.config
file and build the OpenWrt firmware. Thus, before create repository to build your own firmware, you may check out if others have already built it which meet your needs by simply searchActions-Openwrt
in GitHub. - Add some meta info of your built firmware (such as firmware architecture and installed packages) to your repository introduction, this will save others' time.