Files
shell/openwrt/README.md
2025-11-18 18:47:49 +08:00

15 lines
568 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
### immortalwrt的docker构建脚本
根据自己情况修改,修改后执行`docker-run.sh`脚本即可自动构建,构建出来的固件在当前的`bin`目录。
- 初始化脚本修改:`files/etc/uci-defaults/99-custom.sh`
- 内置软件包修改:`build.sh`
- 镜像版本修改:`docker-run.sh`,选择符合自己设备的系统架构。
### 安装istore商店只支持 x86_64 和 arm64
```
curl -sSL -O https://gh-proxy.com/https://raw.githubusercontent.com/sky22333/shell/main/openwrt/sh/istore.sh && chmod +x istore.sh && ./istore.sh
```