Skip to content

PyzmxU/OpenWrt-x86_64-vps-dd-firmware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1.插件不要全部选,会编译出错 make menuconfig选EXT4 软件太多修改默认根目录160大小

2.为适配VPS dd openwrt 已经 修改 WAN口为DHCP
LAN口 192.168.1.1

3.没DHCP的VPS
修改network 改WAN口为VPS的ip gateway netmask后编译

4.已知编译出错插件
luci-theme-argon 选择argon主题后不选
ppp-mod-pppoe
transmission-web (不选,与transmission-web-control冲突)
samba36-server(不和samba4组件共存)
samba与samba4不能共存,取消samba需要先取消autosamba

5.流程图
如果增加软件源去掉diy-part1.sh注释 -》 vps没DHCP修改network -》ACTIONS -Build OpenWrt -run workflow ssh true -》

ssh登录-》cd openwrt && make menuconfig 选EXT4 软件包

===============================================================================================================

Actions-OpenWrt

LICENSE GitHub Stars GitHub Forks

Build OpenWrt using GitHub Actions

Read the details in my blog (in Chinese) | 中文教程

Usage

  • Click the Use this template button to create a new repository.
  • Generate .config files using Lean's OpenWrt source code. ( You can change it through environment variables in the workflow file. )
  • Push .config file to the GitHub repository.
  • Select Build OpenWrt on the Actions page.
  • Click the Run workflow button.
  • When the build is complete, click the Artifacts button in the upper right corner of the Actions page to download the binaries.

Tips

  • 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 search Actions-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.

Acknowledgments

License

MIT © P3TERX

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages