Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

Latest commit

 

History

History
95 lines (41 loc) · 2.25 KB

README.md

File metadata and controls

95 lines (41 loc) · 2.25 KB

Lede openwrt lienol Mortal apps

介绍


使用Lede或Openwrt源码在线编译x86固件!


固件编译


Secrets名称 功能 备注
REPO_TOKEN Gtihub actions 编译用 token 必须
TELEGRAM_CHAT_ID Telegram 通知个人 ID 可选
TELEGRAM_BOT_TOKEN Telegram 通知 token 可选
PUSH_PLUS_TOKEN Pushplus 微信通知 token 可选

固件安装、更新


  • PVE lxc容器Openwrt

  • 普通OpenWrt

    • 命令行输入autoupdate更新,详见其命令行说明;或使用luci-app-autoupdate插件更新(编译默认安装)


说明


OpenWrt用作lxc容器部署时,会有部分兼容性问题,做了以下补丁。

lxc版本OpenWrt部分补丁:

  • autocore.patch——修改CPU信息显示
  • ethinfo.patch——修复ethtool: bad command line argument(s) For more information run ethtool -h错误
  • index.patch——修复最大连接数无法获取而显示默认4096
  • sysctl.patch——网络优化

鸣谢


coolsnowwolf Hyy2001X nicholas-opensource 281677160 感谢各位大佬