https://github.com/eallion/openwrt
📦️ Build ImmortalWrt quickly using ImageBuilder in GitHub Actions.
https://github.com/eallion/openwrt
imagebuilder immortalwrt lede openwrt router
Last synced: 5 months ago
JSON representation
📦️ Build ImmortalWrt quickly using ImageBuilder in GitHub Actions.
- Host: GitHub
- URL: https://github.com/eallion/openwrt
- Owner: eallion
- License: gpl-3.0
- Created: 2020-06-16T06:20:54.000Z (over 5 years ago)
- Default Branch: wukongdaily/AutoBuildImmortalWrt
- Last Pushed: 2025-05-06T01:23:59.000Z (5 months ago)
- Last Synced: 2025-05-06T22:52:43.273Z (5 months ago)
- Topics: imagebuilder, immortalwrt, lede, openwrt, router
- Language: Shell
- Homepage: https://github.com/wukongdaily/AutoBuildImmortalWrt
- Size: 861 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenWrt(ImmortalWrt) ImageBuilder
Build ImmortalWrt quickly using `immortalwrt/imagebuilder` in GitHub Actions.
[](https://github.com/wukongdaily/AutoBuildImmortalWrt/blob/master/LICENSE) [](https://github.com/eallion/openwrt/actions/workflows/build-x86-64-24.10.0.yml)
### 🤔 这是什么?
它是一个工作流,可快速构建带 Docker 且支持自定义固件大小的 ImmortalWrt。
> 1、支持自定义固件大小 默认 `4GB`
> 2、支持预安装 `docker`(可选)
> 3、默认 LAN 口 IP 为 `192.168.0.1`
> 4、可以通过 `99-custom.sh` 配置和调整
> 5、`x86-64/build.sh` 可以添加删除插件### ImmortalWrt 软件仓库镜像
https://help.mirrors.cernet.edu.cn/immortalwrt/
### 如何查询都有哪些插件?
https://mirror.nju.edu.cn/immortalwrt/releases/24.10.0/packages/x86_64/luci/
https://mirrors.sjtug.sjtu.edu.cn/immortalwrt/releases/24.10.0/packages/x86_64/luci/### Source
- https://github.com/openwrt/openwrt
- https://github.com/coolsnowwolf/lede
- https://github.com/Lienol/openwrt-package
- https://github.com/immortalwrt/immortalwrt
- https://github.com/wukongdaily/AutoBuildImmortalWrt
- https://github.com/fw876/helloworld
- https://github.com/immortalwrt/homeproxy
- https://github.com/QiuSimons/luci-app-daed### Download
- [Releases](https://github.com/eallion/openwrt/releases/latest/download/immortalwrt-x86-64-generic-squashfs-combined-efi.img.gz)
This repo only keeps the latest 5 releases.
### Check sha256sums
Download the [`.sha256`](https://github.com/eallion/openwrt/releases/latest/download/immortalwrt-x86-64-generic-squashfs-combined-efi.img.gz.sha256) file. Make sure the sha256sums file and img file in a same folder.
```bash
sha256sum -c immortalwrt-x86-64-generic-squashfs-combined-efi.img.gz.sha256 --ignore-missing
```or find sha256sums on the release tag note, check it manual
```bash
echo "bf69a9ae42825a76c449699f393b8aa35216f3ffef428ae851d76ce4386bd3c3 *openwrt-x86-64-generic-squashfs-combined.img.gz" | shasum -a 256 --check
```Make sure its `OK` before upload it.