You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,30 +12,31 @@ Build OpenWrt using GitHub Actions
12
12
13
13
- Click the [Use this template](https://github.com/P3TERX/Actions-OpenWrt/generate) button to create a new repository.
14
14
- Generate `.config` files using [Lean's OpenWrt](https://github.com/coolsnowwolf/lede) source code. ( You can change it through environment variables in the workflow file. )
15
-
- Push `.config` file to the GitHub repository, and the build starts automatically.Progress can be viewed on the Actions page.
15
+
- Push `.config` file to the GitHub repository.
16
+
- Select `Build OpenWrt` on the Actions page.
17
+
- Click the `Run workflow` button.
16
18
- When the build is complete, click the `Artifacts` button in the upper right corner of the Actions page to download the binaries.
17
19
18
-
###Tips
20
+
## Tips
19
21
20
-
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](https://github.com/search?q=Actions-openwrt).
21
-
22
-
Add some meta info of your built firmware (such as firmware architecture and installed packages) to your repository introduction, this will save others' time.
22
+
- 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](https://github.com/search?q=Actions-openwrt).
23
+
- Add some meta info of your built firmware (such as firmware architecture and installed packages) to your repository introduction, this will save others' time.
0 commit comments