Skip to content

fix: issue#201 #202

Merged
FUjr merged 1 commit intoFUjr:mainfrom
httSlayQueen:dev
Apr 21, 2026
Merged

fix: issue#201 #202
FUjr merged 1 commit intoFUjr:mainfrom
httSlayQueen:dev

Conversation

@httSlayQueen
Copy link
Copy Markdown
Contributor

修复QModem部分软件包在OpenWrt固件构建过程中出现的 /lib/functions.sh: No such file or directory 等报错(#201

  • 修改前的构建过程:
Enabling pcie_mhi
Enabling podman
./etc/init.d/qmodem_init: line 6: /lib/functions.sh: No such file or directory
Enabling qmodem_init
./etc/init.d/qmodem_monitor: line 6: /lib/functions.sh: No such file or directory
Enabling qmodem_monitor
Enabling qmodem_network
Enabling qmodem_reboot
./etc/init.d/qmodem_ttl: line 6: /usr/share/libubox/jshn.sh: No such file or directory
./etc/init.d/qmodem_ttl: line 7: /lib/functions.sh: No such file or directory
Enabling qmodem_ttl
  • 修改后的构建过程:
Enabling pcie_mhi
Enabling podman
Enabling qmodem_init
Enabling qmodem_monitor
Enabling qmodem_network
Enabling qmodem_reboot
Enabling qmodem_ttl
Enabling qmodem_usage_stats
  • 修改并运行后的效果:
root@immortalwrt:~# ls -l /var/run/qmodem/
drwxr-xr-x    2 root     root            80 Apr 21 20:49 0000_01_00_0_dir

可见修改后相关软件包的init脚本成功启用,且init脚本 /etc/init.d/qmodem_init 在修改后仍能够正常运行

@httSlayQueen httSlayQueen changed the title fix: #201 fix: issue#201 Apr 21, 2026
@FUjr FUjr merged commit 784ae09 into FUjr:main Apr 21, 2026
4 checks passed
feryw pushed a commit to feryw/QModem that referenced this pull request Apr 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants