Giter Site home page Giter Site logo

wky-ws1608-arm_s805-firmware's Introduction

English | 中文

Actions-OpenWrt

LICENSE GitHub Stars GitHub Forks

A template for building OpenWrt with GitHub Actions

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.

Credits

License

MIT © P3TERX

https://github.com/jacelift/OneCloud-OpenWRT-Image-Builder

OpenWRT镜像

  • 建议使用Lean的OpenWRT源
  • 编译环境的搭建与编译方法见其说明
  • Target System选择Broadcom BCM27xxSubtarget选择BCM2710 boards (64 bit)Target Profile选择Raspberry Pi 2B-1.2/3B/3B+/3CM
  • Target Image需要勾选ext4
  • 编译之后的镜像:bin/targets/brcm2708/bcm2710/openwrt-brcm2708-bcm2710-rpi-3-ext4-factory.img.gz
  • 解压:gunzip openwrt-brcm2708-bcm2710-rpi-3-ext4-factory.img.gz得到OpenWRT的镜像文件:openwrt-brcm2708-bcm2710-rpi-3-ext4-factory.img

初始配置

初始配置与程序在files文件夹下:

  • etc/modules.d/wireless_enable:无线硬件的设置,原地址https://github.com/maxlicheng/phicomm-n1-wireless,不要删除
  • etc/config/network:网络接口配置,默认IP为192.168.1.254,网关192.168.1.1,DNS114.114.114.114
  • etc/config/dhcp:DHCP配置,默认关闭DHCP服务
  • etc/config/wireless:无线网络配置,默认关闭无线网络

etc/config下的文件可以删除,路由第一次启动会自动生成默认的配置文件。

可以把当前路由的备份文件合并到files中。

wky-ws1608-arm_s805-firmware's People

Contributors

jacelift avatar p3terx avatar gladtbam avatar zwillhill avatar mattraks avatar cmsax avatar

Stargazers

 avatar  avatar

Watchers

 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.