update sms_tool and socat_at-bridge
-Updated sms_tool binary to the AP aarch64 version - socat-at-bridge ready to build
This commit is contained in:
9
ipk-source/sms-tool/CONTROL/control
Normal file
9
ipk-source/sms-tool/CONTROL/control
Normal file
@@ -0,0 +1,9 @@
|
||||
Package: sms-tool
|
||||
Version: 2025.1.2_APmod_iamromulan
|
||||
Depends: libc socat-at-bridge
|
||||
Source: github/iamromulan/sms_tool
|
||||
SourceName: github/iamromulan/sms_tool
|
||||
Section: utils
|
||||
URL: https://github.com/iamromulan/sms_tool
|
||||
Architecture: aarch64_cortex-a53
|
||||
Description: SMS Tool for 3G/4G/5G modem AP
|
||||
BIN
ipk-source/sms-tool/root/usr/bin/sms_tool
Executable file
BIN
ipk-source/sms-tool/root/usr/bin/sms_tool
Executable file
Binary file not shown.
@@ -1,11 +0,0 @@
|
||||
Package: sms-tool
|
||||
Version: 2024.07.25~fce2b931-r3
|
||||
Depends: libc
|
||||
Source: feeds/kiddin9/sms-tool
|
||||
SourceName: sms-tool
|
||||
Section: utils
|
||||
SourceDateEpoch: 1731357966
|
||||
URL: https://github.com/obsy/sms_tool
|
||||
Architecture: aarch64_cortex-a53
|
||||
Installed-Size: 71680
|
||||
Description: SMS Tool for 3G/4G/5G modem
|
||||
Binary file not shown.
@@ -1,8 +1,8 @@
|
||||
Package: socat-at-bridge
|
||||
Version: 1.0.0
|
||||
Depends: libc socat
|
||||
Source: github/iamromulan
|
||||
Source: github/iamromulan/quectel-rgmii-toolkit
|
||||
Section: utils
|
||||
URL: https://github.com/iamromulan
|
||||
URL: https://github.com/iamromulan/quectel-rgmii-toolkit
|
||||
Architecture: aarch64_cortex-a53
|
||||
Description: Sets up a tty from SMD11
|
||||
|
||||
9
ipk-source/socat-at-bridge/CONTROL/postinst
Executable file
9
ipk-source/socat-at-bridge/CONTROL/postinst
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/ash
|
||||
|
||||
echo "Enabling socat-at-bridge at startup"
|
||||
service enable socat-at-bridge
|
||||
echo "Starting socat-at-bridge"
|
||||
service start socat-at-bridge
|
||||
|
||||
exit 0
|
||||
|
||||
9
ipk-source/socat-at-bridge/CONTROL/prerm
Executable file
9
ipk-source/socat-at-bridge/CONTROL/prerm
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/ash
|
||||
|
||||
echo "Disabling socat-at-bridge at startup"
|
||||
service disable socat-at-bridge
|
||||
echo "Stopping socat-at-bridge"
|
||||
service stop socat-at-bridge
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user