Merge branch 'development-SDXPINN' into SDXPINN
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
0
ipk-source/sdxpinn-quecmanager-beta/root/www/cgi-bin/experimental/cell_scan.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager-beta/root/www/cgi-bin/experimental/cell_scan.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager-beta/root/www/cgi-bin/experimental/cell_scanner/cell_scan.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager-beta/root/www/cgi-bin/experimental/cell_scanner/cell_scan.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager-beta/root/www/cgi-bin/experimental/cell_scanner/cell_scan_worker.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager-beta/root/www/cgi-bin/experimental/cell_scanner/cell_scan_worker.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager-beta/root/www/cgi-bin/experimental/cell_scanner/check_scan.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager-beta/root/www/cgi-bin/experimental/cell_scanner/check_scan.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager-beta/root/www/cgi-bin/experimental/cell_scanner/fetch_mccmnc.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager-beta/root/www/cgi-bin/experimental/cell_scanner/fetch_mccmnc.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager-beta/root/www/cgi-bin/mcc-mnc-list.json
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager-beta/root/www/cgi-bin/mcc-mnc-list.json
Normal file → Executable 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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user