更新
This commit is contained in:
parent
fb98a6adea
commit
7b4de1545c
59
README.md
59
README.md
@ -1,6 +1,43 @@
|
||||
# Openwrt-actions
|
||||
# 中文 | [English](https://github.com/Siriling/openwrt-app-actions/blob/main/EngLish.md)
|
||||
|
||||
# 移动通信模组自动构建
|
||||
|
||||
[](https://blog.siriling.com:1212/2023/03/18/openwrt-5g-modem) [](../../releases/latest)
|
||||
|
||||
  
|
||||
|
||||
# 目录
|
||||
|
||||
[一、简介](#一简介)
|
||||
|
||||
[二、源代码地址 ](#二源代码地址)
|
||||
|
||||
[三、资源](#三资源)
|
||||
|
||||
[四、使用说明](#四使用说明)
|
||||
|
||||
# 一、简介
|
||||
|
||||
Modem插件自动构建
|
||||
|
||||
# 二、源代码地址
|
||||
|
||||
- luci-app-modem:https://github.com/Siriling/5G-Modem-Support/tree/main/luci-app-modem
|
||||
|
||||
- sms-tool:https://github.com/obsy/sms_tool
|
||||
- quectel_cm_5G:https://github.com/Siriling/5G-Modem-Support/tree/main/quectel_cm_5G
|
||||
- quectel_MHI:https://github.com/Siriling/5G-Modem-Support/tree/main/quectel_MHI
|
||||
|
||||
# 三、资源
|
||||
|
||||
|
||||
|
||||
# 四、使用说明
|
||||
|
||||
## 在线构建
|
||||
|
||||
使用步骤
|
||||
|
||||
## 使用步骤
|
||||
1. 选择actions标签,选择Build IPKs
|
||||
|
||||
2. 点击run workflow,输入要编译的插件名称,空格隔开,或者填“all”用来编译所有插件,然后开始编译
|
||||
@ -8,8 +45,18 @@
|
||||
3. 等待编译完成,点击任务进入详情页
|
||||
4. 在详情页下载插件压缩包
|
||||
|
||||
## ForkApp
|
||||
## 离线构建
|
||||
|
||||
1. ./forkapp forkapp -from ../applications/luci-app-plex -to ../applications/luci-app-demo
|
||||
2. ./forkapp upload -ip 192.168.100.1 -pwd "password" -from ../applications/luci-app-demo -to /root/
|
||||
3. ./forkapp upload -ip 192.168.100.1 -pwd "password" -from ../applications/luci-app-demo -to /root/ -script ../tools/simple-install.sh -install
|
||||
ForkApp使用步骤
|
||||
|
||||
```shell
|
||||
./forkapp forkapp -from ../applications/luci-app-plex -to ../applications/luci-app-demo
|
||||
```
|
||||
|
||||
```shell
|
||||
./forkapp upload -ip 192.168.100.1 -pwd "password" -from ../applications/luci-app-demo -to /root/
|
||||
```
|
||||
|
||||
```shell
|
||||
./forkapp upload -ip 192.168.100.1 -pwd "password" -from ../applications/luci-app-demo -to /root/ -script ../tools/simple-install.sh -install
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user