diff --git a/ipk-source/sdxpinn-quecmanager-beta/CONTROL/control b/ipk-source/sdxpinn-quecmanager-beta/CONTROL/control index 88b5e76..5da5cb5 100755 --- a/ipk-source/sdxpinn-quecmanager-beta/CONTROL/control +++ b/ipk-source/sdxpinn-quecmanager-beta/CONTROL/control @@ -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 diff --git a/ipk-source/sdxpinn-quecmanager-beta/CONTROL/postinst b/ipk-source/sdxpinn-quecmanager-beta/CONTROL/postinst index 03ce27b..1084c1d 100755 --- a/ipk-source/sdxpinn-quecmanager-beta/CONTROL/postinst +++ b/ipk-source/sdxpinn-quecmanager-beta/CONTROL/postinst @@ -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 diff --git a/ipk-source/sdxpinn-quecmanager-beta/CONTROL/preinst b/ipk-source/sdxpinn-quecmanager-beta/CONTROL/preinst index bf66a69..aff4eeb 100755 --- a/ipk-source/sdxpinn-quecmanager-beta/CONTROL/preinst +++ b/ipk-source/sdxpinn-quecmanager-beta/CONTROL/preinst @@ -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" diff --git a/ipk-source/sdxpinn-quecmanager-beta/root/www/cgi-bin/experimental/cell_scan.sh b/ipk-source/sdxpinn-quecmanager-beta/root/www/cgi-bin/experimental/cell_scan.sh old mode 100644 new mode 100755 diff --git a/ipk-source/sdxpinn-quecmanager-beta/root/www/cgi-bin/experimental/cell_scanner/cell_scan.sh b/ipk-source/sdxpinn-quecmanager-beta/root/www/cgi-bin/experimental/cell_scanner/cell_scan.sh old mode 100644 new mode 100755 diff --git a/ipk-source/sdxpinn-quecmanager-beta/root/www/cgi-bin/experimental/cell_scanner/cell_scan_worker.sh b/ipk-source/sdxpinn-quecmanager-beta/root/www/cgi-bin/experimental/cell_scanner/cell_scan_worker.sh old mode 100644 new mode 100755 diff --git a/ipk-source/sdxpinn-quecmanager-beta/root/www/cgi-bin/experimental/cell_scanner/check_scan.sh b/ipk-source/sdxpinn-quecmanager-beta/root/www/cgi-bin/experimental/cell_scanner/check_scan.sh old mode 100644 new mode 100755 diff --git a/ipk-source/sdxpinn-quecmanager-beta/root/www/cgi-bin/experimental/cell_scanner/fetch_mccmnc.sh b/ipk-source/sdxpinn-quecmanager-beta/root/www/cgi-bin/experimental/cell_scanner/fetch_mccmnc.sh old mode 100644 new mode 100755 diff --git a/ipk-source/sdxpinn-quecmanager-beta/root/www/cgi-bin/mcc-mnc-list.json b/ipk-source/sdxpinn-quecmanager-beta/root/www/cgi-bin/mcc-mnc-list.json old mode 100644 new mode 100755 diff --git a/ipk-source/socat-at-bridge/CONTROL/postinst b/ipk-source/socat-at-bridge/CONTROL/postinst index b131817..2962d67 100755 --- a/ipk-source/socat-at-bridge/CONTROL/postinst +++ b/ipk-source/socat-at-bridge/CONTROL/postinst @@ -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" diff --git a/ipk-source/socat-at-bridge/CONTROL/preinst b/ipk-source/socat-at-bridge/CONTROL/preinst deleted file mode 100755 index 819d778..0000000 --- a/ipk-source/socat-at-bridge/CONTROL/preinst +++ /dev/null @@ -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 - diff --git a/ipk-source/socat-at-bridge/CONTROL/prerm b/ipk-source/socat-at-bridge/CONTROL/prerm index 59bd221..0b1e05e 100755 --- a/ipk-source/socat-at-bridge/CONTROL/prerm +++ b/ipk-source/socat-at-bridge/CONTROL/prerm @@ -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 diff --git a/opkg-feed/Packages b/opkg-feed/Packages index 686db6f..6d4b7e0 100644 --- a/opkg-feed/Packages +++ b/opkg-feed/Packages @@ -111,15 +111,15 @@ License: GPLv3 Package: sdxpinn-quecmanager-beta -Version: 1.1.1-2 -Depends: sdxpinn-mount-fix, libc, inotifywait, coreutils-timeout, uhttpd, sms-tool (>= 2025.1.19-APmod-iamromulan), jq, ookla-speedtest +Version: 1.1.1-3 +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 Section: admin Architecture: aarch64_cortex-a53 Maintainer: Russel Yasol Cameron Thompson -MD5Sum: bcb2775216382f6a479cc10983df8e0d -Size: 1050194 -Filename: sdxpinn-quecmanager-beta_1.1.1-2_aarch64_cortex-a53.ipk +MD5Sum: 918f318f87e6b1cb3777cb0f4675164d +Size: 1040588 +Filename: sdxpinn-quecmanager-beta_1.1.1-3_aarch64_cortex-a53.ipk Source: github/iamromulan Description: BETA: A custom web UI desgined to run alongside luci for Quectel RM55x modems License: GPLv3 @@ -144,8 +144,8 @@ Depends: libc, socat Section: utils Architecture: aarch64_cortex-a53 Maintainer: iamromulan -MD5Sum: 2fd73d7679b3db54113d93bb5949077a -Size: 1969 +MD5Sum: a5f4c4c371426fbe12bf2345938af195 +Size: 1795 Filename: socat-at-bridge_1.1.1_aarch64_cortex-a53.ipk Source: https://github.com/iamromulan/quectel-rgmii-toolkit Description: Sets up a tty from SMD11 diff --git a/opkg-feed/Packages.gz b/opkg-feed/Packages.gz index ac216d1..79b65df 100644 Binary files a/opkg-feed/Packages.gz and b/opkg-feed/Packages.gz differ diff --git a/opkg-feed/Packages.log b/opkg-feed/Packages.log index bb816f7..39616e3 100644 --- a/opkg-feed/Packages.log +++ b/opkg-feed/Packages.log @@ -1,17 +1,18 @@ -Starting package analysis - Sun Jan 26 05:40:18 PM EST 2025 +Starting package analysis - Tue Jan 28 12:06:04 AM EST 2025 No update needed for atinout (version 0.9.1, MD5: 444eb87488bad1927b6ed069dedf7393, size: 4323) No update needed for luci-app-atinout-mod (version 1.3.4-20250119, MD5: 1ffee9ec8fe5723b8140bf2c21fea508, size: 4864) No update needed for luci-app-tailscale (version 1.2.3-2, MD5: 53c84c947c42d7518aecb4a6b8a9c5a8, size: 6501) No update needed for ookla-speedtest (version 1.2.0, MD5: b26e1909599f73cab40ea0281c5a6283, size: 1075696) No update needed for sdxpinn-console-menu (version 0.0.2, MD5: de75d2889510e92b57fc8a7ca087ced4, size: 7361) No update needed for sdxpinn-mount-fix (version 1.3.1, MD5: 4bb33e6ca7365f722440f1a83ae1bcea, size: 4672) -Updating package info for sdxpinn-patch... -Updated sdxpinn-patch to version 2.5 with MD5: 0ec65238142dad95de1666b01a6f09c6 and size: 3054 +No update needed for sdxpinn-patch (version 2.5, MD5: 0ec65238142dad95de1666b01a6f09c6, size: 3054) No update needed for sdxpinn-quecmanager (version 1.0.1, MD5: cb96c5ec96c2166f39d989f277ebc0f7, size: 722109) -No update needed for sdxpinn-quecmanager-beta (version 1.1.1-2, MD5: bcb2775216382f6a479cc10983df8e0d, size: 1050194) +Updating package info for sdxpinn-quecmanager-beta... +Updated sdxpinn-quecmanager-beta to version 1.1.1-3 with MD5: 918f318f87e6b1cb3777cb0f4675164d and size: 1040588 No update needed for sms-tool (version 2025.1.19-APmod-iamromulan, MD5: 83dc8bfd2d4ac8d8952a2a95b2be943f, size: 13687) -No update needed for socat-at-bridge (version 1.1.1, MD5: 2fd73d7679b3db54113d93bb5949077a, size: 1969) +Updating package info for socat-at-bridge... +Updated socat-at-bridge to version 1.1.1 with MD5: a5f4c4c371426fbe12bf2345938af195 and size: 1795 No update needed for tailscale (version 1.78.1-2, MD5: baa4d97ba49aa42ef104accba2dc2fd8, size: 9882856) No update needed for tailscaled (version 1.78.1-4, MD5: 647b4d3c6e51f700dd96362f92f20b54, size: 17960998) Package file and signature updated successfully. -Package analysis completed - Sun Jan 26 05:40:19 PM EST 2025 +Package analysis completed - Tue Jan 28 12:06:05 AM EST 2025 diff --git a/opkg-feed/Packages.sig b/opkg-feed/Packages.sig index 239b7dd..b5e42ca 100644 --- a/opkg-feed/Packages.sig +++ b/opkg-feed/Packages.sig @@ -1,2 +1,2 @@ untrusted comment: signed by key 6262698f038d1226 -RWRiYmmPA40SJquqpCo5N77VJ43z/+2x3FLv/XRFvh+Fb5dkLHP8JzpiwUK5G9Q8o7qciMeH8qlQ+t7BTIkQOx/U12svTKKP4Ao= +RWRiYmmPA40SJhh+2Zkv4GQ+97MKc7OzMXVKcjUbqS39csl2T/749CvLj7rYXVCZg0RRyqtTHhvsDM3YMv/O5a8k7iFdqZcgmQA= diff --git a/opkg-feed/sdxpinn-quecmanager-beta_1.1.1-2_aarch64_cortex-a53.ipk b/opkg-feed/sdxpinn-quecmanager-beta_1.1.1-2_aarch64_cortex-a53.ipk deleted file mode 100644 index d16676a..0000000 Binary files a/opkg-feed/sdxpinn-quecmanager-beta_1.1.1-2_aarch64_cortex-a53.ipk and /dev/null differ diff --git a/opkg-feed/sdxpinn-quecmanager-beta_1.1.1-3_aarch64_cortex-a53.ipk b/opkg-feed/sdxpinn-quecmanager-beta_1.1.1-3_aarch64_cortex-a53.ipk new file mode 100644 index 0000000..4eaa5d7 Binary files /dev/null and b/opkg-feed/sdxpinn-quecmanager-beta_1.1.1-3_aarch64_cortex-a53.ipk differ diff --git a/opkg-feed/socat-at-bridge_1.1.1_aarch64_cortex-a53.ipk b/opkg-feed/socat-at-bridge_1.1.1_aarch64_cortex-a53.ipk index d9cc616..0a2e19c 100644 Binary files a/opkg-feed/socat-at-bridge_1.1.1_aarch64_cortex-a53.ipk and b/opkg-feed/socat-at-bridge_1.1.1_aarch64_cortex-a53.ipk differ