Feat: update README.md and README.en.md

This commit is contained in:
sfwtw 2025-03-05 18:16:18 +08:00
parent fcef51b6c2
commit 19709f37a7
3 changed files with 20 additions and 10 deletions

View File

@ -19,6 +19,12 @@ echo 'src-git modem https://github.com/FUjr/modem_feeds.git;main' >> feeds.conf.
./scripts/feeds install -a -p modem
```
Force update library drivers (use this library drivers):
```shell
./scripts/feeds install -a -f -p modem
```
## Integrate Packages
Run the following command in the terminal to open the configuration menu:
@ -35,10 +41,9 @@ In the configuration menu, you can select the following packages (all under Luci
| ------------------------------------- | :---------------------------------------: |
| **luci-app-qmodem** | Provides module info, dialing settings, and advanced settings. Other features depend on this main program (backend included here). |
| **Add Lua Luci Homepage** | Adds Lua Luci homepage. If using luci2 (Js Luci) and selected, there will be two homepages. |
| **QMI Driver Selection** | Choose between Generic QMI driver or Vendor QMI driver. |
| **Quectel Connect Manager Selection** | Choose one of:<br>- Tom customized Quectel CM: With options to block default route addition and resolv.conf modification<br>- QWRT quectel-CM-5G: Uses QWRT's quectel-CM-5G<br>- NORMAL quectel-cm: Uses the standard quectel-cm |
| **Add PCIe Modem SUPPORT** | Select PCIe driver, requires kmod_mhi in feeds. |
| **Using Tom customized Quectel CM** | Uses a customized Quectel CM from this repo, supporting options like blocking default route addition and resolv.conf modification (choose one). |
| **Using QWRT quectel-CM-5G** | Uses QWRT's quectel-CM-5G (choose one). |
| **Using Normal quectel-cm** | Uses the standard quectel-cm (choose one).|
| **luci-app-qmodem-hc** | Supports hc-g80 SIM card switching, exclusive to specific devices. |
| **luci-app-qmodem-mwan** | Supports multi-WAN settings. |
| **luci-app-qmodem-sms** | SMS sending feature. |

View File

@ -23,6 +23,12 @@ echo 'src-git modem https://github.com/FUjr/modem_feeds.git;main' >> feeds.conf.
./scripts/feeds install -a -p modem
```
强制更新库驱动 (使用本库驱动):
```shell
./scripts/feeds install -a -f -p modem
```
## 集成软件包
在终端中运行以下命令以打开配置菜单:
@ -38,10 +44,9 @@ make menuconfig
| -------------------------------------------- | :------------------: |
| **luci-app-qmodem**| 有模组信息、拨号设置、高级设置三大功能块。由于主程序在这里,因此其他功能依赖该程序(原谅我将后端程序也放在了这里)。|
| **Add Lua Luci Homepage**| 添加 Lua Luci 首页。luci2Js Luci首页默认已添加若使用luci2时勾选了这个会有两个首页|
| **QMI驱动选择**| 可选择 Generic QMI driver通用QMI驱动或 Vendor QMI driver厂商QMI驱动|
| **Quectel Connect Manager选择**| 可选择以下三种之一:<br>- Tom customized Quectel CM使用本仓库定制的Quectel CM支持屏蔽添加默认路由、屏蔽修改resolv.conf等功能<br>- QWRT Quectel-CM-5G使用 QWRT 仓库的 quectel-CM-5G<br>- NORMAL Quectel-CM使用普通的 quectel-cm|
| **Add PCIe Modem SUPPORT**| 勾选 PCIe 驱动需要feeds里有kmod_mhi|
| **Using Tom customized Quectel CM**| 使用本仓库定制的的 Quectel CM支持屏蔽添加默认路由、屏蔽修改resolv.conf等功能(三选一即可)|
| **Using QWRT quectel-CM-5G**| 使用 QWRT 仓库的 quectel-CM-5G。(三选一即可)|
| **Using Normal quectel-cm**| 使用普通的 quectel-cm。(三选一即可)|
| **luci-app-qmodem-hc**| 支持 hc-g80 SIM 卡切换,该插件为设备专属插件|
| **luci-app-qmodem-mwan**| 支持多 WAN 设置。|
| **luci-app-qmodem-sms**| 短信首发功能|
@ -160,4 +165,4 @@ make menuconfig
| https://github.com/gl-inet/gl-modem-at | AT命令发送工具 |
| https://github.com/ouyangzq/sendat | AT命令发送工具 |
#
#

View File

@ -43,8 +43,8 @@ endef
define Package/luci-app-qmodem/config
choice
prompt "Qualcomm QMI WWAN Driver Selection"
default PACKAGE_luci-app-qmodem_INCLUDE_generic-qmi-wwan
default PACKAGE_luci-app-qmodem_INCLUDE_vendor-qmi-wwan
config PACKAGE_luci-app-qmodem_INCLUDE_vendor-qmi-wwan
bool "Vendor QMI driver"
@ -55,7 +55,7 @@ endchoice
choice
prompt "Quectel Connect Manager Selection"
default PACKAGE_luci-app-qmodem_USE_TOM_CUSTOMIZED_QUECTEL_CM
config PACKAGE_luci-app-qmodem_USE_TOM_CUSTOMIZED_QUECTEL_CM
bool "Tom customized Quectel CM"