Build OpenWrt for X86/R2S/Pi4/Acrh17/R1Plus/R4S using GitHub Actions.
Pi4/R4S/R2S/R1Plus version is very aggressive.(By using master branch of immortalwrt)
Please make sure you can accept various unexpected situations such as disconnection and crash before use.
Follwo meClick Releases and download the firmware you need.
- Default login address of x86/pi4 is 10.10.10.10
- Default login address of r4s/r2s/r1plus/acrh17 is 10.0.0.1
- Default login address of r1s-h5 is 192.168.3.1
- Default username is root and password is password.(Universal for all versions)
- This version of OpenWrt is very simple.lt has only a small part of luci's apps.
- If you want more applications, fork my repo and make your own version.
- Or, you can use the action with ssh to make your own version.
- Click the Fork button to create a new repository.
- Generate
.config
files using Lede (for x86 and acrh17) or ImmortalWrt (for others) source code. - You can change source code through environment variables in the workflow file. Tutorials
- Add your own
seed.config
toSEED
folder. Tutorials - 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.
MIT © F-T-Otaku