From d9d5b595dd9b5659ca9d08bc931d0e9a69115473 Mon Sep 17 00:00:00 2001 From: moruiris <53965900+moruiris@users.noreply.github.com> Date: Sat, 16 Oct 2021 16:20:45 +0800 Subject: [PATCH] Add files via upload --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bf3e0fb --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# 借助 GitHub Actions 的 OpenWrt 在线自动编译. + +编译固件初始配置 + +后台地址:192.168.1.1 密码:password + +官方-[openwrt/openwrt](https://github.com/openwrt/openwrt). + +Lean-[coolsnowwolf/lede](https://github.com/coolsnowwolf/lede). + +Lienol-[Lienol/openwrt](https://github.com/Lienol/openwrt). + +immortalwrt-[immortalwrt/immortalwrt](https://github.com/immortalwrt/immortalwrt). + + +感谢[P3TERX](https://github.com/P3TERX/Actions-OpenWrt)珠玉在前. + +[Read the details in my blog (in Chinese) | 中文教程](https://p3terx.com/archives/build-openwrt-with-github-actions.html)