QuecManager Beta 1.1.1-3
- Fixed cell scanner not working - Improved control scripts
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
Package: sdxpinn-quecmanager-beta
|
Package: sdxpinn-quecmanager-beta
|
||||||
Version: 1.1.1-2
|
Version: 1.1.1-3
|
||||||
Architecture: aarch64_cortex-a53
|
Architecture: aarch64_cortex-a53
|
||||||
Maintainer: Russel Yasol dr-dolomite@github.com Cameron Thompson iamromulan@github.com
|
Maintainer: Russel Yasol dr-dolomite@github.com Cameron Thompson iamromulan@github.com
|
||||||
Source: github.com/iamromulan
|
Source: github.com/iamromulan
|
||||||
|
|||||||
@@ -6,8 +6,6 @@ cp /www/login.html /www/index.html
|
|||||||
|
|
||||||
service quecmanager-services enable
|
service quecmanager-services enable
|
||||||
service quecmanager-services start
|
service quecmanager-services start
|
||||||
sleep 3
|
|
||||||
rc_sync
|
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,8 @@
|
|||||||
#!/bin/ash
|
#!/bin/ash
|
||||||
|
|
||||||
if [ -f /usr/bin/rc_sync ]; then
|
if [ -f /usr/bin/rc_sync ]; then
|
||||||
echo "/usr/bin/rc_sync exists. Continuing..."
|
echo "/usr/bin/rc_sync exists. Removing..."
|
||||||
else
|
rm /usr/bin/rc_sync
|
||||||
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
|
fi
|
||||||
|
|
||||||
echo "Cleaning anything that might be left fron old versions"
|
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
Reference in New Issue
Block a user