From 230ff3334e7a02624f9fc81e14b40105dad57c21 Mon Sep 17 00:00:00 2001 From: lgs2007m <116912542@qq.com> Date: Mon, 9 Jan 2023 18:55:04 +0800 Subject: [PATCH] Delete README.md --- README.md | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 8bccb2a..0000000 --- a/README.md +++ /dev/null @@ -1,30 +0,0 @@ -# 借助 GitHub Actions 的 OpenWrt 在线自动编译. - -### 固件发布: -[![GitHub release (latest by date)](https://img.shields.io/github/v/release/moruiris/Actions-OpenWrt?style=for-the-badge&label=固件下载)](https://github.com/moruiris/Actions-OpenWrt/releases/latest) - -#### 固件源码来源 -- 官方-[openwrt/openwrt](https://github.com/openwrt/openwrt). -```bash -https://github.com/openwrt/openwrt -``` -- Lean-[coolsnowwolf/lede](https://github.com/coolsnowwolf/lede). -```bash -https://github.com/coolsnowwolf/lede -``` -- immortalwrt-[immortalwrt/immortalwrt](https://github.com/immortalwrt/immortalwrt). -```bash -https://github.com/immortalwrt/immortalwrt -``` -- Lienol-[Lienol/openwrt](https://github.com/Lienol/openwrt). -```bash -https://github.com/Lienol/openwrt -``` - -### 固件初始配置 -- 默认管理IP:`192.168.1.1` 用户名:`root`密码:`password` - -### 感谢名单(向他们学习才有这个项目) -- [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) -- [kenzok8/openwrt_Build](https://github.com/kenzok8/openwrt_Build)