GithubHelp home page GithubHelp logo

actions-lean-openwrt's Introduction

Actions-Lean-OpenWrt

  • mastercoolsnowwolf/lede编译.
  • 自定义文件 “files 大法”是把你自定义的配置编译到固件里。这样升级或恢复出厂设置都不需要保留配置,缺省值就是自定义的配置。
  • 如你现在的network设置编译进固件:首先提取路由固件下的\etc\config\network 然后在项目根目录下创建files目录并push\files\etc\config\network ,最后编译出来的固件就是现在设置的network。
  • 通过修改diypart1.sh文件修改feeds.conf.default配置。默认添加fw876/helloworld
  • 通过修改diypart2.sh文件可以自定义默认IP,登陆密码等。按我的需要现在的默认IP为192.168.1.11,不需要更改的加#注释就可以。
  • 自定义编译的方法可以搭配使用,自己需要的服务一般不会随意变化,就可以在 make menuconfig 选好(新手参考OpenWrt MenuConfig设置和LuCI插件选项说明)后执行 ./scripts/diffconfig.sh > seed.config 复制一下这个seed.config的文本内容到项目根目录的.config文件中(建议自命名),这样就不用每次都SSH连接到 Actions生成编译配置,真正一键编译。
  • 修改.github/workflows/build-openwrt.yml.config为你的自命名###.config文件。
  • 另外如果,使用“files 大法”仓库最好设为私有,否则你的配置信息,如宽带账号等会公开在网上。
  • 如果需要可以编写多个workflows文件对应###.config,开启多流程同时编译。

actions-lean-openwrt's People

Contributors

lancenas avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.