360 Commits

Author SHA1 Message Date
fujr
afded7829b update 2025-04-08 06:23:09 +08:00
fujr
a833b58a83 Update Readme 2025-04-07 19:30:19 +08:00
fujr
c338e65c01 Feature: Introduce a mechanism to add delays and execute commands post-init or pre-dial to address the issue raised in #32. 2025-04-07 19:26:40 +08:00
fujr
6d30afefad feat: add disabled features configuration for modems 2025-04-05 14:49:37 +08:00
fujr
1bdb6eee93 fix: correct spelling of 'RNDIS' in modem_cfg.lua 2025-04-05 14:41:49 +08:00
fujr
70506f3c45 luci-app-qmodem: refactor modem_config.lua for better maintainability 2025-04-05 14:37:40 +08:00
fujr
73b61f967a fix: modem scan 2025-04-03 19:24:20 +08:00
fujr
7afbeba939 luci-app-qmodem: allow users to manually add devices via Web UI
Note: This change may lead to unexpected behavior in certain configurations.
2025-04-03 16:38:37 +08:00
Fu Jianrong
8bb42936ea
Fix fm350 ipv6 (#30)
* Update modem_dial.sh

fix ipv6 reboot interface name

* 更新 modem_dial.sh

---------

Co-authored-by: aliass532 <56620619+aliass532@users.noreply.github.com>
2025-04-01 14:16:32 +08:00
coolsnowwolf
cf6eb249e3 luci-app-qmodem: combine luci-app-qmodem_with_lua_index_page in prebuild ipk 2025-03-27 14:58:10 +08:00
Fu Jianrong
b52ceeea10
fix: fix fm350 ipv6 monitor. may resolve #27 2025-03-27 07:00:18 +08:00
sfwtw
fb01e4f9fd fix: quectel_MHI compiling error on mainline 2025-03-20 20:58:10 +08:00
sfwtw
90cda16147 fix: qmi_wwan_f compiling error, remove meig driver
Signed-off-by: sfwtw <wtw@cr.cx>
2025-03-17 22:52:54 +08:00
sfwtw
741fa75092
feat: add support for rm520n-eu 2025-03-17 12:15:00 +08:00
fujr
3fad274cd1 fix: Complete conditional macros to fix errors when closing semaphore flags. 2025-03-15 15:39:33 +08:00
fujr
5e1dd089da fix: increase SMS buffer size and enhance error logging for SMS decoding 2025-03-15 15:34:11 +08:00
fujr
8ed5ae70b8 feat: add cleanup semaphore operation and improve cleanup handling 2025-03-14 16:00:40 +08:00
fujr
0885d287df fix: remove unnecessary timing debug messages 2025-03-14 15:21:30 +08:00
fujr
02ae2a9603 feat: implement semaphore locking mechanism for tty devices 2025-03-14 15:11:34 +08:00
sfwtw
db9e257702
feat: add support for fm350r-gl 2025-03-13 11:15:32 +08:00
fujr
9cfce2484f fix: remove meig driver temporary 2025-03-10 11:19:58 +08:00
sfwtw
a4619fa1ec fix: qmi_wwan_* for higher kernel versions
Signed-off-by: sfwtw <wtw@cr.cx>
2025-03-09 22:54:29 +08:00
sfwtw
729bebe78f Feat: add support for qfirehose 1.4.21 2025-03-06 18:21:10 +08:00
sfwtw
9e4386988d Feat: update quectel_QMI_WWAN from 1.2.2 to 1.2.9 2025-03-06 18:11:38 +08:00
lingjp
cdad1e4075 Solidify support band for Quectel and simcom module. 2025-03-05 22:07:17 +08:00
sfwtw
19709f37a7 Feat: update README.md and README.en.md 2025-03-05 18:16:18 +08:00
sfwtw
fcef51b6c2 Feat: add quectel_MHI v1.3.8 driver support 2025-03-05 17:43:47 +08:00
sfwtw
4d1c9e4fdd Feat: add support for kmod-qmi_wwan_s in luci-app-qmodem dependencies 2025-03-05 17:13:11 +08:00
sfwtw
e9514ddb01 Feat: add simcom_QMI_WWAN driver support 2025-03-05 16:48:09 +08:00
sfwtw
50a68f594a Fix: qmi_wwan_m.c 2025-03-05 15:45:51 +08:00
sfwtw
df6b3e3b1e revert: luci-app-qmodem: remove normal quectel-cm depends 2025-03-05 15:20:19 +08:00
sfwtw
5824e03748 Fix:strlcpy() is deprecated in kernel 6.8.0+, using strscpy instead 2025-03-05 15:19:13 +08:00
sfwtw
c9d5e15b09 add support for rm500s-ce and mh8001-eu 2025-03-04 14:29:09 +08:00
fujr
c55a562ee1 Fix: parse timestamp 2025-02-28 22:56:32 +08:00
coolsnowwolf
3d09075af1 revert: luci-app-qmodem: always enable PCIe Modem support 2025-02-26 00:43:29 +08:00
fujr
5ab433fd45 Fix: fix exec permission #16
introduced in #15
2025-02-20 13:47:00 +08:00
Fu Jianrong
d07a4092e3
Fix: remove duplicate items 2025-02-19 11:41:42 +08:00
coolsnowwolf
30fba972f1 luci-app-qmodem: switch to Generic QMI driver 2025-02-18 12:38:12 +08:00
coolsnowwolf
b8b672793d uci-app-qmodem: always enable PCIe Modem support 2025-02-18 07:57:17 +08:00
coolsnowwolf
ed23ef1646 luci-app-qmodem: add choice option for Quectel CM 2025-02-18 07:51:53 +08:00
coolsnowwolf
0d996f0761 luci-app-qmodem: add Qualcomm QMI WWAN Driver Selection option 2025-02-18 07:41:18 +08:00
coolsnowwolf
335563892d luci-app-qmodem: add Quectel RM500Q/RM510Q-GL support 2025-02-18 07:12:43 +08:00
Fu Jianrong
0f5f8be961
Merge pull request #15 from sfwtw/main
feat: Added support for Simcom devices, added FM350-GL soft reboot su…
2025-02-17 22:24:52 +08:00
sfwtw
acfb14d540 feat: Added support for Simcom devices, added FM350-GL soft reboot support 2025-02-17 22:20:15 +08:00
coolsnowwolf
27c51841cd luci-app-qmodem: always install home page view 2025-02-14 15:18:21 +08:00
coolsnowwolf
495bece24b luci-app-qmodem: remove normal quectel-cm depends 2025-02-14 14:59:45 +08:00
fujr
ec911cf086 chore: add translations 2025-02-04 16:39:18 +08:00
fujr
e8994ab107 feat: implement SMS storage management 2025-02-04 15:41:11 +08:00
Fu Jianrong
71315c9ba8
Merge pull request #13 from sfwtw/main 2025-01-24 22:54:01 +08:00
windrua
a5b61eaf02
fix fm350 2025-01-24 22:52:34 +08:00