Merge branch 'development-SDXPINN' into SDXPINN

This commit is contained in:
Cameron Thompson
2025-01-28 00:07:23 -05:00
19 changed files with 19 additions and 37 deletions

View File

@@ -1,8 +1,8 @@
Package: sdxpinn-quecmanager-beta
Version: 1.1.1-2
Version: 1.1.1-3
Architecture: aarch64_cortex-a53
Maintainer: Russel Yasol dr-dolomite@github.com Cameron Thompson iamromulan@github.com
Source: github.com/iamromulan
Description: A custom web UI desgined to run alongside luci for Quectel RM55x modems
Depends: sdxpinn-mount-fix, libc, inotifywait, coreutils-timeout, uhttpd, sms-tool (>= 2025.1.19-APmod-iamromulan), jq, ookla-speedtest
Depends: sdxpinn-mount-fix, sdxpinn-patch (>= 2.5), libc, inotifywait, coreutils-timeout, uhttpd, sms-tool (>= 2025.1.19-APmod-iamromulan), jq, ookla-speedtest
Conflicts: sdxpinn-quecmanager

View File

@@ -6,8 +6,6 @@ cp /www/login.html /www/index.html
service quecmanager-services enable
service quecmanager-services start
sleep 3
rc_sync
exit 0

View File

@@ -1,11 +1,8 @@
#!/bin/ash
if [ -f /usr/bin/rc_sync ]; then
echo "/usr/bin/rc_sync exists. Continuing..."
else
echo "/usr/bin/rc_sync not found. Downloading..."
curl -fsSL https://raw.githubusercontent.com/iamromulan/quectel-rgmii-toolkit/SDXPINN/ipk-source/sdxpinn-mount-fix/root/usr/bin/rc_sync -o /usr/bin/rc_sync
chmod +x /usr/bin/rc_sync
echo "/usr/bin/rc_sync exists. Removing..."
rm /usr/bin/rc_sync
fi
echo "Cleaning anything that might be left fron old versions"

View File

View File

@@ -2,7 +2,6 @@
echo "Enabling socat-at-bridge at startup"
service socat-at-bridge enable
rc_sync
echo "Starting socat-at-bridge"
service socat-at-bridge start
echo "/dev/ttySMD11 is now available"

View File

@@ -1,12 +0,0 @@
#!/bin/ash
if [ -f /usr/bin/rc_sync ]; then
echo "/usr/bin/rc_sync exists. Continuing..."
else
echo "/usr/bin/rc_sync not found. Downloading..."
curl -fsSL https://raw.githubusercontent.com/iamromulan/quectel-rgmii-toolkit/SDXPINN/ipk-source/sdxpinn-mount-fix/root/usr/bin/rc_sync -o /usr/bin/rc_sync
chmod +x /usr/bin/rc_sync
fi
exit 0

View File

@@ -6,7 +6,6 @@ service socat-at-bridge-smd7 disable
echo "Stopping socat-at-bridge"
service socat-at-bridge stop
service socat-at-bridge-smd7 stop
rc_sync
exit 0